@Parameter and @Persist annotations

2008-11-08 Thread Joosts Mailing lists
Hi, I recently updated to T5.0.16-SNAPSHOT and the combination of @Parameter @Persist no longer work together. I understand this is not needed for a normal pageload. But on an AJAX request handled by a component, the parameter is not passed and I do need a reference to it. Should I now add another

T5 howto access an instance of Autocompleter

2008-09-23 Thread Joosts Mailing lists
Hi, I'm trying to get my hands on an instance of the Autocompleter object but without any luck. Maybe I'm missing something but wouldn't it be nice if taptesty added the actual Autocompleter to the field as a variable. Currently it does: new Ajax.Autocompleter('myFieldId'}); Can we not do so

Multiple zone updater

2008-08-04 Thread Joosts Mailing lists
Hi all, I remember a discussion here a few weeks ago on updating multiple zones on one request. I had such a need myself and developed a MultipleZoneUpdater Mixin. It is working for me now but it requires more testing. I thought I'd share it anyway in case someone is interested or has ideas on im

Re: disable JSON response

2008-03-20 Thread Joosts Mailing lists
On 3/21/08, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > > The content type is set as a consequence of what is returned from the > event handler method. What exactly are you returning? When you return a block or a component, Tapestry will send a JSON > response, with the "content" key set to th