Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with session scope

Status
Not open for further replies.

arkadin

Programmer
Apr 9, 2008
1
0
0
PL
I have following problem:

java.lang.IllegalStateException: Cannot access session scope since the requested page does not participate in a session. at weblogic.servlet.jsp.PageContextImpl.getAttribute(PageContextImpl.java:284) at org.apache.taglibs.standard.lang.jstl.ImplicitObjects$3.getValue(ImplicitObjects.java:631)
at org.apache.taglibs.standard.lang.jstl.EnumeratedMap.get(EnumeratedMap.java:137)
at org.apache.taglibs.standard.lang.jstl.ArraySuffix.evaluate(ArraySuffix.java:182)
at org.apache.taglibs.standard.lang.jstl.ComplexValue.evaluate(ComplexValue.java:107)

I am using weblogic 10.0 with spring 2.0 mvc and I can't sessionScope because of problem above. Thank you for any replys.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top