Re: [Wicket-user] Re: Back button, setVisible, isVisible, Submit Button is not Visible

2006-03-22 Thread Igor Vaynberg
no, letting an event be executed on an invisible component is a security issue.set/getVisible should work with versioning enabled. if you want you can share some code and maybe someone can give you some advice. -IgorOn 3/22/06, Robert McClay <[EMAIL PROTECTED]> wrote: Perhaps a flag on the componen

[Wicket-user] Re: Back button, setVisible, isVisible, Submit Button is not Visible

2006-03-22 Thread Robert McClay
Perhaps a flag on the component to specify whether it handles clicks when it is "invisible"? That would "fix" the issue and the component would get the click, could check if it whether it is visible / invisible and then act accordingly. I tried turning on versioning and then using setVisible ex