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
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
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
3 matches
Mail list logo