wicket + JSON web tokens

2015-07-28 Thread Jason Novotny
Hi, Has anyone done any work with Wicket and JSON web tokens http://jwt.io/? I'm interested in getting away from server-side session management if possible. Thanks, Jason - To unsubscribe, e-mail: users-unsubscr...@wicket.ap

distributed session handling with redis

2015-07-26 Thread Jason Novotny
Hi, I googled and found a discussion on using redis to handle sessions, and someone also came up with a project https://github.com/baholladay/WicketRedisSession. Based on the thread http://mail-archives.apache.org/mod_mbox/wicket-dev/201502.mbox/%3c54e4cfee.80...@gmail.com%3E I wound up usi

Re: wicket creating tons of sessions

2015-07-26 Thread Jason Novotny
n Sun, Jul 26, 2015 at 6:16 AM, Jason Novotny wrote: Hi, In deploying my wicket 6.2 application I noticed sessions are getting created like crazy-- I'm using Tomcat and the manager application and after only a minute, there are over 6000 sessions(!) and oddly I only navigated to the page on

wicket creating tons of sessions

2015-07-25 Thread Jason Novotny
Hi, In deploying my wicket 6.2 application I noticed sessions are getting created like crazy-- I'm using Tomcat and the manager application and after only a minute, there are over 6000 sessions(!) and oddly I only navigated to the page once(!). Any ideas on where I can debug this to determine

wicket authroles 6.X and obtaining logged in users

2015-07-16 Thread Jason Novotny
Hi, We're using wicket authroles 6.X and I'm trying to figure out how I can determine all the logged in users and then log them out. Thanks, Jason - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional c

wicket-annotations and page mounting

2015-07-10 Thread Jason Novotny
Hi, I'm using wicket-annotations and I've added: newAnnotatedMountScanner().scanPackage("com.foo.web.pages").mount(this); in my Application class. My page classes all have: @MountPath(value ="summary") However, I want to adjust the pages to not use query parameters like &account=5 and use /

Re: ajax events and manipulating DOM

2014-11-14 Thread Jason Novotny
Ok, to answer my own question, it was a jquery/javascript issue. Instead of removing dom, the approach that works is to use appendTo instead: $('.actionbuttons').appendTo('.btns'); Jason On 11/14/14, 6:13 PM, Jason Novotny wrote: Hi, I'm using jquery datatables w

ajax events and manipulating DOM

2014-11-14 Thread Jason Novotny
Hi, I'm using jquery datatables which allows customization of table header by creating html in javascript via "dom" attribute which creates a div : $('#datatable').dataTable({ "dom": '<"top"<"dropholder"><"postpone"><"btns"><"holder"ip>>t', "language": { "info": "_

Re: wicket + jsessionid and 302 issues

2014-11-12 Thread Jason Novotny
if my tomcat config needs changing. Thanks, Jason On 11/12/14, 1:40 PM, Jason Novotny wrote: Hi wicketeers, I was hoping to get rid of the jsessionid that appears in the browsewr bar when running my wicket app under Tomcat 7, and I added the following to web.xml: 30

wicket + jsessionid and 302 issues

2014-11-12 Thread Jason Novotny
Hi wicketeers, I was hoping to get rid of the jsessionid that appears in the browsewr bar when running my wicket app under Tomcat 7, and I added the following to web.xml: 30 COOKIE However, now in production we get all these 302 redirects which are causing an infin

wicket6 + sso and redirects

2014-11-03 Thread Jason Novotny
Hi, I'm adding support to my application use SSO outbound from my webapp to an Identity provider (IP) to authenticate a user from my webapp to an external web application. I have SSO code and the steps involved on my page are: 1. send redirect to https://www.3rdparty.com?authnReqRedirectUrl

Re: jquery DataTable + wicket Cannot bind a listener

2014-10-28 Thread Jason Novotny
luck! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Oct 27, 2014 at 8:37 PM, Jason Novotny wrote: Hi Martin, Thanks for the help-- I've reached out to them, the js appears pretty complex http://cdn.datatables.net/1.10.3/js/jquery.dataTables.js They

Re: jquery DataTable + wicket Cannot bind a listener

2014-10-27 Thread Jason Novotny
clone(true, true) to preserve the event bindings. Ask in their forums. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Oct 26, 2014 at 12:46 AM, Jason Novotny wrote: I've managed to figure out the cause of the problem but no solution. jquery datatables

Re: jquery DataTable + wicket Cannot bind a listener

2014-10-25 Thread Jason Novotny
et the wicket debug error "Wicket.Ajax: Cannot bind a listener for event "click" on element "elementId" because the element is not in the DOM" Now when I hit the link for next page of the table, the DOM has been updated to reflect the rows, but the javascript

Re: jquery DataTable + wicket Cannot bind a listener

2014-10-24 Thread Jason Novotny
I should add I'm using Wicket 6.17. Thanks, Jason On 10/24/14, 10:47 AM, Jason Novotny wrote: Hi, I'm using latest jquery DataTable with a ListView and in wicket:head of the page, I initiate the DataTable: $(function () { $('.datatable_execu

jquery DataTable + wicket Cannot bind a listener

2014-10-24 Thread Jason Novotny
Hi, I'm using latest jquery DataTable with a ListView and in wicket:head of the page, I initiate the DataTable: $(function () { $('.datatable_executed').dataTable({ 'lengthChange': false, 'dom': '<"top"<"doc-filter"><"holder"ip>>t', "

adding wicket generated link to javascript

2014-09-03 Thread Jason Novotny
Hi, My designer gave me code where HTML is created in javascript as part of a jquery dataTable: $(document).ready(function() { $('#datatable').dataTable( { $('.clientinvoices .dropholder').html('
class="opener">
*