Hi.

I have a form that contains a text area. I want to fill this with content fetch from a pojo. I do this by form.add(new TextArea("xxx", new PropertyModel(myPojoInstans, "content"));

When running the app this screws things up.
Any components added before the TextArea are displayed correctly, but the content of the textarea will be the remainder of the html file.

Am I doing something wrong?

I have created a quickstart project, found here: http://www.jorgenpersson.se/TestTextArea2.tar.gz

TIA,
Jörgen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to