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
--- "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.
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
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.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
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://
--- [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
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
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
9 matches
Mail list logo