Hi,

Disabled fields by W3 specifications will not get posted on form
submission (http://www.w3.org/TR/html4/interact/forms.html#h-17.12.1). 

        <s:textfield
                        key="Label_DateCreation"
                        id="dateCreation"
                        name="dateCreation"
                        labelposition="left"
                        maxlength="30"
                        required="true"
                        disabled="%{fieldDisabled}"
        />

In my case, the textfield "dateCreation" has a "disabled" attribute set
to true (fieldDisabled is set to true).

How do i submit the value of a disabled text field ?
Is there an interceptor that already takes care of it in Struts 2 ?

Thanks for helping.




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

Reply via email to