RE: How can I retrieve Parameter from Action Bean to JSP ?

2003-01-30 Thread mahesh kagitha

Hi,
  I'm using only struts tags and we are not using JSTL tags for our project. How can I 
retrieve parameter value into JSP for displaying purposes.
Thanks
Mahesh!
 John Espey [EMAIL PROTECTED] wrote:If you just want to output it, you could use the 
JSTL core:out tag,
something like this:
. 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 Advancemahesh!





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


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



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


RE: How can I retrieve Parameter from Action Bean to JSP ?

2003-01-29 Thread John Espey
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 Advancemahesh!





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


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