How can i put a dynamic value to an html:hidden ?

2004-06-25 Thread John Antonakos
I want to do something like the following: html:hidden property=firstname value=bean name=member property=firstname// is this possible ? The above statement produces an error. Can i use another statement to do this thing ? Give a dynamic value, coming from another bean, to an html:hidden field ?

RE: How can i put a dynamic value to an html:hidden ?

2004-06-25 Thread Vaclavik Radek
-Original Message- From: John Antonakos [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 12:17 PM To: [EMAIL PROTECTED] Subject: How can i put a dynamic value to an html:hidden ? I want to do something like the following: html:hidden property=firstname value=bean name=member

Re: How can i put a dynamic value to an html:hidden ?

2004-06-25 Thread John Antonakos
can i put a dynamic value to an html:hidden ? Hi use html-el and then : html:hidden property=firstname value=${member.firstname}/ -Opprinnelig melding- Fra: John Antonakos [mailto:[EMAIL PROTECTED] Sendt: 25. juni 2004 12:17 Til: [EMAIL PROTECTED] Emne: How can i put a dynamic value

RE: How can i put a dynamic value to an html:hidden ?

2004-06-25 Thread Paul McCulloch
property=firstname// Paul -Original Message- From: John Antonakos [mailto:[EMAIL PROTECTED] Sent: 25 June 2004 11:17 To: [EMAIL PROTECTED] Subject: How can i put a dynamic value to an html:hidden ? I want to do something like the following: html:hidden property=firstname value

Re: How can i put a dynamic value to an html:hidden ?

2004-06-25 Thread John Antonakos
- From: Paul McCulloch [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, June 25, 2004 1:37 PM Subject: RE: How can i put a dynamic value to an html:hidden ? As other posters have said, you can't use a jsp tag to provide the value of an attribute in another tag. Ever

SV: How can i put a dynamic value to an html:hidden ?

2004-06-25 Thread hermod . opstvedt
: How can i put a dynamic value to an html:hidden ? just out of curiosity, what is html-el ? i use JSTL, but even in that, i cannot do this: html:hidden property=firstname value=c:out value=${member.firstname}// John - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent