Session ID

2008-10-26 Thread aepelde
I'have implemented a custom MySession session object and create an instance when my application's newSession method is called. Something simple like this: public Session newSession(Request request, Response response) { MySession session = new MySession(request); } Now I need to

Re: Stateless AJAX links

2008-10-26 Thread aditsu
Thanks. but some of the things don't really make sense: Johan Compagner wrote: - Why does wicket always do redirect for ajax requests? Because how else would you render the resulting page? It's an ajax request that makes changes to the current page (without going to another page). What

Re: Session ID

2008-10-26 Thread aditsu
aepelde wrote: I'have implemented a custom MySession session object and create an instance when my application's newSession method is called. Something simple like this: public Session newSession(Request request, Response response) { MySession session = new

Re: LazyInitializationException hibernate wicket

2008-10-26 Thread Nino Saturnino Martinez Vazquez Wael
Hi Ricardo You can also get into these errors if you do not use detachable models, and not use extended persistence context (if using JPA).. BTW using extended persistence context are not recommended, due to performance reasons AFAIK.. Ricardo Mayerhofer wrote: Hi Yann, Thanks for your

Ajax back/forward button support

2008-10-26 Thread Martin Grigorov
Hi, I just committed a demo implementation of a basic support for back and forward buttons for Ajax requests. The code could be found at: impl: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery/src/main/java/org/wicketstuff/jquery/ajaxbackbutton examples:

Re: Autoscrolling table header

2008-10-26 Thread Ashika Umanga Umagiliya
hi jeremy, Thank you for the suggestion.I will try that out.I am currently developing a POC for a project ,so i found that ZK framework have what i wanted. But for the actual implementation I will use Wicket. Thanks and Best Regards, umanga Jeremy Thomerson wrote: Could you use thead /