If the name of the form you are using is "myform", and the property (field) name you 
want to output is "abc" with a value of "xyz", you can do:

        <bean:write name="myform" property="abc" />

This will output

        xyz


---
- Nayan Hajratwala
- Chikli Consulting LLC
- http://www.chikli.com


-----Original Message-----
From: Radu Focseneanu [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 22, 2003 11:09 AM
To: [EMAIL PROTECTED]
Subject: Beginner


Hi, 
I'm a struts beginner, haven't read very much about it, but anyway, here is
my question - i suppose not a very difficult one.
I need to know which tag I could use for simply writng out the value of a
certain field in a <html:form>. More explicite, instead of writing out
<input type="hidden" value="xyz">, i just need an output that goes: "xyz".
Thanks a lot, Radu.


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

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

Reply via email to