mahanare wrote:
I would like to know where can i get all possible values for structs
constants?
<constant name="struts.convention.action.suffix" value="Controller"/>
It's a string, you can make it anything you want.
<constant name="struts.convention.action.mapAllMatches" value="true"/>
I'm almost positive the other possible value is "false".
<constant name="struts.convention.default.parent.package" value="rest-default"/>
You can make it anything you want.
These values, as well as the rest, are documented on the convention
plugin page:
http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-Configurationreference
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org