Is thare any way to make struts handle Exceptions thrown from ?

2002-08-19 Thread Herve Tchepannou
Is thare any way to make struts handle Exceptions thrown from JSP custom tags? My goal the to make my application behave exactly as if the error was thrown from a Action object. thanx

RE: tons of tiles debug messages!

2002-08-16 Thread Herve Tchepannou
The debug configuation should be in your Tile-Plugin configuration. Make sure that the Tiles plugin is defined like this in your struts-config.xml file: !-- == Plugins Definitions == -- plug-in className=org.apache.struts.tiles.TilesPlugin

RE: tons of tiles debug messages!

2002-08-16 Thread Herve Tchepannou
. Thanks, Michelle --- In [EMAIL PROTECTED], Herve Tchepannou [EMAIL PROTECTED] wrote: The debug configuation should be in your Tile-Plugin configuration. Make sure that the Tiles plugin is defined like this in your struts-config.xml file: !-- == Plugins Definitions

logic:iterate never iterate through all the items

2002-07-16 Thread Herve Tchepannou
= bean:write name=item property=name //a /td /tr /logic:iterate Im I missing something? My configuration is: Win2000, jdk1.4.0, struts 1.1 (yesterday build) Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231 mailto:[EMAIL

RE: logic:iterate never iterate through all the items

2002-07-16 Thread Herve Tchepannou
the first tag of logic:iterate. Actually you are doing: logic:iterate/ /logic:iterate/ and should be logic:iterate /logic:iterate Hope that makes the trick, Adolfo From: Herve Tchepannou [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject