If you just want to output it, you could use the JSTL core:out tag,
something like this:
<c:out value="${myForm.recordNumber}"/>.   The form should be available in
the request scope as an attribute with the name specified in your struts
config file.

It doesn't look like the bean:write tag was ported to EL, otherwise you
would be able to use that.....



-----Original Message-----
From: mahesh kagitha [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 9:08 PM
To: [EMAIL PROTECTED]
Subject: How can I retrieve Parameter from Action Bean to JSP ?



Hi,

 I have a quick dumb question...please help me out.

 I'm setting a parameter "recordNumber"(assigning String value) in an Action
Bean..to the Form(e.g : myForm.setRecordNumber="gy234"). My question here is
to get the parameter value in the JSP(after forwarding). I wanted to display
the above parameter in the JSP ....

Any thoughts ...Thanks in Advance....mahesh!





---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now


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

Reply via email to