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=15734>. 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=15734 <html:form cannot find the action form [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2002-12-31 15:52 ------- <html:form action="/sitemap" focus="rptId"> ---- This does NOT <html:form action="sitemap" focus="rptId"> ---- This does NOT <html:form action="sitemap.do" focus="rptId"> ---- This does NOT I checked out the sample which has <action path="/html-link" and then <html:form action="html-link.do"> so ( I left this out of my original post ) <action path="/sitemap" parameter="/sitemap.jsp" type="org.apache.struts.actions.ForwardAction"> </action> <html:form action="sitemap.do" focus="rptId"> -- this ought to work. to summarize ... /sitemap.do has a link to take me to /rptDetail.do ( and that is rptDetail.jsp ) rptDetail.jsp has a link that ( for now ) will take me back to /sitemap.do until I get the next piece coded. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>