I'm guessing you have a javascript error on your page.

Are you using jquery or prototype? tapestry-stitch only works for
prototype. You'll need to tweak observe. js to get it to work with jquery
(eg observe() changed to on() etc)
On 26 Jan 2015 09:17, "Stephan Windmüller" <
stephan.windmuel...@tu-dortmund.de> wrote:

> On 23.01.2015, schrieb Lance Java wrote:
>
> > You could use the observe mixin from tapestry stitch. The mixin can fire
> a
> > zone update based on the change event, the current checkbox value can be
> > sent as the event context.
>
> Hey Lance,
>
> your project sounds very promising, thanks for the hint. But are you
> sure that is works with checkboxes? According to Chrome, there is no
> event listener registered for "change" with this code:
>
>
> <t:checkbox value="ignoreValueSelected"
>         t:mixins="stitch/observe"
>         clientEvent="click"
>         event="updateLength"
>         zone="resultZone"/>
>
> - Stephan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to