I don't mean the jsessionid part.   What is happening is this, when I 
specifiy my action in the JSP source, the tag changes it when it is 
rendered.  For examlpe:

<html:form action="/createUser">

is being translated to

<form action="/web_app_name">

instead of

<form action="/createUser">





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to