Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Need help with ConcurrentModificationException

I have an "Apply" button available on the composite presented from my FormLayoutLayout (extends  JavaBeanCustomizeLayoutPage).  The button action invokes a routine in my helper (extends FlowLayoutPolicyHelper) that builds and executes the RuledCommandBuilder.

Thanks,
Gerald

At 07:38 AM 7/5/2006, you wrote:

How is this series of commands being kicked off? Is it the result of a menu action? Is it the result of a property change? How this is kicked off will determine how to use the command stack.


Back to the top