Hello,

My application is "toto" and with this struts tag
<html:form action="/login.do">
the generated HTML code is
<form action="/toto/login.do">

I need to use relative path (without application context), like
<form action="login.do">

Is it possible ? Any help would be appreciate.

Kind of regards



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

Reply via email to