action fails when precompiled in war file

2010-01-13 Thread Lee Clemens
I believe I have found an issue when the web.xml's welcome-file is a JSP, which uses an action tag. And that JSP is pre-compiled/packed in a WAR file. (This does not occur if deployed from a directory, but does occur if deployed from an unpacked WAR or not-unpacked WAR file). Tested on Tomcat 6.0

RE: action fails when precompiled in war file

2010-01-12 Thread Lee Clemens
I should also note that I am using in my struts.xml. -Original Message- From: Lee Clemens [mailto:[email protected]] Sent: Sunday, January 10, 2010 4:53 PM To: 'Struts Developers List' Subject: action fails when precompiled in war file I believe I have found an issu

action fails when precompiled in war file

2010-01-10 Thread Lee Clemens
I believe I have found an issue when the web.xml's welcome-file is a JSP, which uses an action tag. And that JSP is pre-compiled/packed in a WAR file. (This does not occur if deployed from a directory, but does occur if deployed from an unpacked WAR or not-unpacked WAR file). Tested on Tomcat 6.0