Hi.
I have a form that wants to get the initial value for a <html:text> field
from a property of a bean associated with a different form on the page.
I have tried this:
<html:text property="userName" value="<c:out value="${foo.userName}"/>"/>
and this:
<html:text property="userName" value="${foo.userName}"/>
but obviously these won't work because, in the latter case, EL isn't being
processed in the attributes of the struts tag.
Does anyone know how I could do this?
Thanks,
Rich


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to