YHiKYM Junior Member
Joined: 17 Mar 2006 Posts: 3
|
Posted: Tue Mar 21, 2006 4:33 pm Post subject: Tomcat 5.0 in JBuilder |
|
|
I have a problem with default installation of Tomcat 5.0 in JBuilder. I'm using struts for the project. For some unknown to me reason it inserts two slashes // before any action name in form in jsp if in the middle of application. For example flow of actions in application looks similar to this: Select -> Edit -> Update. First Select action causes no problems, however second one is rewritten by Tomcat into something like //Edit.do, which it doesn't process.
Now if this explanation is not enough clear to you here is second attempt. In jsp served by Tomcat, server inserts two slashes before any name of struts action.
Anyone has an idea about this behavior? |
|