Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Allow forms that have been added as fieldsets to bind values to bound ob... #2779

Closed
wants to merge 1 commit into from
Closed

Allow forms that have been added as fieldsets to bind values to bound ob... #2779

wants to merge 1 commit into from

Conversation

mpinkston
Copy link
Contributor

...jects.

Currently, forms that are added as fieldsets to other forms will not bind values to bound objects because they never get a chance to validate. This checks to see if the form has not been validated and if values are being passed. If so, it sets the data, validates, and continues binding the values to the bound object.

weierophinney added a commit that referenced this pull request Oct 16, 2012
weierophinney added a commit that referenced this pull request Oct 16, 2012
@ghost ghost assigned weierophinney Oct 16, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants