Hi all, Am learning Tapestry 5.
This is my bean edit form.. <t:beaneditform object="client" t:submitLabel="Save" > <t:parameter name="firstName"> <t:label for="firstName" /> <t:textfield t:id="firstName" t:value="client.firstName"/> </t:parameter> <t:parameter name="lastName"> <t:label for="lastName" /> <t:textfield t:id="lastName" t:value="client.lastName"/> </t:parameter> </t:beaneditform> This outputs as firstname in one div and last name in second div. So suppose we have 20 fields in entity class will it displays everything one below the other? What is to be done to have firstname and last name in same row? I am not able to override this class. I changed DIV.t-beaneditor LABEL and DIV.t-beaneditor But did not know how to change this? Please suggest.. Thanks, -- View this message in context: http://www.nabble.com/Tweaking-the-bean-edit-form.-tp23175417p23175417.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org