RE: Request.getAttribute

2007-11-01 Thread Peters, John
Unfortunately struts 1.1...I know I'm behind the times but I just came into this application I'll try your suggestion below. Thank you -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 9:44 AM To: Struts Users Mailing List S

Re: Request.getAttribute

2007-11-01 Thread Dave Newton
--- "Peters, John" <[EMAIL PROTECTED]> wrote: > Setting request.setAttribute("status") in my > Action.java, is there a tag to get it in the JSP > page? Which version of Struts? If you're using a JSP 2.0 container ${status} should work, or you can explicitly scope it if you prefer. d.

RE: Request.getAttribute

2007-11-01 Thread Peters, John
va which forwards to the above request.setAttribute("cellStatus", status); return mapping.findForward(Forwards.CELLPING); -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 9:04 AM To: Struts

Re: Request.getAttribute

2007-11-01 Thread Martin Gainty
which tag are you using? please display full JSP code so we can further assist you M-- - Original Message - From: "Peters, John" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, November 01, 2007 7:37 AM Subject: Request.getAttribute I'm new to struts. Setting request