Re: Wicket back button behavior

2017-04-10 Thread Entropy
Hmmm, it's not quite PERFECTLY what I was after, but it may be "close enough". When I go back, I am still taken to previous pages by virtue of the mounted URLs, but I am no longer being taken to old VERSIONS of those pages, which was the main problem. I'll have to check with my requirements

Re: Wicket back button behavior

2017-04-10 Thread Zala Pierre GOUPIL
Hi, If I get you right, you want to be able to have some pages that always display their last state, right? What about trying the "Wicket no version mapper" pattern? [1] For you, getting rid of the version number in the URL is just a side-effect, but it should do the trick. Plus, you can switch

Re: Wicket back button behavior

2017-04-10 Thread Entropy
I am trying to set this up. I looked at some docs and I feel like creating a custom PageManager seems like what I want to do. The thing is, no matter how I implement the getPage(int), the Wicket app behaves the same. The back button still does it's default behavior every time. Here's what I

Re: Weird CSS warning in IE

2017-04-10 Thread Maxim Solodovnik
Hello Sebastien, I was able to see it in our application, I'll try to create small application with this issue On Mon, Apr 10, 2017 at 9:16 PM, Sebastien wrote: > Hi Maxim, > > I activated the developer tools in IE but I can't see this behavior from > the demo site. Is there

Re: Weird CSS warning in IE

2017-04-10 Thread Sebastien
Hi Maxim, I activated the developer tools in IE but I can't see this behavior from the demo site. Is there anything else to do or a special page to go? Thanks, Sebastien. On Sat, Apr 8, 2017 at 12:06 PM, Maxim Solodovnik wrote: > Thanks a lot! > > On Sat, Apr 8, 2017 at

Re: "/websocket/closed" is not working in IE11

2017-04-10 Thread Maxim Solodovnik
Weird enough, quickstart works :( Investigation only begins :) On Mon, Apr 10, 2017 at 2:04 AM, Martin Grigorov wrote: > On Sat, Apr 8, 2017 at 11:41 AM, Maxim Solodovnik > wrote: > > > Hello All, > > > > I just have noticed "/websocket/closed" is

Re: POST request on textfield when expecting GET on link in AjaxPagingNavigator

2017-04-10 Thread Martin Grigorov
You can override it use only "inputchange" event for this TextField. See https://github.com/apache/wicket/blob/5f4affeb62bbd4ec6286394e0572ec20633c939f/wicket-core/src/main/java/org/apache/wicket/ajax/form/OnChangeAjaxBehavior.java#L79 Martin Grigorov Wicket Training and Consulting

Re: Constant for Jquery3

2017-04-10 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/WICKET-6354 https://github.com/apache/wicket/pull/218 On Mon, Apr 10, 2017 at 2:02 AM, Martin Grigorov wrote: > We will need a new ticket! > Pull requests are welcome :-) > > Martin Grigorov > Wicket Training and Consulting >

Re: POST request on textfield when expecting GET on link in AjaxPagingNavigator

2017-04-10 Thread ssamarin
We've got .add(new OnChangeAjaxBehavior() on TextField. Is there any way to fix this? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-request-on-textfield-when-expecting-GET-on-link-in-AjaxPagingNavigator-tp4677619p4677638.html Sent from the Users forum mailing