Hi!

I'm trying to get my wicket urls to work with google spiders. Right now I
have the ?wicket:interface=:1:::: and I was just wondering.

Do I have to use PageParameters to get urls like ?Brand=34 

I now pass objects to a pages constructor. Thanks

Like

List<ItemFilter> filters = new LinkedList<ItemFilter>();
filters.add( new StoreFilter( 1 ) );
filters.add( new BalanceFilter( 1 ) );
filters.add( new BrandFilter( 34 ) );
....

setResponsePage( new ItemPage( filters ) ) ;


-- 
View this message in context: 
http://www.nabble.com/Google-friendly-urls-tp18079064p18079064.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to