Running struts 1.0 on Atg Dynamo 5.1 w/patch 1.1.p2

the context root (myroot) is added twice when the html is written:

I.e.
<html:form action="myaction.do"> is written as : <form name="myForm"
method="POST" action="/myroot/myroot/myaction.do">
or
<html:img page="/images/spacer.gif"/> is written as:  <img
src="/myroot/myroot/images/loginpage_password.gif">

This does not happen in Tomcat, only in Dynamo, has anyone seen this?

thanks,
joachim

Reply via email to