File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
EJB and other Java EE Technologies
Author
doubt regarding requestScope
upps spce
Greenhorn
Joined: Jan 10, 2005
Posts: 2
posted
Mar 17, 2005 12:31:00
0
hi
what exactly does the following do?
${requestScope.errorMessage}
Ken Loh
Ranch Hand
Joined: Feb 16, 2005
Posts: 190
posted
Apr 06, 2005 09:47:00
0
If you have JSTL codes in your
JSP
such as:
<c:out value="${requestScope.errorMessage}"/>
the object of the attribute "errorMessage" in your
HttpServletRequest
will be printed.
Originally posted by upps spce:
hi
what exactly does the following do?
${requestScope.errorMessage}
[ April 06, 2005: Message edited by: Ken Loh ]
I agree. Here's the link:
http://aspose.com/file-tools
subject: doubt regarding requestScope
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter