Hi all, Am learning tapestry 5. I did the tutorial in the link http://tapestry.apache.org/tapestry5/tutorial1/forms.html
<t:beaneditform object="address"/> will give the built in stylesheet with yellow background etc If i want ti change the stylesheet and display of fields in this form, what should i do? In bean edit form if we add the details it is directly stored in database. same way how to store the fileds of the form below to database. <form t:type="form" t:id="names" style="border: medium solid gray"> <t:errors/> <table> <tr> <td>First Name:</td> <td><input t:type="TextField" t:id="firstName"/></td> </tr> <tr> <td>Last Name:</td> <td><input t:type="TextField" t:id="lastName"/></td> </tr> <tr> <td></td> <td><t:linksubmit>Display</t:linksubmit></td> </tr> </table> </form> Waiting for reply. Thanks -- View this message in context: http://www.nabble.com/beaneditform-tp23152968p23152968.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