that'be trivial to implement. Juergen
On 7/14/05, Shahid N. Shah <[EMAIL PROTECTED]> wrote: > Johan, > > Another option for creating crawler-safe URLs might be to use commas like > this: > > /localhost/myAppId/app/0,1,xyz > > Where the '0' is the component ID > Second '1' is the version (if necessary) > Third parameter could be (optionnally) the interface > > This way the PATH_INFO can serve as the full spec without additional > parameter names. > > Just an idea... > > Shahid. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Johan > Compagner > Sent: Wednesday, July 13, 2005 5:51 PM > To: [email protected] > Subject: Re: [Wicket-develop] crawler-safe URLs > > they are not what you call crawler safe urls > > Just much cleaner then before. > there is no version=0 anymore and also interface=IRedirectListener is > not in the url anymore > only > > /forminput?path=0 > or if there are versions: > /forminput?path=0&version=1 > > i can try i can make it something like: > > /forminput/path=0_version=1 > > Really nice urls are not in yet like > > /forminput/ThisIsMyPage > > So bookmarkable page with these kind of urls should still be in. > Still i am looking where we get that name "ThisIsMyPage" > and how we are going to know where it maps on. > > johan > > > Gili wrote: > > > Hi Juergen, > > > > Is there an online example of your new "crawler safe URLs"? > > > > Thanks, > > Gili > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > > happening > > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > > core and dual graphics technology at this free one hour event hosted > > by HP, > > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
