Re: How do I generate an ID attribute with my text field

2008-11-18 Thread Sébastien Domergue
have to provide the value; Struts won't generate one for you. Not that I'm aware of, at least. HTH, -dave -Original Message- From: laredotornado [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 1:59 PM To: user@struts.apache.org Subject: How do I generate an ID attribute

How do I generate an ID attribute with my text field

2008-11-17 Thread laredotornado
, - Dave -- View this message in context: http://www.nabble.com/How-do-I-generate-an-ID-attribute-with-my-text-field-tp20545762p20545762.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

RE: How do I generate an ID attribute with my text field

2008-11-17 Thread Kawczynski, David
an ID attribute with my text field Hi, I have this hidden field html:hidden property=task value=%=requestTask% forceId=true / which is causing me compilation errors because forceId is not recognized as an attribute. How do I create a struts hidden field so that an ID is generated in addition