I have made Struts work pretty successfully on both browsers. Let me make sure I understand what you are saying here...
When you say you link to and from these tiles defs you just mean that your input="tile.def1" and your action's forward path="tile.def2" is that correct? If so, this is what I do as well. How do you do your hrefs, struts html:link or actual HTML anchors? I am not sure about the sentence where NS, "searches for the forward in the same directory as the calling page (paying no attention to the action-mapping)". The only forwards my links access are global-forwards as in <html:link forward="someGlobalForwardName" /> are you saying that you are linking to a forward in the action mapping from a JSP? That doesn't sound right, so please fill in what I am missing. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 3:54 PM To: [EMAIL PROTECTED] Subject: Netscape vs. IE link problem Hi, In one of our Struts applications, we have created tile definitions for every page and action-mappings that link to and from these definitions instead of the JSPs themselves. The rationale for this approach is to make it easy to replicate a site using the same, or mostly the same, pages. But an interesting snafu employing Netscape (as opposed to IE) has arisen with this schema: you can evoke the appropriate forward from both browsers when submitting a form, yet if you attempt to link to the same page via an href, IE finds its way to the correct page but Netscape apparently searches for the forward in the same directory as the calling page (paying no attention to the action-mapping). I was wondering if anyone had encountered this problem and knew of a work-around. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

