Hi all, I'm evaluating the STRUTS framework at the moment. Is is possible to construct the following html input using struts? <INPUT size="40" type="text" maxlength="40" name="name" value="sit1" readonly>
I followed the STRUTS tutorial and it seems to be the following. <html:text property="userid" size="40" maxlength="40" /> However, how do we include "readonly" variable in the html tag? Regards, Paul Ng -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>
