On Tue, 15 Nov 2011 11:04:56 -0200, TG <tapestry...@hotmail.com> wrote:
<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>
You're putting a TextArea inside a TextArea. Try just <textarea
t:type="easyfck/fckeditor"> without the surrounding <input
t:type="TextArea">
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org