RE: redirecting to Google...

2004-03-16 Thread Wendy Smoak
> From: Timothy Stone [mailto:[EMAIL PROTECTED] > How do I do this? I think I'm looking for something similar to this, > which is what I'm most familiar with: > response.sendRedirect("http://www.google.com/search?q="; + > queryString); I've never done this from an Action, but I *think* you can

Re: redirecting to Google...

2004-03-16 Thread Timothy Stone
Timothy Stone wrote: List, Struts noob. I'm checking a form for a parameter that determines whether the user is searching the web at large or the local site: SiteĀ  Web If "false".equalsIgnoreCase( isLocal ) then my actionMapping.findForward( "gogoGoogleSearch" ) is envoked. This is where I g