RE: input type=hidden works with struts tags?

2003-10-25 Thread Karr, David
expression for the attribute value (instead of an embedded c:out element). -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 3:39 PM To: Struts Users Mailing List Subject: Re: input type=hidden works with struts tags? Works thanks... I didn't think

Re: input type=hidden works with struts tags?

2003-10-24 Thread Yong Tze Chi
How about this? input type=hidden name=type value=c:out value=${param.type} / I'm still new to JSTL, Struts and all... so if I'm wrong, please correct... Yong-Tze Barry Volpe wrote: I am able to initialize a standard html hidden tag in a struts tag. html-el:form action=myaction input

Re: input type=hidden works with struts tags?

2003-10-24 Thread Barry Volpe
Subject: Re: input type=hidden works with struts tags? How about this? input type=hidden name=type value=c:out value=${param.type} / I'm still new to JSTL, Struts and all... so if I'm wrong, please correct... Yong-Tze Barry Volpe wrote: I am able to initialize a standard html hidden