I have searched for this but can't seem to find an answer. Is there a mechanism in place to auto-populate stage fields from an autowired presentation model?
For instance, I have a Form or Panel with a TextInput field "name". I have a presentation model with a "name" property that is autowired into the component. Is there anyway to automagically wire the two fields? This would also be helpful with currentState.
Also, I understand that this is still a work in progress, so if this is something that I can develop within the framework, please let me know.
Thanks.


Reply With Quote