RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-25 Thread Wendy Smoak
David Karr wrote: I could use a full review of exactly the page that is causing problems, including the full stack trace, along with a modified page that is not having a problem. I filed a bug for it (#17375). Basically, any page with html-el:errors/ dies with a NPE. I thought maybe it

Re: NPE, webapp broken after moving to 1.1-rc1

2003-02-25 Thread Dan Tran
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 7:30 AM Subject: RE: NPE, webapp broken after moving to 1.1-rc1 David Karr wrote: I could use a full review of exactly the page that is causing problems, including the full stack trace, along with a modified page

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-25 Thread Karr, David
Yes, it's reported, and I see the problem, and I'll be fixing that tonight. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:14 AM To: Struts Users Mailing List Subject: Re: NPE, webapp broken after moving to 1.1-rc1 I ran to the same

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Wendy Smoak
I wrote: [ServletException in:/WEB-INF/jsp/chooseProfileBody.jsp] null' I have debugging info showing at the bottom of my jsp's, and I can see the Form beans in the appropriate scope. I've examined the contents of request/session/application scope, and the only difference I see is an

Re: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread David Graham
I noticed you're using the el tags so you must be using a Servlet 2.3 container. You don't have to copy tld files for 2.3. If you use the official uri listed in the tld to import the taglibs the container will find the tlds automatically. This isn't causing your NPE but it will save you

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Hue Holleran
It seems to be related to the html/html-el:form... tag in the JSP could you post this part of the JSP? H. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 15:44 To: '[EMAIL PROTECTED]' Subject: NPE, webapp broken after moving to 1.1-rc1 This

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Wendy Smoak
It seems to be related to the html/html-el:form... tag in the JSP could you post this part of the JSP? Are you seeing it too? html-el:form action=/chooseProfile !-- snipped other form elements table tags -- html-el:select property=division html-el:option value=Any Degree

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Karr, David
container stores the translated JSP pages and then retesting your scenario. -Original Message- From: Hue Holleran [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 9:41 AM To: 'Struts Users Mailing List' Subject: RE: NPE, webapp broken after moving to 1.1-rc1 It seems

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Wendy Smoak
In short, please try clearing out the directory where your web container stores the translated JSP pages and then retesting your scenario. If you mean deleting all the .java and .class files under the 'work' directory of Tomcat, I tried that before I posted the first time. :( I also tried

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread David Graham
What about 4.1.18? 4.1.20 isn't a release build so it's possible that it's a bug in the container. David From: Wendy Smoak [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: NPE, webapp broken after moving

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Karr, David
tag up to that line in RequestUtils where the action parameter is apparently null. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 11:44 AM To: 'Struts Users Mailing List' Subject: RE: NPE, webapp broken after moving to 1.1-rc1

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Wendy Smoak
David wrote: What about 4.1.18? 4.1.20 isn't a release build so it's possible that it's a bug in the container. Nice try. :) It happens with 4.1.18 as well. (I figured it would as my coworker with the ActionForward NPE is using 4.1.18.) [ServletException

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread David Graham
, webapp broken after moving to 1.1-rc1 Date: Mon, 24 Feb 2003 14:10:50 -0700 David wrote: What about 4.1.18? 4.1.20 isn't a release build so it's possible that it's a bug in the container. Nice try. :) It happens with 4.1.18 as well. (I figured it would as my coworker with the ActionForward NPE

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Karr, David
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] In a different message, David wrote: It would really be useful if you could step through this in the debugger and try to see what's happening, starting at the (expected) call to the attribute setter in the form tag

RE: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread Wendy Smoak
David Karr wrote: Ok, that's useful information, especially the fact that the same thing happens with the non-el tags (so it wasn't me :) ). David, I regret to inform you that I lied. When I said I switched to html tags and the same thing happened, I did that by adding a %@ taglib for the

Re: NPE, webapp broken after moving to 1.1-rc1

2003-02-24 Thread David M. Karr
Wendy == Wendy Smoak [EMAIL PROTECTED] writes: Wendy David Karr wrote: Ok, that's useful information, especially the fact that the same thing happens with the non-el tags (so it wasn't me :) ). Wendy David, I regret to inform you that I lied. When I said I switched to html