Hi,

given the following:
<s:hidden name="myBean.active" value="true" />

and the fact MyBean contains a method with this signature:

MyBean.setActive(Boolean value) {}

I always receive null for this field in my Action.

I guess it is because the conversion does not apply to hidden fields - right?

Any chance i can make this work?

Cheers
Christian

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

Reply via email to