Re: Apache Wicket releases Wicket 1.5

2011-09-07 Thread Bernhard Schauer
w00t, Wicket FTW! On 2011-09-08 05:31, Duy Do wrote: Big news! You made my day. Thanks a lot for your great working. On 9/8/11 5:17 AM, Martijn Dashorst wrote: The Apache Wicket team is proud to announce the immediate availability of the newest release of their component oriented open source

Re: How to run some JS only once after Ajax rendering is done ?

2010-09-07 Thread Bernhard Schauer
I think you could do it as follows. The js function 'bindYourEvent()' is called after the the components that are added to the AjaxRequestTarget are 're-painted'. form.add(new AjaxButton("set") { @Override protected void onSubmit(final AjaxRequestTarget target, fin

WicketRuntimeException when injecting into hidden form field

2010-09-06 Thread Bernhard Schauer
Hello, in wicket forms get a hidden field. I found on the web, that this hidden field is needed for some kind of event handling. (Anyone knows more details?) I played around with XSS-Me (https://addons.mozilla.org/de/firefox/addon/7598/) a firefox plugin, that tries to find XSS vulnerabilit