Are you sure there is no way out ? I really feel , there might be some way out .
-----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Grzegorz Stasica Sent: Thursday, April 28, 2005 9:51 PM To: user@struts.apache.org Subject: Re: Tiles Exception Nimish Chourey , Tidel Park - Chennai wrote: > Hi , > I am using struts struts-1.2.4 . I am not able to catch the exception > which are caused whenever there is a problem in laying the tiles . > > For Eg in the below code , if ftpStatus.jsp gives a error , I do not > get the exception either in the browser or on Tomcat console . Ideally > , I guess the exception should be shown on the screen itself in the > place where the tparticular tile is rendered . > > Any pointers ....?? > ---------------------------------------- > > <tiles:insert page="/templates/classicLayout.jsp" flush="true"> > <tiles:put name="title" value="DocprepRelease" /> > <tiles:put name="header" value="/common/header.jsp" /> > <tiles:put name="footer" value="/common/footer.jsp" /> > <tiles:put name="menu" value="/common/menu.jsp" /> > <tiles:put name="body" value="/body/ftpStatus.jsp" /> > </tiles:insert> > > ------------------------------------------- > > Regards > Nimish > Unfortunatelly working with tiles is rather tedious. In case of errors in tiles definitions no error is being displayed. Only white page or not complete page. The only way you can workaround this problem is to check every page alone and afterward combine them altogether --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]