1. You know how to upload file?
http://www.wicket-library.com/wicket-examples/upload/single
-> or ajax upload
http://blog.demay-fr.net/index.php/2007/12/07/93-simulate-ajax-file-upload-with-wicket

2. Just put the file contents into textarea with jafa reflection.

3. AJax update the textarea:
http://www.wicket-library.com/wicket-examples/ajax/clock.2
-> This is timed update..but similarly just add the textarea into ajax target.

**
Martin

2009/9/16 Sam Zilverberg <samzilverb...@gmail.com>:
> sounds good, but how do I do this? :)
>
>
> On Wed, Sep 16, 2009 at 9:45 PM, Martin Makundi <
> martin.maku...@koodaripalvelut.com> wrote:
>
>> You could ajax update the textarea after upload, with the content that
>> you want? If you do not want to set the model object then you will
>> have to fake raw input (reflection).
>>
>> **
>> Martin
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to