Re: Nested Redirects and REDIRECT_TO_BUFFER

2014-08-26 Thread Martin Grigorov
Hi, Please create a quickstart app and attach it to JIRA. The issue looks like https://issues.apache.org/jira/browse/WICKET-4433 but it is different. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Aug 27, 2014 at 12:44 AM, Mike Bresnahan wrote: > Short s

Nested Redirects and REDIRECT_TO_BUFFER

2014-08-26 Thread Mike Bresnahan
Short story: I have a scenario where the render strategy is REDIRECT_TO_BUFFER and there are 2 nested redirects. The observed behavior is that the first page gets displayed rather than the second page. The scenario goes like this: 1) A user logs in and goes idle. 2) The session expires 3) The use

Re: DataTables Webjars Error

2014-08-26 Thread Martin Grigorov
wicket-6.x is the exact name of the branch a PR to master is also welcome! Otherwise I'll try to cherry-pick it (sometimes this doesn't work smoothly and I have to do it manually). Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Aug 26, 2014 at 9:33 PM, Davi

Re: DataTables Webjars Error

2014-08-26 Thread David Beer
Hi Martin Thanks for spotting that will have a look. PR against 6.0x branch? Thanks David On 26 August 2014 19:15, Martin Grigorov wrote: > OK. > > I see 1.10.2 has changed the way it packs the css/js resources - there is > no 'media' folder anymore. > Please try it and send Pull Request if

Re: DataTables Webjars Error

2014-08-26 Thread Martin Grigorov
OK. I see 1.10.2 has changed the way it packs the css/js resources - there is no 'media' folder anymore. Please try it and send Pull Request if it works. Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Aug 26, 2014 at 9:10 PM, David Beer wrote: >

Re: DataTables Webjars Error

2014-08-26 Thread David Beer
Hi Martin I am using the DataTables module from wicketstuff. I am simply installing webjars with WicketWebjars.install(this); This where the reference is made to the DataTables css file, https://github.com/wicketstuff/core/blob/core-6.16.0/jdk-1.6-parent/datatables-parent/datatables/src/main/java

Re: DataTables Webjars Error

2014-08-26 Thread Martin Grigorov
Hi, How do you use the webjar ? Show us the code of the resource reference's constructor. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 25, 2014 at 9:37 PM, David Beer wrote: > Hi All > > I am trying to use DataTables from wicketstuff in order to se