Pre-filling TextAreas with values

2010-11-21 Thread tmarx78
Hello everyone! Is it possible, that TextAreas ignores the body? http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/TextArea.html Example: Inside of an AjaxFormLoop (http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/ajaxformloop1)

Re: Pre-filling TextAreas with values

2010-11-21 Thread Thiago H. de Paula Figueiredo
On Sun, 21 Nov 2010 16:53:19 -0200, tmar...@gmx.de wrote: Hello everyone! Hi! Is it possible, that TextAreas ignores the body? Yes! t:textarea value=questionAndAnswer.enteredAnswer${questionAndAnswer.AnswerSuggestion}/t:textarea Just set the answerSuggestion property of