Re: Stateless link usage

2008-05-08 Thread Igor Vaynberg
>> next to > >> >> >> each > >> >> >> product. On clicking the add to cart link, would like to add > >> product > >> >> to > >> >> >> cart. I had Link and onClick() to do this - but recently >

Re: Stateless link usage

2008-05-08 Thread Ritz123
and addToCart link >> next to >> >> >> each >> >> >> product. On clicking the add to cart link, would like to add >> product >> >> to >> >> >> cart. I had Link and onClick() to do this - but recently >&

Re: Stateless link usage

2008-05-07 Thread Igor Vaynberg
s - but recently encountered > >> page > >> >> expired message which is expected since the page becomes stateful due > >> to > >> >> the > >> >> Link. > >> >> > >> >> Obviously this page is supposed to be state

Re: Stateless link usage

2008-05-07 Thread Ritz123
gt;> Obviously this page is supposed to be stateless and hence I changed >> Link >> >> to >> >> StatelessLink using final product id inside the onclick. Now on >> >> application >> >> reload(du

Re: Stateless link usage

2008-05-07 Thread Igor Vaynberg
side the onclick. Now on > >> application > >> reload(due to hotdeploy) to simulate session expiry, dont get session > >> expired message but link behaves weird in the sense, it seems to be > >> reloading the contained page instead of going to the

Re: Stateless link usage

2008-05-07 Thread Ritz123
sion >> expired message but link behaves weird in the sense, it seems to be >> reloading the contained page instead of going to the setResponsePage. >> >> Seems like I may be missing something. Is this the right approach in >> terms >>

Re: Stateless link usage

2008-05-07 Thread Johan Compagner
roach in terms > of making the page stateless? > -- > View this message in context: > http://www.nabble.com/Stateless-link-usage-tp17093682p17093682.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > ---

Re: Stateless link usage

2008-05-06 Thread igor . vaynberg
the setResponsePage. > > Seems like I may be missing something. Is this the right approach in terms > of making the page stateless? > -- > View this message in context: > http://www.nabble.com/Stateless-link-usage-tp17093682p1709368

Stateless link usage

2008-05-06 Thread Ritz123
be reloading the contained page instead of going to the setResponsePage. Seems like I may be missing something. Is this the right approach in terms of making the page stateless? -- View this message in context: http://www.nabble.com/Stateless-link-usage-tp17093682p17093682.html Sent from the