Re: Clarification on discardPersistentFieldChanges

2009-05-09 Thread Chuck Kring
Thank you! Igor Drobiazko wrote: Hi, a call of discardPersistentFieldChanges() will clean the state of the page and all embedded components. So you don't have to iterate over all components. On Sat, May 9, 2009 at 1:24 AM, Chuck Kring wrote: Hi, I have a question about ComponentResource

Re: Clarification on discardPersistentFieldChanges

2009-05-09 Thread Igor Drobiazko
Hi, a call of discardPersistentFieldChanges() will clean the state of the page and all embedded components. So you don't have to iterate over all components. On Sat, May 9, 2009 at 1:24 AM, Chuck Kring wrote: > Hi, > > I have a question about ComponentResources discardPersistentFieldChanges. >

Clarification on discardPersistentFieldChanges

2009-05-08 Thread Chuck Kring
Hi, I have a question about ComponentResources discardPersistentFieldChanges. The page in question is a configuration page and contains a large number of components that each have some persisted state and I'm currently calling discardPersistentFieldChanges on the page onSubmit.. I want to m