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 <[email protected]>: > sounds good, but how do I do this? :) > > > On Wed, Sep 16, 2009 at 9:45 PM, Martin Makundi < > [email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
