You could try passing parameters via the URL then using Struts' wildcard action mapping to pull them out. I use it to support a ReST-style web service interface to my application.
Don On Tue, 28 Sep 2004 12:31:14 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Chaikin, Yaakov Y." <[EMAIL PROTECTED]> > > When designing a web application, as a lot of people know, it is no longer > a > > good idea to use (or let your framework use) a "?" to append parameters to > > the URL. The reason is that Google, being the dominating search engine, > > ignores everything past the "?", thus making the rest of the web site > > un-indexed in most search engines (since google is used to run most search > > engines). > > I just went to Google and ran several searches, all of which turned up > results containing question marks. > > -- > Wendy Smoak > > > > > --------------------------------------------------------------------- > 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]