Re: ConditionalAutocomplete and Tapestry 5.4

2017-01-25 Thread Thiago H. de Paula Figueiredo
Hi! I cannot check right now, but I believe the 5.4 Autocomplete mixin is now using the jQuery implementation (http://jqueryui.com/autocomplete/) instead of the Scriptaculous one. An option is to copy the 5.3 Tapestry autocomplete class to your code and make your subclass be a subclass of it. On

Re: Loop of checkboxes in form

2017-01-25 Thread Nathan Quirynen
Thanks all for your answers. And yes JumpStart has been a reference for me lots of times, so thank you for that! In my search I've found that Tapestry actually has a component that does what I need:

ConditionalAutocomplete and Tapestry 5.4

2017-01-25 Thread Jaroslav Ciml
Hi, I am trying to upgrade from Tapestry 5.3 to 5.4 and I encountered a problem with built-in mixin Autocomplete. It is quite useful if the mixin takes effect just if some condition is met. So I have implemented a custom mixin by subclassing the built-in one. Here is the important snippet of