Re: question about swarm

2010-01-06 Thread Emond Papegaaij
ith that ? > > Is it an option to contribute your annotations with a specific > AnnotatedPermission ? That would be really great. > > Kind Regards, > > Olger > > On 6 jan 2010, at 12:52, Emond Papegaaij wrote: > > Hi, > > > > Your change breaks some

Re: question about swarm

2010-01-06 Thread Emond Papegaaij
does not only give permission to the specified class, but also to its subclasses. This could be achieved by extending ComponentPermission and overriding the implies method. The first part of the the path array should contain the classname of the component. Best regards, Emond Papegaaij On

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 ac

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
d m2eclipse... > > The subversion (subversive) integration though, that I see the benefits of > (and for me it works 95% of the time)... > > 2009/2/27 Emond Papegaaij > > > Yes, mvn eclipse:eclipse works, but it's not really integrating maven in > > eclipse. I have to run

Re: What IDE best fits with Wicket?

2009-02-27 Thread Emond Papegaaij
use mvn eclipse:eclipse , it works every time :) > > 2009/2/27 Emond Papegaaij > > > 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

Re: What IDE best fits with Wicket?

2009-02-26 Thread Emond Papegaaij
every 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'

setRequired on CheckBox

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

<    1   2