Hi Bob, it worked.
On Mon, Sep 29, 2008 at 1:19 PM, Bob Schellink <[EMAIL PROTECTED]> wrote: > Ricardo Lecheta wrote: > >> >> Noops, if you remove the Button from the page, it will be added to Form... >> and it will be processed, right? >> >> > Ah yes, it should. > > Perhaps you could patch Page and AbstractContainer and see if it works for > you. In other words > create a method Page#removeControl which reverses Page#addControl logic. > And in AbstractContainer#insert > instead of throwing exception, invoke Page#removeControl. > > Will that work in your case? > > regards > > bob > > > -- Ricardo Lecheta
