Re: Debugging struts application

2005-03-25 Thread John Hyun
If you use eclipse you can get the tomcat-eclipse plugin and this will let you debug your web application (including tomcat and any supporting libraries, i.e. struts). The plugin is at: http://www.sysdeo.com/eclipse/tomcatPlugin.html You will need to download the source code of struts and

Struts 1.2.4 tiles:get bug?

2005-03-24 Thread John Hyun
I seem to have a problem with Tiles in Struts 1.2.4 while using Tomcat 5.5.7 that did not exist when using 1.2.2/5.5.4. The 'get' tag is not handling correctly the case where the named attribute does not exist. The tag should throw an exception but does not. Furthermore, it disregards the 'ignor