Forward to your action with no javascript redirects.... <jsp:forward page="/welcome.do" />
redirecting rather than forwarding will lose some crawlers. Another problem is if you use the html:img and or encode any paths to images, css or other media things will get ugly for image crawlers and such like, as the sessionid is appended to the path. This is also a problem if users dont have cookies, in fact I'm unsure why html:img doesn't just append the context path rather than fully encoding. Mark On 2/11/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: > I will give that a try. Thanks for the idea ... maybe that is all I > need. I will implement the change and run some more curl. > > Many thanks, > > On 2/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > > On Sat, 2006-02-11 at 09:10 -0600, Jim Reynolds wrote: > > > Do you mean a redirect using a servlet or something like that? > > > > JSP: > > > > <%@ page contentType="text/html; charset=utf-8" %> > > <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> > > > > <logic:redirect page="/publishing/section.do" /> > > > > I'm not 100% sure, but I think robots follow redirects. > > > > -- > > Torgeir Veimo <[EMAIL PROTECTED]> > > > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]