Forums Register Login

JSTL request.getAttribute(String attName)

+Pie Number of slices to send: Send
Hi there
I'm trying to minimize the amount of scriplet code in a jsp page and would like to accomplish this by using JSTL.
I'll give you a brief overview of my design:
The client sends a request which is handled by a controller servlet. This servlet returns data from the database building the appropriate beans to be forwarded on to my view in the HttpRequest object.
My JSP then retrieves the object and prints out its value:
<%String pageState = (String)request.getAttribute("viewState");%>
<%=pageState%>
I'm aware of how to use print the values of request parameters, not added by my servlet, using:
<c ut value="${param.myParam}"/>
But this will not work in the example I have provided in my scriplet (maybe it does and I'm just crazy).
Can you please provide me with some insight or direct me to a resource that explains this?
Thanks very Much.
Raul
+Pie Number of slices to send: Send
I'm confused as to what your question is. What does the param example have to do with your attribute example?
If what you are asking is how to eliminate the scriplet

should do it for you.
+Pie Number of slices to send: Send
P.S. If you click the 'disable smilies' checkbox when posting, your tags won't turn into smilies.
Power corrupts. Absolute power xxxxxxxxxxxxxxxx is kinda neat.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 26770 times.
Similar Threads
Null request parameter from Select/Option element
getAttribute in a jsp
bean problem
how to iterate and get values in a dropdown from a list variable
Retrieve Value from Array to be Displayed
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 05:47:26.