Tiles Exception.

2009-08-17 Thread surya.mulakala
Hi all, I am using struts 2.1.6/weblogic 10/tiles 2.0.6/struts2-tiles-plugin-2.1.6 in my application. I am getting following exception in server logs when ever I am clicking on any button or on any action call. Please provide a solution. [INFO] TilesAccess - Publishing TilesContext for context:

RE: Global Exception Handling in struts2

2009-07-20 Thread surya.mulakala
Yeah. I have seen it. But I'm not able to understand what you are trying to say. I'm new to struts2. Thanks and Regards, Surya -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Monday, July 20, 2009 8:27 PM To: Struts Users Mailing List Subject: Re: Global Exceptio

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

RE: Problem with Global Exception Mapping

2009-07-20 Thread surya.mulakala
Hi, We are using struts, 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 ser