Re: Pre-filling TextAreas with values

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

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) T