> we're currently doing the following:
www.cardaddy.com/carsearch/1/5/2/10/3/4 
For maximum SEO, it's best to include keywords in the URL. That being said
there are many non-URL-related improvements you can make to a website to
improve SEO.

> I'm assuming for keyword searches I would just use "keyword" as a key in
> the activation context? 
Sounds about right... I'd say that the keys more or less map to your DB
column names.

> I'm wondering if you would just pass the parameters into activation
> context as a List and just ignore the descriptive string? 
That's certainly possible, or you could create unique string column on each
table which could be used to lookup your rows and ditch the number all
together.

> Example of what we'ere currently doing: 
> void onActivate(List<String> parameters)

You can also use the following if you'd like to use tapestry's type
coercion:
void onActivate(EventContext context)






--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Query-Parameter-Suggestions-tp5716416p5716435.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to