Re: Trying to make bookmarkablelink

2008-06-25 Thread Mathias P.W Nilsson
No, I'm not sure. I just want to make my urls google friendly. And tried some strategies. Do you have a better solution for making urls google friendly? -- View this message in context: http://www.nabble.com/Trying-to-make-bookmarkablelink-tp18115889p18124088.html Sent from the Wicket -

Re: Trying to make bookmarkablelink

2008-06-25 Thread Gwyn Evans
ring() ); >Link brandLink = new BookmarkablePageLink( > "brandLink" > ,ItemInterceptor.class, params ); > > And it generates this url... I don't know why the slash is there. Anyone > > https://localhost/hairless-web/ItemInterceptor/

Trying to make bookmarkablelink

2008-06-25 Thread Mathias P.W Nilsson
Link brandLink = new BookmarkablePageLink( "brandLink" ,ItemInterceptor.class, params ); And it generates this url... I don't know why the slash is there. Anyone https://localhost/hairless-web/ItemInterceptor/?Brand=76 -- View this message in context: http://w