RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-22 Thread Archana Soni
ROTECTED] Sent: Thursday, September 22, 2005 6:11 PM To: Struts Users Mailing List Subject: RE: Null Pointer exception when using struts html tag library in jsp file Hi Archana Try changing your html:link page to href. ie From: http://yahoo.com";>Yahoo to http://yahoo.com";&

Re: Null Pointer exception when using struts html tag library in jsp file

2005-09-22 Thread Dave Newton
Murray Collingwood wrote: I've never found any good documentation on the use of various taglib parameters, maybe somebody else on this list could point us in the right direction. For the most part the docs in the Struts userguide (http://struts.apache.org/userGuide/index.html, then follow

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-22 Thread Murray Collingwood
t; > The application is working fine with just omitting the first line of the jsp > ( <%@ taglib ...). But as soon as I add it, it gives the > NullPointerexception > > -Original Message----- > From: Murray Collingwood [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 21, 2

Re: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Wendy Smoak
From: "Archana Soni" <[EMAIL PROTECTED]> <%@ taglib uri="/tags/struts-html" prefix="html" %> The application is working fine with just omitting the first line of the jsp ( <%@ taglib ...). But as soon as I add it, it gives the NullPointerexception Is this a Servlet 2.3 or better container?

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Archana Soni
tion -Original Message- From: Murray Collingwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 5:14 PM To: Struts Users Mailing List Subject: RE: Null Pointer exception when using struts html tag library in jsp file Can you post your jsp form? On 21 Sep 2005 at 17:12, A

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Murray Collingwood
bed and throwing the NullPointerException > > Regards > Kathir. > > > > From: Murray Collingwood [mailto:[EMAIL PROTECTED] > Sent: Wed 9/21/2005 5:14 PM > To: Struts Users Mailing List > Subject: RE: Null Pointer exception when using struts

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Murugesan, Kathiresan \(Cognizant\)
: Murray Collingwood [mailto:[EMAIL PROTECTED] Sent: Wed 9/21/2005 5:14 PM To: Struts Users Mailing List Subject: RE: Null Pointer exception when using struts html tag library in jsp file Can you post your jsp form? On 21 Sep 2005 at 17:12, Archana Soni wrote: > Global-forwards are

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Murugesan, Kathiresan \(Cognizant\)
, September 21, 2005 4:21 PM > To: Struts Users Mailing List > Subject: RE: Null Pointer exception when using struts html tag library > in jsp file > > > struts-config.xml > Global-forwards are the application entry points. You don't have any > defined. Mine > l

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Murray Collingwood
chana Soni wrote: > > > I am attaching my web.xml and struts-config.xml files > > > > > > > > -Original Message- > > From: Murugesan, Kathiresan (Cognizant) > > [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 21, 2005 12:37 PM > &

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Archana Soni
. And I am still getting same error. -Original Message- From: Murray Collingwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 4:21 PM To: Struts Users Mailing List Subject: RE: Null Pointer exception when using struts html tag library in jsp file struts-config.xml Global

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Murray Collingwood
s Mailing List > Subject: RE: Null Pointer exception when using struts html tag library > in jsp file > > > This e-mail and any files transmitted with it are for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. > If you are

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Archana Soni
I am attaching my web.xml and struts-config.xml files -Original Message- From: Murugesan, Kathiresan (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 12:37 PM To: Struts Users Mailing List Subject: RE: Null Pointer exception when using struts html tag library in

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-21 Thread Murugesan, Kathiresan \(Cognizant\)
. From: Archana Soni [mailto:[EMAIL PROTECTED] Sent: Wed 9/21/2005 11:55 AM To: Struts Users Mailing List Subject: RE: Null Pointer exception when using struts html tag library in jsp file I am using struts1.1 and the taglib's URI is mapped to "/web-inf/struts-html.tld&q

RE: Null Pointer exception when using struts html tag library in jsp file

2005-09-20 Thread Archana Soni
riginal Message- From: Murray Collingwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 11:38 AM To: Struts Users Mailing List Subject: Re: Null Pointer exception when using struts html tag library in jsp file I'm using Struts 1.2.x and the taglib entries I ALWAYS use are

Re: Null Pointer exception when using struts html tag library in jsp file

2005-09-20 Thread Murray Collingwood
I'm using Struts 1.2.x and the taglib entries I ALWAYS use are: <[EMAIL PROTECTED] uri="http://struts.apache.org/tags-bean"; prefix="bean" %> <[EMAIL PROTECTED] uri="http://struts.apache.org/tags-html"; prefix="html" %> <[EMAIL PROTECTED] uri="http://struts.apache.org/tags-logic"; prefix="logic" %