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) TextAreas should be pre-filled with a text, that is read from a different field than it should be saved to: <t:textarea value="questionAndAnswer.enteredAnswer">${questionAndAnswer.AnswerSuggestion}</t:textarea> However, it seems like TextArea ignores its body? Thanks! Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org