jaikarthi ha scritto:
<definition name="page.layout" path="/WEB-INF/pages/tiles/Layout.jsp"> <put name="title" value=""/> <put name="header" value="/WEB-INF/pages/tiles/header.jsp"/> <put name="body" value="" /> <put name="footer" value="/WEB-INF/pages/tiles/footer.jsp"/> </definition>
...

<action path="/jspException" type="com.sen.exception.JspExceptionHandlerAction" scope="request" > <forward name="success" path="/WEB-INF/pages/error.jsp" redirect="false/> </action>
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]

Reply via email to