It is a form post though and it is as the following - <html t:type="layout" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:sec="http://www.springframework.org/security/tags"> <body> <form t:id="form" t:type="beaneditform" t:submitLabel="Submit" object="serviceObject" reorder="id,lastUpdated,description" exclude="project,number,organization,owner"> <t:parameter name="id"> ${serviceObject.id} </t:parameter> <t:parameter name="lastUpdated"> Last updated: ${serviceObject.lastUpdated} </t:parameter> <t:parameter name="description"> <label t:type="Label" for="description"/> <input t:type="TextArea" style="width:70%;height:180px;" t:id="description" t:value="serviceObject.description" /> <textarea t:type="easyfck/fckeditor" width="800px" height="400px" value="serviceObject.description" configuration="customConf"/> </t:parameter> </form> </body> </html>
TIA -- View this message in context: http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4994231.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