Re: weblogic 8.1 sp3 with struts2

2007-03-22 Thread Laurie Harper
Please post questions like this to the users@ list. dev@ is for discussion of the development of Struts. Questions about using it belong on [EMAIL PROTECTED] Thanks, L. hfaouaz wrote: I am getting a NPE after the action return a success. My struts.xml has the location but org.apache.struts

Re: Fwd: weblogic 8.1 sp3 with struts2

2007-03-22 Thread hfaouaz
intresting. I lunched my application under Weblogic 8.1 sp6 and it worked! I wonder if there was a patch to fix the parser or anything else.. thanks - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72

Fwd: weblogic 8.1 sp3 with struts2

2007-03-22 Thread Dave Newton
Forwarded to user list. --- hfaouaz <[EMAIL PROTECTED]> wrote: > I am getting a NPE after the action return a > success. My struts.xml has the location but > org.apache.struts2.dispatcher.ServletDispatcherResult > is saying that the location is null and I get a > result 'null' not found on the sc

weblogic 8.1 sp3 with struts2

2007-03-22 Thread hfaouaz
I am getting a NPE after the action return a success. My struts.xml has the location but org.apache.struts2.dispatcher.ServletDispatcherResult is saying that the location is null and I get a result 'null' not found on the screen. Weblogic 8.1 sp3 Jrocket 1.4 struts2 j4 any ideas any one? thank