Evaluate body of TextArea
-------------------------
Key: TAP5-1352
URL: https://issues.apache.org/jira/browse/TAP5-1352
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-core
Reporter: Toby
Priority: Minor
In HTML, textareas can be pre-filled with data by putting the text into the
body of an TextArea.
As current TextAreas ignore the body and you need to solve it by manually
pre-filling the data, I would suggest to add this as a new feature to the
TextArea component:
Ideally this would be:
<t:textarea
value="questionAndAnswer.enteredAnswer">${questionAndAnswer.AnswerSuggestion}</t:textarea>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.