Re: Upload file and display its contents using AJAX

2012-12-05 Thread Martin Grigorov
the way it does? I'm clueless... Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upload-file-and-display-its-contents-using-AJAX-tp4654473p4654508.html Sent from the Users forum mailing list archive at Nabble.com

Re: Upload file and display its contents using AJAX

2012-12-05 Thread pureza
Thanks Martin, I had just found https://issues.apache.org/jira/browse/WICKET-2420 before reading your reply! I guess that clears things. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upload-file-and-display-its-contents-using-AJAX-tp4654473p4654510.html Sent from

Upload file and display its contents using AJAX

2012-12-04 Thread pureza
. Any help is appreciated. Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upload-file-and-display-its-contents-using-AJAX-tp4654473.html Sent from the Users forum mailing list archive at Nabble.com

Re: Upload file and display its contents using AJAX

2012-12-04 Thread Nick Pratt
: http://apache-wicket.1842946.n4.nabble.com/Upload-file-and-display-its-contents-using-AJAX-tp4654473.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Upload file and display its contents using AJAX

2012-12-04 Thread pureza
.n4.nabble.com/Upload-file-and-display-its-contents-using-AJAX-tp4654473p4654477.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Re: Upload file and display its contents using AJAX

2012-12-04 Thread pureza
of the button? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upload-file-and-display-its-contents-using-AJAX-tp4654473p4654478.html Sent from the Users forum mailing list archive at Nabble.com

Re: Version 6.0.0-beta3: Ajax upload file is not working in IE

2012-08-08 Thread Martin Grigorov
project. My purpose was to check if this is only my application problem or a real problem. And actually I saw that a similar problem exists also in the Ajax upload file of wicket-examples of version 6.0.0-beta3. ) I would like to hear if more people are familiar with the issue., and if you

Re: Version 6.0.0-beta3: Ajax upload file is not working in IE

2012-08-08 Thread David JavaDeveloper
problem exists also in the Ajax upload file of wicket-examples of version 6.0.0-beta3. ) I would like to hear if more people are familiar with the issue., and if you think that is a real problem. Thanks David -- Martin Grigorov jWeekend Training, Consulting, Development

upload file content to textarea

2009-09-16 Thread Sam Zilverberg
In one of my wizard's steps I have a upload form and a textarea. The textarea is used to enter serial numbers(seperated by newline) and is connected to a object property of type SetString using a propertymodel. I've written a custom converter to turn the entered input to a SetString and from a

Re: upload file content to textarea

2009-09-16 Thread Martin Makundi
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 2009/9/16 Sam Zilverberg samzilverb...@gmail.com: In one of my wizard's steps I have a upload form and a

Re: upload file content to textarea

2009-09-16 Thread Sam Zilverberg
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

Re: upload file content to textarea

2009-09-16 Thread Martin Makundi
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

Re: upload file content to textarea

2009-09-16 Thread Sam Zilverberg
wrote: 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

Re: upload file content to textarea

2009-09-16 Thread Martin Makundi
. ** Martin On Wed, Sep 16, 2009 at 11:32 PM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: 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

Re: upload file content to textarea

2009-09-16 Thread Martin Makundi
wrote: 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

Re: upload file content to textarea

2009-09-16 Thread Sam Zilverberg
I'd rather use some other method than mine, because with mine the validation of input is done twice when uploading. first on the uploaded file, and then another time on the textarea when pressing the wizard's next button. I tried replacing my fixup with this one but got a big fat

Re: upload file content to textarea

2009-09-16 Thread Martin Makundi
No.. the field name is rawInput: rawInputField = FormComponent.class.getDeclaredField(rawInput); ** Martin 2009/9/17 Sam Zilverberg samzilverb...@gmail.com: I'd rather use some other method than mine, because with mine the validation of input is done twice when uploading. first on the

Re: After Upload File via ModalWindow and IFrame, the TreeModels UserOject Attributes are null

2008-04-30 Thread Cristi Manole
on nodes in my tree, there are no Nodes visible. That is even the modal window is closed without a fileupload. It seems to me, that there is a problem with the iFrame. I´m thankfully for any inspiration -- View this message in context: http://www.nabble.com/After-Upload-File-via

Re: After Upload File via ModalWindow and IFrame, the TreeModels UserOject Attributes are null

2008-04-30 Thread geke
is closed without a fileupload. It seems to me, that there is a problem with the iFrame. I´m thankfully for any inspiration -- View this message in context: http://www.nabble.com/After-Upload-File-via-ModalWindow-and-IFrame%2C-the-TreeModels-UserOject-Attributes-are-null-tp16936673p16936673

Re: Upload file

2008-03-06 Thread Pierre G
if you want to serve if through wicket then you got to use resources.. Otherwise just create some externalLinks and that should be it.. -- View this message in context: http://www.nabble.com/Upload-file-tp15849850p15868265.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Upload file

2008-03-06 Thread Nino Saturnino Martinez Vazquez Wael
great:) and np.. Pierre G wrote: ExternalLink works great with relative path (/DownloadedFiles/file1) and I was able to access the context path using getServletContext().getRealPath(/) in Application.init Thanks Pierre Nino.Martinez wrote: folder.getFiles()[1].toURL() should give

Upload file

2008-03-05 Thread Pierre Gilquin
I try to modify the upload example (http://www.wicket-library.com/wicket-examples/upload/single) for my own need. I would like to be able to upload the file in a directory under my context (ie. tomcat_install/webapps/MyApp/DownloadedFiles) and generate the corresponding internet url for the

Re: Upload file

2008-03-05 Thread Nino Saturnino Martinez Vazquez Wael
Theres file in utils package.. Producing a url for that could be mounting a resource and using the urlfor... Pierre Gilquin wrote: I try to modify the upload example (http://www.wicket-library.com/wicket-examples/upload/single) for my own need. I would like to be able to upload the file

Re: Upload file

2008-03-05 Thread Pierre G
: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Upload-file-tp15849850p15852279.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Unable to Upload file using AjaxFormSubmitBehavior

2008-01-10 Thread Haritha Juturu
Hi Everyone I'm trying to upload a file using AjaxFormSubmitBehavior . When i submit the form , the defined onSubmit() method is not being called. Can anyone tell me why this is happening ? Code given below: Java code is : Form f = new Form(f); f.setOutputMarkupId(true);

Re: Unable to Upload file using AjaxFormSubmitBehavior

2008-01-10 Thread Igor Vaynberg
file uploads using ajax are not supported -igor On Jan 10, 2008 4:59 PM, Haritha Juturu [EMAIL PROTECTED] wrote: Hi Everyone I'm trying to upload a file using AjaxFormSubmitBehavior . When i submit the form , the defined onSubmit() method is not being called. Can anyone tell me why this is

Re: Unable to Upload file using AjaxFormSubmitBehavior

2008-01-10 Thread mfs
-- View this message in context: http://www.nabble.com/Unable-to-Upload-file-using-AjaxFormSubmitBehavior-tp14747634p14747752.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail