Re: wicket:link doesn't work on srcset attribute

2017-02-23 Thread Martin Grigorov
Please file a ticket at https://issues.apache.org/jira/browse/WICKET to improve this! Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Feb 24, 2017 at 5:58 AM, Pedro Santos wrote: > Hi Brosich, it's true. I think Wicket's

Re: wicket:link doesn't work on srcset attribute

2017-02-23 Thread Pedro Santos
Hi Brosich, it's true. I think Wicket's wicket:link tag handler can be improved to cover this attribute. Cheers Pedro Santos On Thu, Feb 23, 2017 at 11:11 AM, Brosich, Alberto wrote: > Hello to all, > > I'm using the srcset attribute of a source tag inside a picture tag. >

Re: nested forms with modal window

2017-02-23 Thread Sven Meier
Hi, public void onSubmit(AjaxRequestTarget target, Form form) { remarkModalWindow.show(target); for(FaultModel fm : selectedModel.getObject()) { System.out.println("ActionButton Remark: " + fm.getFaultRemark()); } } the submit of my modal window will be executed ... after he runs through

nested forms with modal window

2017-02-23 Thread Christoph.Manig
Hello, I have a form which contains a modal window. The submit button of this form is an AjaxButton and should first open the modal window. This form contains a collection of message object which should be changed by the modal window. The modal window also contains a form and a AjaxButton to

wicket:link doesn't work on srcset attribute

2017-02-23 Thread Brosich, Alberto
Hello to all, I'm using the srcset attribute of a source tag inside a picture tag. It seems that wicket:link doesn't convert static links inside srcset attribute. (Wicket version 8.0.0-M3) Is it true? Regards Alberto

Re: Invalidate session on browser close

2017-02-23 Thread Sandor Feher
Well. Problem I seized might be a dead-end. I could reproduce the issues (User closes all the browser windows and then start the browser again. Then he can reach the app without be forced to log in.) only on my own box using jetty. At our testing environment (using tomcat 7) nor at our client we