Re: element type null

2003-10-21 Thread hgosper
. ajay brar [EMAIL PROTECTED] 21/10/2003 02:15 PM Please respond to Struts Users Mailing List To: [EMAIL PROTECTED] cc: Subject:Re: element type null hi! tried that but didn't work i dont know about

Re: element type null

2003-10-21 Thread ajay brar
] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: element type null Date: Tue, 21 Oct 2003 16:10:10 +1000 I don't know if that's right - I had a similar problem though until I put this in my web.xml But I assumed that your properties file is, like mine, in WEB-INF/classes/resources

Re: element type null

2003-10-21 Thread Max Cooper
That seems like some kind of XML parsing error. I validated your web.xml and it passed (no errors). Perhaps there is an XML error in your struts-config.xml? The element type null thing makes me think there is a lone '' in the file somewhere with a space after it. The parser would read

Re: element type null

2003-10-21 Thread Abhijeet Mahalkar
? thanks in advance abhijeet - Original Message - From: ajay brar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:10 PM Subject: Re: element type null hi! thanks for that. do i still need the declaration of ApplicationResources when i have defined

element type null

2003-10-20 Thread ajay brar
hi! i am getting the following error, when i try to deploy my application Element type null must be followed by either attribute specification or / could anyone help please. my web.xml looks like this ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD

Re: element type null

2003-10-20 Thread Martin Gainty
my web-app has a id e.g. web-app id=WebApp Also is it wise to call servlet action I thought action was a reserved name? -M - Original Message - From: ajay brar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 20, 2003 8:18 PM Subject: element type null hi! i am getting

Re: element type null

2003-10-20 Thread ajay brar
with the deployment descriptor, but cant figure out what. the web.xml below looks fine to me thanks cheers ajay From: Martin Gainty [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: element type null Date: Mon, 20 Oct

Re: element type null : clarification

2003-10-20 Thread ajay brar
hi! the exception on the webpage is org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE the error in the log file is Element type null must be followed by either attribute specification or/ as i said its a parse error, i cant find

Re: element type null

2003-10-20 Thread hgosper
:15 PM Please respond to Struts Users Mailing List To: [EMAIL PROTECTED] cc: Subject:Re: element type null hi! tried that but didn't work i dont know about the reserved word, all struts-examples seem to use it :-) the error i posed is what i get in the log