RE: Request.getAttribute

2007-11-01 Thread Peters, John
ubject: Re: Request.getAttribute --- "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 wor

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
Currently I'm not using any tags for this JSP page This is the snip of JSP-No problems doing it this way. But I was wondering if there was a struts tag to do this. <% if(null!=request.getAttribute("cellStatus") && request.getAttribute("cellSt

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

Request.getAttribute

2007-11-01 Thread Peters, John
I'm new to struts. Setting request.setAttribute("status") in my Action.java, is there a tag to get it in the JSP page? To get around it I've been using <%= request.getAttribute("status") %> Status is not a class so I don't think it should be implemented as

RE: Failure request.getAttribute();

2007-01-30 Thread bob
Parameters are the set of values coming from the http request. Attributes are the things you can set on the request yourself, yourself can include struts because it too is a user in the space above the ServletAPI. ___ Join Excite! - http://

Re: Failure request.getAttribute();

2007-01-30 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > String userId = (String) req.getAttribute("userId"); getParameter. d. No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started. http://mobile.ya

Failure request.getAttribute();

2007-01-30 Thread bjorn.de.bakker
Some weird things are happening here : I have a form, with a hidden field and a button. This button is placed on a page with some user information. I want to pass that users ID to the subsequent action, to retrieve his data and display it on the other page. In another part of my webapp, I'm

error in request.getAttribute

2004-12-21 Thread uma.k
Hi, Why do I get this error org.apache.jasper.compiler.ParseException: /upload/display.jsp(23,70) Attribute image_path has no value when I use " /> but this works fine when I use " /> Any ideas? Uma - To unsubscribe, e-ma