|
From: Andy D. (JIRA) <no...@at...> - 2007-06-15 20:42:57
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_24373 ]
Andy DePue commented on RCP-478:
--------------------------------
I've already implemented this change in my local SVN checkout, and will commit the change in a few days if no one objects or identifies other issues.
> Pass Form reference to FormUIProvider.bind to support binding child forms
> -------------------------------------------------------------------------
>
> Key: RCP-478
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-478
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Binding System
> Reporter: Andy DePue
> Assignee: Andy DePue
>
> We have a situation where a generated form will contain a child panel that is itself another generated form. We would like our binder implementation to automatically add the child generated form to the parent form so that its validation is properly linked. However, there is currently no way to get access to the parent Form from within FormUIProvider.bind(...) - at best, one can get access to the FormModel from the BindingFactory, but adding the child FormModel to the parent FormModel does not provide the kind of link we need (child Form to parent Form). Since FormUIProvider.bind is working on the UI level (Form) and not only at the model level, it makes sense (to me anyway) to pass the Form in as a parameter.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|