I will post here...
This is my simple code:
*<t:form</b> t:inPlace="false" t:id="multiBeanForm" t:zone="editorZone">
*<t:beaneditform</b> t:id="createForm" t:object="nodeTop"
t:zone="editorZone"
t:exclude="id, version, nodeLevel, level,
dateCreated"/>
*<t:beaneditform</b> t:id="createDescriptionForm"
t:object="descriptionText" t:zone="editorZone" />
*<t:errors/>*
*<input</b> t:type="Submit" t:id="done" value="Save"/>
*</t:form>*
Error is: */Form components may not be placed inside other Form components.
/*
In page class I have 3 components:
@Component(id = "createForm")
private BeanEditForm createForm;
@Component(id = "createDescriptionForm")
private BeanEditForm createDescriptionForm;
@Component(id = "multiBeanForm")
private Form multiBeanForm;
I have read one Lewis's replay where he said that is Ok to use two
BeanEditForms in one Form.
Thanks for replay.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Forms-tp2427184p5489179.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]