You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by fachhoch <fa...@gmail.com> on 2010/06/12 13:56:23 UTC

url encryption and session invalidate

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 () ?

-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/url-encryption-and-session-invalidate-tp2252675p2252675.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


jWicket: Accordion and Sortable

Posted by Stefan Lindner <li...@visionet.de>.
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
List<T> as constructor parameter now. This will be a
Model<List<T>> in the next version. No big thing.
Just check it out and let me know your experience.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org