You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by John Antonakos <ja...@mni.gr> on 2004/06/25 12:16:53 UTC

How can i put a dynamic value to an ?

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 ?

Regards, John