Why global error handling doesn't work with struts?

2006-02-28 Thread Partha Pratim Dutta
Hi All I am running Tomcat 4.x and have tried to set global error handling using the following entry in the web.xml file. But there is no redirection and I always end up with 404 page not found error in the browser. I am using struts 1.2 as the MVC framework for the application. One more strange

RE: Why global error handling doesn't work with struts?

2006-03-01 Thread Partha Pratim Dutta
ide of the error mechanism. Niall - Original Message ----- From: "Partha Pratim Dutta" <[EMAIL PROTECTED]> Sent: Wednesday, March 01, 2006 4:39 AM Hi All I am running Tomcat 4.x and have tried to set global error handling using the following entry in the web.xml file. But there

RE: Why global error handling doesn't work with struts?

2006-03-01 Thread Partha Pratim Dutta
ide of the error mechanism. Niall - Original Message ----- From: "Partha Pratim Dutta" <[EMAIL PROTECTED]> Sent: Wednesday, March 01, 2006 4:39 AM Hi All I am running Tomcat 4.x and have tried to set global error handling using the following entry in the web.xml file. But there

RE: Why global error handling doesn't work with struts?

2006-03-02 Thread Partha Pratim Dutta
h struts? What browser are you using? Note that a custom 404 page is still a 404 page, and Internet Explorer will insist on showing you its own 404 page instead of the one sent by the server. > -Original Message----- > From: Partha Pratim Dutta [mailto:[EMAIL PROTECTED] > Sent: Tuesd

RE: Why global error handling doesn't work with struts?

2006-03-02 Thread Partha Pratim Dutta
x27;t work with struts? You'll have to ask Microsoft why it works that way. In the meantime, I would advise checking your site with Firefox so that you can see your custom 404 page. - George > -Original Message- > From: Partha Pratim Dutta [mailto:[EMAIL PROTECTED] > Se

RE: Why global error handling doesn't work with struts?

2006-03-03 Thread Partha Pratim Dutta
page size more than 512 bytes. On 3/3/06, Partha Pratim Dutta <[EMAIL PROTECTED]> wrote: > > Thanks George. It really works fine in Firefox. Why Microsoft is bent > upon changing everything their way ? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[E

struts validator | validwhen rule not working

2006-03-16 Thread Partha Pratim Dutta
I am using struts validator framework for client side & server side validations. I am facing issue with validwhen rule. Validator rules like 'required', 'minlength', 'maxlength' are working fine. The form has 2 fields 1. Radio button - 'currentMember'. This has values "yes" & "no".