This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Struts and the fly likes Webshpere and struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Webshpere and struts" Watch "Webshpere and struts" New topic
Author

Webshpere and struts

George Toronto
Ranch Hand

Joined: Dec 30, 2000
Posts: 78
Hi Marc and everyone,

I use websphere to build up my struts web apps. I am stucked by the following problem for a while, could you help me out?

the structure is a basice one. login.jsp(LoginForm) ->LoginAction ->forward to ok.jsp. In ok.jsp, I used <bean:message> or <bean:write>, then I got an error :

[Servlet Error]-[JSP 1.2 Processor]: java.lang.IllegalArgumentException: can't access SESSION_SCOPE without an HttpSession

If I kick bean tags off and use jsp statements to see the results, everything is ok. what happened?

Thanks,
George
Marc Peabody
pie sneak
Sheriff

Joined: Feb 05, 2003
Posts: 4725

Could you show the full tags that did and did not work?


A good workman is known by his tools.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Webshpere and struts
 
Similar Threads
Getting error with Struts-menu
JBoss4 Problem using JAAS
Cannot find message resources ?
Error using Struts Messages
Struts: Can we have a html:text tag without a html:form tag outside it.