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=12913>. 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=12913 html tags->package summary->Session Tracking -> Summary: html tags->package summary->Session Tracking -> Product: Struts Version: 1.1 Beta 2 Platform: All URL: http://jakarta.apache.org/struts/api/org/apache/struts/t aglib/html/package-summary.html#package_description OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the page described in the URL field we have following snippet: ------------------------------------------------------ So, a tag like <html:link paramId="target" paramName="linkParams" paramProperty="target" paramScope="request" >detail.html</html:link> would correspond to something like <A HREF="detail.html?<%= request.getParameter("linkParams").getTarget() % >"></A> --------------------------------------------------- But the real explanation of tag would be: <A HREF="detail.html?<%= request.getAttribute("linkParams").getTarget() % >"></A> P.S. pay attention on request.getAttribute() & request.getParameter(); -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
