Re: [Wicketstuff / Inmethod-Grid] A handful of patches

2010-06-12 Thread Douglas Ferguson
Thanks. Another question for you... I have a few columns that I want to be fixed at the beginning of the table. There is a setReorderable(false); which will prevent you from being able to drag it around, but there is nothing to prevent you from moving another column in front of the fixed one.

Re: URL mounting on Websphere causes Error 404

2010-06-12 Thread toverlier
Goran. I'm having the same problem as you. Were you able to resolve it? Tormod. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/URL-mounting-on-Websphere-causes-Error-404-tp1881464p2251330.html Sent from the Wicket - User mailing list archive at Nabble.com.

url encryption and session invalidate

2010-06-12 Thread fachhoch
I encode my url in wicket suggested way. If users clicks on logout then I calls session.invalidate() this also removes the key in session for encrypting and decrypting of url ,so I get bad padding exception etc,is there any other way to logout user than calling session.invalidate () ? --

jWicket: Accordion and Sortable

2010-06-12 Thread Stefan Lindner
I've comitted a first quick and dirty implementation of jQuery's Accordion and Sortable. Still no documentation and no example, but works for must cases. API will change a litte bit in next version. Accordion and Sortable take ListT as constructor parameter now. This will be a ModelListT in the

RequestLogger 'Detach'-problem with recordSessionSize

2010-06-12 Thread Jens Zastrow
Hi wicket-experts, Using the default RequestLogger which calculates the session-size by serializing the page-objects leads to problems since the models are not detached while doing this step. The source-code of the RequestCycle shows that the Session/Page gets detached AFTER the

Wicketstuff down?

2010-06-12 Thread Thies Edeling
wicketstuff.org seems to be down, can someone start its Tomcat or whatever it's running? thx! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: wiQuery components with server side state - live demo

2010-06-12 Thread Thies Edeling
Is this project still alive? The URL below now prompts for a username/password. Thx! On Wed, Mar 10, 2010 at 1:10 AM, Cemal Bayramoglu jweekend_for...@cabouge.com wrote: http://labs.jweekend.com/public/grid/GridRowExpanderPage On 3 March 2010 18:20, John Armstrong siber...@siberian.org