Re: [Wicket-user] PagingNavigator (lazy) Session // BUG?

2006-12-13 Thread Johan Compagner
-- *Von:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *Im Auftrag von *Johan Compagner *Gesendet:* Sonntag, 10. Dezember 2006 14:49 *An:* wicket-user@lists.sourceforge.net *Betreff:* Re: [Wicket-user] PagingNavigator (lazy) Session // BUG? If you use links or forms that are not stateless (see

Re: [Wicket-user] PagingNavigator (lazy) Session // BUG?

2006-12-13 Thread Johan Compagner
BTW: i just tried out the StatelessForm and StatlessLink and found out they they cant be used with IndexedUrlStrategy, as they dont encode in that case to path corretly (exception gets thrown by the IndexedUrlStrategy) Please make a unit test if you can then i can add that one to our unit

Re: [Wicket-user] PagingNavigator (lazy) Session // BUG?

2006-12-13 Thread Korbinian Bachl
@lists.sourceforge.net Betreff: Re: [Wicket-user] PagingNavigator (lazy) Session // BUG? ahh i get it. So before the render a page should look if it is statefull or stateless (it knows that) And if it is statefull it should directly create the sessie (which will be done anyway when the page was getting rendered