Re: Bookmarkable fallback ajax link

2009-05-18 Thread John Patterson
o for. > > -Igor > > -- View this message in context: http://www.nabble.com/Bookmarkable-fallback-ajax-link-tp23558981p23594651.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubs

Re: Bookmarkable fallback ajax link

2009-05-17 Thread Igor Vaynberg
t; To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>>> For additional commands, e-mail: users-h...@wicket.apache.org >>>> >>>> >>> >>> - >>> To unsubscribe, e-m

Re: Bookmarkable fallback ajax link

2009-05-17 Thread John Patterson
-h...@wicket.apache.org >>> >>> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> &

Re: Bookmarkable fallback ajax link

2009-05-17 Thread John Patterson
ould be > creating two entirely separate code paths. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > -- View this message in context: http://www.nabble.com/Bookmarkable-fallback-ajax-link-tp23558981p23587474.html Sent from the Wicket -

Re: Bookmarkable fallback ajax link

2009-05-17 Thread John Patterson
--- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.

Re: Bookmarkable fallback ajax link

2009-05-15 Thread Jeremy Thomerson
But you don't want URLs with jsessionid in Google's results. Multiple people can come into your site with the same session. -- Jeremy Thomerson http://www.wickettraining.com On Fri, May 15, 2009 at 10:33 AM, Igor Vaynberg wrote: > googlebot does not support cookies, so your container will ad

Re: Bookmarkable fallback ajax link

2009-05-15 Thread Igor Vaynberg
googlebot does not support cookies, so your container will add jsessionid into the url. so unless googlebot specifically ignores jsessionid (which doesnt look to be the case because there are plenty links in google with jsessionid) it should all work. -igor On Thu, May 14, 2009 at 9:19 AM, John

Re: Bookmarkable fallback ajax link

2009-05-15 Thread Jeremy Thomerson
Is your Ajax link redirecting you to another page? Or is it swapping something out on the page? I suppose you could create a bookmarkable link and add the ajax behavior to it, but this seems counterintuitive because it is unlikely that you have an ajax link that is simply redirecting you to a new

Bookmarkable fallback ajax link

2009-05-15 Thread John
Hi, I want googlebot to be able to see content that is shown to normal browsers using ajax. I use a fallback ajax link but because googlebot does not use sessions the links need to be bookmarkable. The problem seems to be because the link contains an ajax behaviour it is considered stat