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: . Th

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: . 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 t