Martin Gainty wrote:
the example uses configuration to preset the value of input element

<s:checkbox name="useAccessControl"
 value="%{configuration.getBoolean('use_access_control')}"
 required="false" labelposition="left"
 label="%{getText('access_control.access_control.use_access_control.label')}"/>

could you provide what configuration is in this context?

I'd bet it's a boolean signifying whether or not to use access control.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to