> From: as as [mailto:[EMAIL PROTECTED] 
> <html:hidden property="id" value="<bean:write name="ID" 
> property="id" />"/> 
> Is this syntax right...Thank you!

No.  You cannot put a tag inside a tag.  (Further, I wonder about
name="ID" in your <bean:write> tag.)  If you really need to do this,
then look into the Struts-EL tags and JSTL.  But in your case, I really,
really don't think you need to mess with the value attribute at all.

If you make an 'id' property in your Form bean, and there is an 'id'
request value, Struts will  populate that value into the form.  Then it
will automatically render a hidden field with the value filled in for
you.

What prompted you to try this, are you getting blank HTML form fields?
If so, is the form possibly in request scope?  Try changing it to
session scope and see if that works.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to