RE: Global Exception Handling in struts2

2009-07-20 Thread surya.mulakala
Re: Global Exception Handling in struts2 Did you see the rest of the comment I put in JIRA? Dave surya.mulak...@wipro.com wrote: > Hi, > > We are using struts2.1.6, Spring and Hibernate in our application. For > handling exceptions in application, we are using global exception > mapping

Re: Global Exception Handling in struts2

2009-07-20 Thread Dave Newton
Did you see the rest of the comment I put in JIRA? Dave surya.mulak...@wipro.com wrote: Hi, We are using struts2.1.6, Spring and Hibernate in our application. For handling exceptions in application, we are using global exception mappings in struts2. Whenever an exception is coming in the app

Re: Global Exception Handling in struts2

2009-07-20 Thread surya.mulakala
Hi, We are using struts2.1.6, Spring and Hibernate in our application. For handling exceptions in application, we are using global exception mappings in struts2. Whenever an exception is coming in the application it is taking us to required action and the functionality is working . But in weblogic