Re: Ajaxformloop add row link max size.

2015-07-24 Thread Stephen Nutbrown
I'd just like to close the loop a little bit as in the end I asked this on SO also. Here is a link to the same question with an answer. It's not ideal, but for my use case it's ok. http://stackoverflow.com/questions/31518944/tapestry5-ajaxformloop-limit-number-of-rows/31619004#31619004 On 15

Re: Ajaxformloop add row link max size.

2015-07-15 Thread Stephen Nutbrown
Hi, Thank you for your reply Lance, sorry I didn't see it sooner. I still haven't managed to fix this, but I have done some experimenting and i'm not sure if it's due to my misunderstanding (most likely) or some bug. My ajaxformloop now looks like this: div class=col-sm-6 t:type=ajaxformloop

Ajaxformloop add row link max size.

2015-07-13 Thread Stephen Nutbrown
Hi! Wohoo, I'm getting married next year and I'm currently in the process of setting up a small wedding website for my guests to RSVP. However, I have a small problem which I'm sure has a simple solution, I just can't see it. I have an ajaxformloop for the guests to add +1s. Some have more

Re: Ajaxformloop add row link max size.

2015-07-13 Thread Lance Java
You could put the add row link in a zone and update the zone with nothing (via AjaxResponseRenderer) when the max is hit.