You can activate devMode putting this in you struts.xml
<struts>
<constant name="struts.devMode" value="false" />
[...]
</struts>
The ParameterInterceptor is in the default stack of Struts2. If you are
using the default stack, it should work automatically. If not, you need to
add it to your interceptor stack.
http://struts.apache.org/2.0.6/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/ParametersInterceptor.html
2011/3/15 JavaNoobie87 <[email protected]>
> devmode is disabled (I have never used it before) and how do I implement
> the
> ParamsInterceptor and whats the use of the same ?
>
> --
> View this message in context:
> http://struts.1045723.n5.nabble.com/loading-Dropdown-dynamically-from-database-tp3555885p3710199.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>