[EMAIL PROTECTED] (Eric Ma) wrote: > WebLogic seems to prepend the wrong servlet context path in front of the uri-pattern >I specify. For example, in a JSP page I have > > <html:form action="do/action1"> > > for some reason when the page is rendered in the browser the HTML tag becomes > > <form action="<my_servlet_context_path>/do/do/action1"> > > Has any one seen this kind behavior? Or has anyone used the /do/* uri-pattern >successfully with WebLogic 6.1 SP1?
AIUI it is what is expected. If you are using <html:form> you just give the STRUTS action: <html:form action="/action1"> Duncan Harris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hartford, Cheshire, U.K., Tel: 07968 060418 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

