Re: [ANN] AjaxUpload : An ajax based upload component

2012-01-27 Thread angelochen
quot;/> < input t:type="submit" name="next" value="Save my photos"/> < /t:form> -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5437409.html Sent from the Tapestry -

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-10 Thread angelochen
stry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5064535.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-10 Thread Taha Hafeez Siddiqi
Did you try maxFiles parameter of AjaxUpload ? On Dec 10, 2011, at 12:21 PM, angelochen wrote: > how to allow multiple file uploads? > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5063748.h

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
how to allow multiple file uploads? -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5063748.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
right, submit works, thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5062123.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dmitriy Vsekhvalnov
ohh.. i think you may be need to add Submit button? On Fri, Dec 9, 2011 at 4:14 PM, angelochen wrote: > onvalidate and onSuccess was never called. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp45240

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dmitriy Vsekhvalnov
} > >void onSuccess(){ >//Use uploads > >if (uploads.size() >0) { >System.out.println(uploads.get(0).getFileName()); > } >uploads.clear(); >} > > > -- > View this message in context

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
uploads.clear(); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5061557.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dmitriy Vsekhvalnov
sitory.apache.org/content/groups/staging/com/googlecode/tawus/tawus-ajaxupload/0.1-SNAPSHOT/tawus-ajaxupload-0.1-SNAPSHOT.pom >> >> [WARNING] The POM for >> >> com.googlecode.tawus:tawus-ajaxupload:jar:0.1-SNAPSHOT >> >> is missing, no dependency information a

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dmitriy Vsekhvalnov
upload:jar:0.1-SNAPSHOT > >> is missing, no dependency information available > >> Downloading: > >> > >> > https://repository.apache.org/content/groups/staging/com/googlecode/tawus/tawus-ajaxupload/0.1-SNAP

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
is missing, no dependency information available >> Downloading: >> >> https://repository.apache.org/content/groups/staging/com/googlecode/tawus/tawus-ajaxupload/0.1-SNAPSHOT/tawus-ajaxupload-0.1-SNAPSHOT.jar >> >> -- >> View this message in context: >> http://

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dmitriy Vsekhvalnov
NAPSHOT > is missing, no dependency information available > Downloading: > > https://repository.apache.org/content/groups/staging/com/googlecode/tawus/tawus-ajaxupload/0.1-SNAPSHOT/tawus-ajaxupload-0.1-SNAPSHOT.jar > > -- > View this message in context: > http://tapestr

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
-SNAPSHOT.jar -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5061396.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dmitriy Vsekhvalnov
gt;> - > >> To unsubscribe, e-mail: users-unsubscribe@.apache > >> For additional commands, e-mail: users-help@.apache > >> > >> >

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
>> To unsubscribe, e-mail: users-unsubscribe@.apache >> For additional commands, e-mail: users-help@.apache >> >> > -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5061239.html Sent from th

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dmitriy Vsekhvalnov
Hey, i got it working with some tweaks, but still experience some issues: 1. i've set @IncludeStylesheet("ajaxupload.css"), and it is not working. The stylesheet link generated on the page: /myapp/assets/classpath/2dc6971e4afe5b2f/com/googlecode/tawus/ajaxupload/components/ajaxupload.css but Re

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
the way i use with his tapestry-facebook. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5061217.html Sent from the Tapestry - User mailing list archive

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread Dragan Sahpaski
text: > http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5061023.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscr

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-09 Thread angelochen
how to use maven to compile this component? for T5.3. thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-AjaxUpload-An-ajax-based-upload-component-tp4524025p5061023.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-08 Thread Dmitriy Vsekhvalnov
ok. cool, i got it compiled. let me see whether it's working on 5.1.0.8. On Thu, Dec 8, 2011 at 8:39 PM, Taha Hafeez Siddiqi < tawus.tapes...@gmail.com> wrote: > > On Dec 8, 2011, at 9:46 PM, Dmitriy Vsekhvalnov wrote: > > > yep. Here is quite long stack trace: > > > > > > [ant:javac] > > > /User

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-08 Thread Taha Hafeez Siddiqi
On Dec 8, 2011, at 9:46 PM, Dmitriy Vsekhvalnov wrote: > yep. Here is quite long stack trace: > > > [ant:javac] > /Users/dvsekhvalnov/Downloads/tawus-tawus-974196a/tawus-ajaxupload/src/main/java/com/googlecode/tawus/ajaxupload/components/AjaxUpload.java:23: > cannot find symbol > [ant:javac] sy

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-08 Thread Dmitriy Vsekhvalnov
yep. Here is quite long stack trace: [ant:javac] /Users/dvsekhvalnov/Downloads/tawus-tawus-974196a/tawus-ajaxupload/src/main/java/com/googlecode/tawus/ajaxupload/components/AjaxUpload.java:23: cannot find symbol [ant:javac] symbol : class Import [ant:javac] location: package org.apache.tapestry5

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-08 Thread Taha Hafeez Siddiqi
Hi Dmitriy That depends on the error :) Can you share it ? regards Taha On Dec 8, 2011, at 9:26 PM, Dmitriy Vsekhvalnov wrote: > Is there is a way it can work on T5.1.0.8 ? > > i'm getting errors during gradle build and i'm wondering is it possible to > adopt to 5.1.0.8 or i should stop it

Re: [ANN] AjaxUpload : An ajax based upload component

2011-12-08 Thread Dmitriy Vsekhvalnov
Is there is a way it can work on T5.1.0.8 ? i'm getting errors during gradle build and i'm wondering is it possible to adopt to 5.1.0.8 or i should stop it now :) Thanks.

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-29 Thread Massimo Lusetti
On Wed, Jun 29, 2011 at 10:57 AM, Taha Hafeez wrote: > Hi Massimo > > The one in javamagic is the one for the blog. So I don't change them after a > post. It is  tawus-ajaxupload which I use/manage Thanks for the clarification... Cheers -- Massimo http://meridio.blogspot.com -

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-29 Thread Taha Hafeez
Hi Massimo The one in javamagic is the one for the blog. So I don't change them after a post. It is tawus-ajaxupload which I use/manage regards Taha On Wed, Jun 29, 2011 at 2:23 PM, Massimo Lusetti wrote: > On Mon, Jun 27, 2011 at 7:44 PM, Taha Hafeez > wrote: > > > Thanks, I also added loca

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-29 Thread Massimo Lusetti
On Mon, Jun 27, 2011 at 7:44 PM, Taha Hafeez wrote: > Thanks, I also added localization messages and a javascript validation > for maximum number of files > (https://github.com/tawus/tawus/tree/master/tawus-ajaxupload) > > Just run gradle test to see integration tests Nice components indeed but

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-27 Thread Taha Hafeez
Thanks, I also added localization messages and a javascript validation for maximum number of files (https://github.com/tawus/tawus/tree/master/tawus-ajaxupload) Just run gradle test to see integration tests regards Taha On Mon, Jun 27, 2011 at 6:50 PM, Nicolas Barrera wrote: > taha, >  your com

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-27 Thread Nicolas Barrera
taha, your component seems very cool!, thanks wish I had some time to test it :) cheers! Nicolás.- On Sun, Jun 26, 2011 at 8:46 PM, Taha Hafeez wrote: > Works on ie6 too !! (I seldom happens that your script runs unaltered on > ie6) > > regards > Taha > > On Sun, Jun 26, 2011 at 8:19 PM, Taha

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-26 Thread Taha Hafeez
Works on ie6 too !! (I seldom happens that your script runs unaltered on ie6) regards Taha On Sun, Jun 26, 2011 at 8:19 PM, Taha Hafeez wrote: > I tested it on ie8, ie8 compatibility mode & ie7. I will try it on ie6 > tonight > > regards > Taha > > > On Sun, Jun 26, 2011 at 8:17 PM, Kalle Korhon

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-26 Thread Taha Hafeez
I tested it on ie8, ie8 compatibility mode & ie7. I will try it on ie6 tonight regards Taha On Sun, Jun 26, 2011 at 8:17 PM, Kalle Korhonen wrote: > Which version of ie? > > Kalle > > > On Sun, Jun 26, 2011 at 4:13 AM, Taha Hafeez > wrote: > > Tested with ie, works well > > > > regards > > Taha

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-26 Thread Kalle Korhonen
Which version of ie? Kalle On Sun, Jun 26, 2011 at 4:13 AM, Taha Hafeez wrote: > Tested with ie, works well > > regards > Taha > > On Sat, Jun 25, 2011 at 9:38 PM, Taha Hafeez wrote: > >> Hi >> >> AjaxUpload is an ajax based tapestry upload component based on >> https://github.com/valums/file-u

Re: [ANN] AjaxUpload : An ajax based upload component

2011-06-26 Thread Taha Hafeez
Tested with ie, works well regards Taha On Sat, Jun 25, 2011 at 9:38 PM, Taha Hafeez wrote: > Hi > > AjaxUpload is an ajax based tapestry upload component based on > https://github.com/valums/file-uploader. I have tested it on Opera 10, > Firefox 3.5 & Chrome 12. Will test it on ie6. A blog abou

[ANN] AjaxUpload : An ajax based upload component

2011-06-25 Thread Taha Hafeez
Hi AjaxUpload is an ajax based tapestry upload component based on https://github.com/valums/file-uploader. I have tested it on Opera 10, Firefox 3.5 & Chrome 12. Will test it on ie6. A blog about its implementation : http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ regards Taha