Revision b0740818
ID | b074081871f2e302ef30f83b9216c7cc28c6a724 |
[BUGFIX] Form ViewHelpers throw exception if no formObject is set
When using forms with object binding Fluid throws an exception for FormField
ViewHelpers bound to nested properties if no form object is available.
This is the case for example in newAction() where the object is usually NULL::
<f:form action="create" objectName="user">
<f:form.textfield property="name.firstName" />
</f:form>
Change-Id: I3b0af1667e45c9e5cbe56b5bca69d717ba206320
Related: #29290
Releases: master, 2.0
- added
- modified
- copied
- renamed
- deleted