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

2012-01-27 Thread angelochen
here is a simple form, why the sizelimit and uploadText are not being used? < t:form t:id="form" > < input t:type="tawus/ajaxupload" t:id="uploads" t:maxFiles="1" sizeLimit="1000" t:uploadtext="here, please"/> < input t:type="submit" name="next" value="Save my photos"/> < /

Re: prevent multiple form submits

2012-01-27 Thread Lenny Primak
Sounds like a bug although I don't understand yet why it would not work. Please open an issue. On Jan 27, 2012, at 10:11 PM, Yohan Yudanara wrote: > Thank you for your fast reply :) > > First, I want to say sorry because I'm copy pasting your > DisableAfterSubmit.java and DisableAfterSubmit

Re: prevent multiple form submits

2012-01-27 Thread Yohan Yudanara
Thank you for your fast reply :) First, I want to say sorry because I'm copy pasting your DisableAfterSubmit.java and DisableAfterSubmit.js. When I was trying to use whole flowlogix library, I have difficulties fix my pom.xml because many dependencies required by flowlogix when I run "mvn jetty:ru

Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-27 Thread Howard Lewis Ship
On Fri, Jan 27, 2012 at 3:58 PM, Paul Stanton wrote: > my 2c: the symbols > > tapestry.compress-whitespace > tapestry.enable-minification > > should not default to true (in production mode) since they both are known to > cause issues. Looks like someone isn't writing tests. Part of the point of T

Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-27 Thread Lenny Primak
-1 on defaults being false. It will cause backward compatibility issues. On Jan 27, 2012, at 5:58 PM, Paul Stanton wrote: > my 2c: the symbols > > tapestry.compress-whitespace > tapestry.enable-minification > > should not default to true (in production mode) since they both are known to >

Re: EmptyStackException in production mode in the AssetsModule.ResourceMinimizer

2012-01-27 Thread Paul Stanton
my 2c: the symbols tapestry.compress-whitespace tapestry.enable-minification should not default to true (in production mode) since they both are known to cause issues. p. On 5/01/2012 3:51 AM, Howard Lewis Ship wrote: https://issues.apache.org/jira/browse/TAP5-1729 On Wed, Jan 4, 2012 at 8

Re: prevent multiple form submits

2012-01-27 Thread Lenny Primak
As I said before i never did extensive tests with client validation, but it should work. What exactly isn't working? Are the popups not showing up? Is it working differently if the mixin isn't there? Can you post your template / code? And if you really think this is a bug feel free to open

Re: Still struggling with templates...

2012-01-27 Thread Thiago H. de Paula Figueiredo
On Fri, 27 Jan 2012 16:48:20 -0200, Josh Canfield wrote: Take a look here: http://jumpstart.doublenegative.com.au/jumpstart/previews/withlayout/helloworld It has an example of passing text to the layout as a parameter. In addition, JumpStart also has a nice example of blocks and Delegate:

Re: Still struggling with templates...

2012-01-27 Thread Josh Canfield
Take a look here: http://jumpstart.doublenegative.com.au/jumpstart/previews/withlayout/helloworld It has an example of passing text to the layout as a parameter. Josh On Fri, Jan 27, 2012 at 9:03 AM, Julien Martin wrote: > Hello, > I would like to have a tag defined in my app main/root templa

Re: Still struggling with templates...

2012-01-27 Thread Thiago H. de Paula Figueiredo
On Fri, 27 Jan 2012 15:03:22 -0200, Julien Martin wrote: Hello, Hi! I would like to have a tag defined in my app main/root template (Layout.tml) and ensure that in each of the *.tml files that use that template or one of its sub-templates, the content of the title is replaced by an appro

Still struggling with templates...

2012-01-27 Thread Julien Martin
Hello, I would like to have a tag defined in my app main/root template (Layout.tml) and ensure that in each of the *.tml files that use that template or one of its sub-templates, the content of the title is replaced by an appropriate value. I have tried using the xmlns:p="tapestry:parameter" to n

Re: prevent multiple form submits

2012-01-27 Thread Yohan Yudanara
I'm sorry to resurrect this thread :) I've tried DisableAfterSubmit with Tapestry 5.3.1, it works great. But the client side validation is not working. It seems client side validation is not triggered at all when I'm using DisableAfterSubmit mixins. Did you also having the same experience ? or did

Re: Zone and Eventlink refresh problem

2012-01-27 Thread Thiago H. de Paula Figueiredo
On Fri, 27 Jan 2012 03:22:58 -0200, Paul Stanton wrote: Just a side note, this has caught a few users over time (since t5.1). Boris' expected behaviour does not seem to me to be too unrealistic an expectation! Depending on your personality type ;) you may even consider this a bug. Mayb

Re: Zone and Eventlink refresh problem

2012-01-27 Thread Denis Stepanov
I've created a new issue "Warn user or disallow zone with randomly generated id" https://issues.apache.org/jira/browse/TAP5-1834 Denis On 27.1.2012, at 6:22, Paul Stanton wrote: > Just a side note, this has caught a few users over time (since t5.1). > > Boris' expected behaviour does not seem