Re: Google friendly urls

2008-06-24 Thread Michael Sparer
kedList(); > filters.add( new StoreFilter( 1 ) ); > filters.add( new BalanceFilter( 1 ) ); > filters.add( new BrandFilter( 34 ) ); > > > setResponsePage( new ItemPage( filters ) ) ; > > > - Michael Sparer http://talk-on-tech.blogspot.com -- Vi

Re: Google friendly urls

2008-06-23 Thread Jeremy Thomerson
of PageParameters. That makes sense of course. > > -- > View this message in context: > http://www.nabble.com/Google-friendly-urls-tp18079064p18079925.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > >

Re: Google friendly urls

2008-06-23 Thread Mathias P.W Nilsson
Ok thanks. So If I need a google friendly website I need to go with the parsing of PageParameters. That makes sense of course. -- View this message in context: http://www.nabble.com/Google-friendly-urls-tp18079064p18079925.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Google friendly urls

2008-06-23 Thread Igor Vaynberg
y() ){ > >filters.add( new BalanceFilter( new Long( 1 ) )); >filters.add( new StoreFilter( getStore() )); >Integer count = getItemDao().getItemCount(filters); > >if( count == 0 ) >

Re: Google friendly urls

2008-06-23 Thread Mathias P.W Nilsson
temListPage( filters , sort) ); }else{ setResponsePage( new ItemListPage( filters ) ); } } } -- View this message in context:

Re: Google friendly urls

2008-06-23 Thread Igor Vaynberg
BalanceFilter( 1 ) ); > filters.add( new BrandFilter( 34 ) ); > > > setResponsePage( new ItemPage( filters ) ) ; > > > -- > View this message in context: > http://www.nabble.com/Google-friendly-urls-tp1807

Google friendly urls

2008-06-23 Thread Mathias P.W Nilsson
dList(); 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 ma