RE: Tiles Exception

2005-04-28 Thread Nimish Chourey , Tidel Park - Chennai
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

Tiles Exception

2005-04-28 Thread Nimish Chourey , Tidel Park - Chennai
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 gue

Re: Set DynaActionForm to see values in textfields...(form-page)

2004-05-25 Thread Nimish Chourey
Hi Johannes , Are you sure this code works ?? String field1 = (String) PageA.get("field1"); String textfield2 = (String) PageA.get("textfield2"); . DynaActionForm PageB = (DynaActionForm) session_automatic.getAttribute("PageB"); String textfield1 = (String) PageB.get("textfield1"); Strin