Hi, I am trying t set a dynamic attribute "required" in my s:textfield input field. It seems struts is stripping it away. Is there a way to set a required attribute.
e.g. <s:textfield required="true" /> generates <input type="text" required="true" /> Any help would be appreciated. Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

