Re: Reg : JSP Exception Handling Problem with Tiles

2006-09-01 Thread jaikarthi

Hi,
  I am not getting any exception in log.

Antonio Petrelli wrote:
> 
> jaikarthi ha scritto:
>>
>>  
>>   > value="/WEB-INF/pages/tiles/header.jsp"/> 
>>  
>> 
>>   
>>
>> ...
>>
>> > path="/jspException" 
>>  type="com.sen.exception.JspExceptionHandlerAction" 
>> scope="request" > 
>> > redirect="false/> 
>>  
>>
>> my action class gets executed and success is forwarded,but i am getting a
>> blank page. 
>>   
> 
> It is strange, since the "error.jsp" is a simple JSP page. Have you got 
> any exception in your log?
> 
>> only header.jsp alone rendered,
> 
> What do you mean with this?
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Reg-%3A-JSP-Exception-Handling-with-tiles-tf2202000.html#a6098356
Sent from the Struts - User forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reg : JSP Exception Handling Problem with Tiles

2006-09-01 Thread jaikarthi

Hi,
please find the problem

   Hi, 
I am trying to handle JSP Exception in my Project. We are using Tiles
plug in in our project. 
My Layout definition is 
   
 
   
 

  

   My header and footer remains same in all pages. 

  in my layout.jsp 

I defined 

<%@ page errorPage="/jspException.do"> 

whenever jsp exception occurs,JSP Exception handler gets invoked and I am
redircting to error page. 

my struts config looks like this, 

 
 
 
 
 
 
 
unexpected error occured 
 
 

I dont know why? i am badly in need of this. 

Please help me Guys  i am looking for ur reply 

Thanks, 
JaiKarthik



Antonio Petrelli wrote:
> 
> It seems that your message has been corrupted. Try to resend it.
> 
> jaikarthi ha scritto:
>> Hi,
>> I am trying to handle JSP Exception in my Project. We are using Tiles
>> plug in in our project.
>> My Layout definition is
>>   
>>  
>>   
>> 
>>
>>  
>>
>>My header and footer remains same in all pages.
>>
>>   in my layout.jsp 
>>
>> I defined 
>>
>> <%@ page errorPage="/jspException.do">
>>
>> whenever jsp exception occurs,JSP Exception handler gets invoked and I am
>> redircting to error page.
>>
>> my struts config looks like this,
>>
>>
>>  
>>
>>
>> my action class gets executed and success is forwarded,but i am getting a
>> blank page.
>> only header.jsp alone rendered,my error.jsp is not rendered.
>>
>> my error.jsp is 
>>
>> <%@ page isErrorPage="true"%>
>>
>>
>>   
>>
>>
>> unexpected error occured
>>
>>
>>
>> I dont know why? i am badly in need of this.
>>
>> Please help me Guys  i am looking for ur reply
>>
>> Thanks,
>> JaiKarthik
>>   
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Reg-%3A-JSP-Exception-Handling-with-tiles-tf2202000.html#a6096918
Sent from the Struts - User forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reg : JSP Exception Handling Problem with Tiles

2006-09-01 Thread jaikarthi

Hi,
I am trying to handle JSP Exception in my Project. We are using Tiles
plug in in our project.
My Layout definition is
  

  

   
 

   My header and footer remains same in all pages.

  in my layout.jsp 

I defined 

<%@ page errorPage="/jspException.do">

whenever jsp exception occurs,JSP Exception handler gets invoked and I am
redircting to error page.

my struts config looks like this,





my action class gets executed and success is forwarded,but i am getting a
blank page.
only header.jsp alone rendered,my error.jsp is not rendered.

my error.jsp is 

<%@ page isErrorPage="true"%>


 


unexpected error occured



I dont know why? i am badly in need of this.

Please help me Guys  i am looking for ur reply

Thanks,
JaiKarthik
-- 
View this message in context: 
http://www.nabble.com/Reg-%3A-JSP-Exception-Handling-Problem-with-Tiles-tf2202000.html#a6096810
Sent from the Struts - User forum at Nabble.com.