Hi all,
It's a strange problem.
I have a struts-based web application installed under the ROOT context of
one vhost of Tomcat 5.
In the jsp files, if I use <html:rewrite action="/someaction"/> or
<html:form action="/someaction"/>
Struts rendered //someaction.do or <form action="//someaction.do"> to the
browser, while "/someaction.do" or "<form action="/someaction.do"/> " was
expected.
I am sure the problem is not caused by Struts's tag class as I could get
correctly outputs by directly request the jsp files.
Is that a problem of the Struts ActionServlet?
Thanks!
 

Yufan Shi

We are Online!

http://www.ivanshi.com/blog/

 

 

Reply via email to