I've created a component that needs to change a property in its containing 
component. The problem is that the property affected is persisted .CLIENT in 
the parent so that any changes the component makes get overwritten by the old 
value with the client side persistence.

At the moment the child component passes the changed value back through the 
@Parameter that provided the initial value for editing.

What approach should be used to allow the inner component to change a parent 
property? I guess one thing would be to rerender the zones persisting the value 
I want to change after it's changed, but I also think I have a problem because 
I am using createEventLink to submit the request from the inner component, and 
that link I suspect also contains the old state.

John



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

Reply via email to