Struts error of Default value from the server.....

2006-05-11 Thread rajan pahuja
I am getting this error: javax.servlet.ServletException: General error message from server: Field 'firstname' doesn't have a default value org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:523)

Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
I'm trying to convert a Struts app from version 1.1 to the latest production version, 1.2.8. The sticking point is reporting errors. ActionErrors is now deprecated, soon to disappear, so I've converted instances of ActionErrors to ActionMessages. The exception handling code looks like this (ex is

Re: Struts error handling

2006-03-17 Thread Niall Pemberton
Do you have html-el:errors message=true/ on your jsp? If so remove the message=true and it should work. Niall On 3/17/06, Slattery, Tim - BLS [EMAIL PROTECTED] wrote: I'm trying to convert a Struts app from version 1.1 to the latest production version, 1.2.8. The sticking point is reporting

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
Do you have html-el:errors message=true/ on your jsp? If so remove the message=true and it should work. Nope, just html-el:errors/. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Struts error handling

2006-03-17 Thread Niall Pemberton
Thats very strange because the error your getting is when it looks for errors under the message key - which happens when message=true is set - otherwise it should look under the error key. What happens if you set html-el:errors message=false/? Also are you sure there are no other html:errors/ or

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
Thats very strange because the error your getting is when it looks for errors under the message key - which happens when message=true is set - otherwise it should look under the error key. What happens if you set html-el:errors message=false/? Also are you sure there are no other

Re: Struts error handling

2006-03-17 Thread Niall Pemberton
On 3/17/06, Slattery, Tim - BLS [EMAIL PROTECTED] wrote: Thats very strange because the error your getting is when it looks for errors under the message key - which happens when message=true is set - otherwise it should look under the error key. What happens if you set html-el:errors

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
The errors tag doesn't have a message attribute. I tried this: Sorry yes, getting mixed up with html:messages. So are you using name=org.apache.struts.action.MESSAGE on your html:errors tag then? That would cause the same. No name attribute on the errors tag or the messages tag.

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
So are you using name=org.apache.struts.action.MESSAGE on your html:errors tag then? That would cause the same. Just tried it with the messages loop using name=org.apache.struts.action.ERROR SAME MESSAGE -- Tim Slattery [EMAIL PROTECTED]

Re: Struts error handling

2006-03-17 Thread Niall Pemberton
On 3/17/06, Slattery, Tim - BLS [EMAIL PROTECTED] wrote: The errors tag doesn't have a message attribute. I tried this: Sorry yes, getting mixed up with html:messages. So are you using name=org.apache.struts.action.MESSAGE on your html:errors tag then? That would cause the same. No

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
Do you have message resources configured in your struts-config.xml? message-resource parameter=MyApplicationResources / Never used that tag before. I put it in, no difference. -- Tim Slattery [EMAIL PROTECTED] - To

Re: Struts error handling

2006-03-17 Thread Niall Pemberton
On 3/17/06, Slattery, Tim - BLS [EMAIL PROTECTED] wrote: Do you have message resources configured in your struts-config.xml? message-resource parameter=MyApplicationResources / Never used that tag before. I put it in, no difference. Well you need to use it - looks like thats where your

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
-Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 11:34 AM To: Struts Users Mailing List Subject: Re: Struts error handling On 3/17/06, Slattery, Tim - BLS [EMAIL PROTECTED] wrote: Do you have message resources configured

Re: Struts error handling

2006-03-17 Thread Niall Pemberton
] Sent: Friday, March 17, 2006 11:34 AM To: Struts Users Mailing List Subject: Re: Struts error handling On 3/17/06, Slattery, Tim - BLS [EMAIL PROTECTED] wrote: Do you have message resources configured in your struts-config.xml? message-resource parameter=MyApplicationResources

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
Change the DTD declaration at the top of your struts-config.xml to the 1.2 version. Sorry got to run. Did that. Got the same error message. Nothing makes the slightest difference. -- Tim Slattery [EMAIL PROTECTED] - To

RE: Struts error handling

2006-03-17 Thread Slattery, Tim - BLS
Change the DTD declaration at the top of your struts-config.xml to the 1.2 version. Sorry got to run. Argghh!! I didn't see the parsing error message that landed on the app log, not the server console. I had put in: message_resources parameter=freqs null=false/ Putting an underscore between

Struts Error

2005-11-25 Thread Asad Habib
Hello. I have a web application in which I am only using the Tiles component of Struts. Up until recently this application was running without any errors. However, after incorporation of JNDI into this project I get the following error: org.apache.jasper.JasperException: Unresolved

Re: Struts Error

2005-11-25 Thread Asad Habib
Hello. I just wanted to let all of you that I figured this out. I had to flush the compiled files in the Eclipse work directory and then everything worked. Thanks. - Asad On Fri, 25 Nov 2005, Asad Habib wrote: Hello. I have a web application in which I am only using the Tiles component of

How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
Please tell me how to configure Tomcat/Struts so that error messages are sent to a file, not the console? SERVER == I am using tomcat-5.0.27 BACKGROUND == I am using for logging error messages. The output of the code below goes to Eclipse console. What I want is for the output

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread Hiran.Chaudhuri
-Original Message- From: O. Oke [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 6. Oktober 2004 13:11 To: Struts Users Mailing List Subject: How to configure Tomcat/Struts ... error messages are sent to a file, not the console? Please tell me how to configure Tomcat/Struts so that error messages

[OT] Re: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread DGraham
/Struts ... error messages are sent to a file, not the console? Please tell me how to configure Tomcat/Struts so that error messages are sent to a file, not the console? SERVER == I am using tomcat-5.0.27 BACKGROUND == I am using for logging error messages. The output

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
/Struts ... error messages are sent to a file, not the console? Please tell me how to configure Tomcat/Struts so that error messages are sent to a file, not the console? SERVER == I am using tomcat-5.0.27 BACKGROUND == I am using for logging error messages

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread Hiran.Chaudhuri
+49-89-54 74 21 34 Fax +49-89-54 74 21 99 -Original Message- From: O. Oke [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 6. Oktober 2004 14:09 To: Struts Users Mailing List Subject: RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console? Hi

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
To: Struts Users Mailing List Subject: RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console? Hi Hiran, Thanks for your response. I am using simplelog and it is already working. The only problem is that the output is going to the console. What

struts error message

2004-05-25 Thread Zhang, Larry \(L.\)
Struts has an internal tag html:errors/ to show the action errors on the current jsp page, which is OK. However, our business requirement is that in case there is an error, we display the error on an error jsp, then it is not advisable or easily to use html:errors/ since this tag is normally

RE: struts error message

2004-05-25 Thread Slattery, Tim - BLS
Struts has an internal tag html:errors/ to show the action errors on the current jsp page, which is OK. However, our business requirement is that in case there is an error, we display the error on an error jsp, then it is not advisable or easily to use html:errors/ since this tag is

Invalid path STRUTS error

2004-05-25 Thread Hammer
Hi All, I am getting this error still. Error Code :400 Error occured while processing request : http://xyx.com/TerrorismApp/error.jsp Exception Type : com.ibm.servlet.engine.webapp.WebAppErrorReport Message : Invalid path /countryWiseDetailsInput was requested Stack