Re: debug mode

2009-07-15 Thread Emond Papegaaij
I've had similar problems when using method breakpoints on inner classes. Removing the breakpoint speeds up the entire application dramatically (the breakpoint also doesn't work). So try removing your breakpoints. Emond On Tuesday 14 July 2009 19:15:02 John Ipson wrote: Has anyone ever run

Re: Adding components to Pages based on conditionals

2009-04-17 Thread Emond Papegaaij
Personally, I think, it is much more elegant to call setVisible on the component you want to display or hide, or, when the outcome of the condition can change on each render, override isVisible to return the outcome of the condition. Emond Papegaaij On Friday 17 April 2009 08:50:21 Vladimir K

Re: What IDE best fits with Wicket?

2009-02-27 Thread Emond Papegaaij
eclipse:eclipse , it works every time :) 2009/2/27 Emond Papegaaij emond.papega...@topicus.nl That is the plugin Martijn is talking about, and I am one of the co-workers he mentioned. I tried the m2eclipse plugin and used it for a day. The plugin (version 0.9.7.200902090947) was able

Re: What IDE best fits with Wicket?

2009-02-27 Thread Emond Papegaaij
) integration though, that I see the benefits of (and for me it works 95% of the time)... 2009/2/27 Emond Papegaaij emond.papega...@topicus.nl Yes, mvn eclipse:eclipse works, but it's not really integrating maven in eclipse. I have to run it manually after changing the pom or the project

Re: What IDE best fits with Wicket?

2009-02-26 Thread Emond Papegaaij
time I ran into some strange problem I could not solve. Emond Papegaaij On Thursday 26 February 2009 17:20:04 Brill Pappin wrote: I don't think we're talking about the same plugin then (although you seem to be calling it the same thing)... I'm referring to: http://m2eclipse.codehaus.org

setRequired on CheckBox

2008-11-10 Thread Emond Papegaaij
regards, Emond Papegaaij - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

<    1   2