Re: Adding HTML class=invalid after validating with IndicatingAjaxButton

2008-09-25 Thread Chris Stein
replacing form tag well -igor On Tue, Sep 23, 2008 at 1:39 PM, Chris Stein [EMAIL PROTECTED] wrote: Thanks, Igor. However, I tried it and it never showed up in the browser. Even more so, when I set a breakpoint to the onComponentTag-method, it never gets called. Is that correct? I only get

Re: Adding HTML class=invalid after validating with IndicatingAjaxButton

2008-09-25 Thread Chris Stein
Martijn On Thu, Sep 25, 2008 at 1:56 PM, Chris Stein [EMAIL PROTECTED] wrote: Thanks, Igor. I've been playing around with your suggestions but still doesn't seem to make it work. My onSubmit is not being called when I set a breakpoint there. Is it possible that what I am asking

Re: Wicket critique

2008-09-23 Thread Chris Stein
I tried many different frameworks in the past and Wicket was probably one of the easiest to set up and integrate into Eclipse. I have to admit that the learning curve is quite steep here. It helped me being familiar with Eclipse and the Tomcat integration to get things going quickly. Besides: I

Re: Adding HTML class=invalid after validating with IndicatingAjaxButton

2008-09-23 Thread Chris Stein
Thanks, Igor. However, I tried it and it never showed up in the browser. Even more so, when I set a breakpoint to the onComponentTag-method, it never gets called. Is that correct? I only get this behavior when I am using the IndicatingAjaxButton--everything works fine with the regular buttons.

Re: Adding HTML class=invalid after validating with IndicatingAjaxButton

2008-09-23 Thread Chris Stein
Thanks, Igor. However, I tried it and it never showed up in the browser. Even more so, when I set a breakpoint to the onComponentTag-method, it never gets called. Is that correct? I only get this behavior when I am using the IndicatingAjaxButton--everything works fine with the regular buttons.

Re: Google Chrome Wicket

2008-09-03 Thread Chris Stein
I was trying to follow Matej's suggestion and build the latest version from trunk. When running Maven with mvn package, I was getting test errors. The Auth Roles doesn't complete the tests due to an incorrect Apache License header in

Show/hide WebMarkupContainer

2008-09-03 Thread Chris Stein
I am having trouble understanding how to achieve the following: Similar to Xing or Google Mail, I want to show a form with AJAX when the user clicks a link on the same page. I first thought that I can achieve this with the AjaxLazyLoadPanel. By now I got the gist that I need to play with an