Struts action defenitions using wildcards - 5581
Using build 5581, I'm not able to use wildcards in my struts-config action defenitions. Here's a code example:
<action path="/sales/nationalRegions*"
type="org.company.web.sales.NationalRegionsAction"
name="commonForm"
scope="request"
validate="false"
parameter="dispatch">
<forward name="success" path="sales.nationalRegions"/>
</action>
Using tiles as well. Everything else seems to work, but IDEA is giving me an error idication where I have defined the form name "commonForm". Anyone else seeing this?
Please sign in to leave a comment.
Yeah... I disable the struts plugin as soon as I install idea.. we have wildcards and places where fully qualified actions "override" wildcarded actions.. so nothing works quite right..