Best way to store AJAX-changes of a select component

2013-01-04 Thread Stephan Windmüller
Hi! I am developing a search component similar to this page: http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1 The textfield should provide autocompletion based on the selection of the select component. In order to remember the current selection, I write a field in the Java

Re: HTML form input value via client side

2013-01-04 Thread Norman Franke
On Jan 3, 2013, at 3:17 PM, Thiago H de Paula Figueiredo wrote: On Thu, 03 Jan 2013 15:44:12 -0200, owzim tapes...@owzim.com wrote: how can I set a value of any input field client side and have it transfered properly to the backend. The easiest way is just using the Tapestry form field

Re: Best way to store AJAX-changes of a select component

2013-01-04 Thread Thiago H de Paula Figueiredo
On Fri, 04 Jan 2013 13:19:51 -0200, Stephan Windmüller stephan.windmuel...@tu-dortmund.de wrote: Hi! Hi! Unfortunately this does not work as expected. Even when the field is marked for flash persistence, the provideCompletions event is only able to read the value once, after that it is

Re: Appropriate/recommended usage for @Persist in components

2013-01-04 Thread Taha Siddiqi
In my opinion never use @Persist in a reusable component. We have it in Grid and it does create a problem when there are multiple grids on a page. Besides you don't want a session at times and Grid doesn't help. Pages can have @Persist e.g. you have a search page where you want the search

Re: Best way to store AJAX-changes of a select component

2013-01-04 Thread Taha Siddiqi
If autoComplete was having a context parameter you could have used the context. :) something I have done here http://tawus.wordpress.com/2012/11/25/tapestry-and-editable-for-bootstrap/ regards Taha On Jan 4, 2013, at 10:13 PM, Thiago H de Paula Figueiredo wrote: On Fri, 04 Jan 2013

RE: new javascript support for T5

2013-01-04 Thread nhhockeyplayer nashua
Folks ... is there new javascript support in T-5.3.4 that I can try ? /_ __/__ ___ ___ / /___ __ / __/ / / / _ `/ _ \/ -_|_-/ __/ __/ // / /__ \ /_/ \_,_/ .__/\__/___/\__/_/ \_, / // /_/ /___/ 5.3.4 Best regards and thanks... KEN From:

Re: new javascript support for T5

2013-01-04 Thread Howard Lewis Ship
Tapestry 5.4-alpha-2 is now available for the intrepid and experienced. Documentation is lagging until things have stabilized. See my prior posts. On Fri, Jan 4, 2013 at 12:18 PM, nhhockeyplayer nashua nhhockeypla...@hotmail.com wrote: Folks ... is there new javascript support in T-5.3.4