You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/07/09 23:45:00 UTC

DO NOT REPLY [Bug 21451] New: - Struts tags problem

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21451>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21451

Struts tags problem

           Summary: Struts tags problem
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: jtite@expertweb.com.ec


While using a <html:link> custom tag I have encountered a bug, the body does 
not reset after a refresh of the page what is happennig is that the body 
duplicates and becomes infinite.

I also found this problem in all the struts webapps.

SRC
<html:link forward="home">Go Home</html:link>

OUTPUT
<a href="/store/index.jsp">Go HomeGo HomeGo HomeGo Home</a>


My computer specs are:
Struts 1.1
Tomcat 4.1.24 LE
JDK: SUN 1.4.1_03
SO: Windows XP
Browser: IE 6.0.26

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org