How does struts handle the input element if it is hidden? For example I have an input tag inside my form <input type=hidden value="" name="order">
Created May 8, 2012
WarnerJan Veldhuis Struts accepts this, just like any other textfield in your form. To be fully Struts-compatible, you might want to use the html:hidden tag: <html:hidden property="order" />