DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33547>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33547 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|enable to land on target |document that landing on |anchors when coming from |target anchors when coming |struts-config.xml "forward" |from struts-config.xml |declaration inside an action|'forward |element |path="/myAction.do"' | |declaration inside an action | |element only works if | |redirect="true" ------- Additional Comments From [EMAIL PROTECTED] 2005-02-14 12:16 ------- The reason appears to be that if struts/tomcat is just returning the content of the landing jsp and thus the browser might not aware of the URL it is displaying. Thus landing on a target anchor only works if the application always does a redirect, and then, the browser learns where to go including the target anchor. When doing that, it also does work - Please document this!! The problem that a bogus ?a=a needs to be put between the action the the "#target" remains -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
