I tried using a zoneupdater mixin inside a formfragment (which is
shown/hidden using the triggerfragment mixin on a radiobutton). The
code does what it's intended to do, aside from the reported error.
With the mentioned patch the Exception is reported as following:

Ajax failure: Status 200 for
http://localhost:8086/bpc/application/copywriting.country:countrychanged?param=Switzerland:
TypeError: func is undefined
/tapestry.js:340 ((void 0),(function ()
{callback.call(this);Tapestry.executeInits(reply.inits);}))
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/tapestry.js:2040
([object Object],(function () {var a = merge(args, arguments);return
__method.apply(context, a);}))
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/tapestry.js:338
([object Object])
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/tapestry.js:1864
([object Object],null)
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/tapestry.js:1889
([object Object],null)
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/scriptaculous_1_9_0/prototype.js:399
([object Object],null)
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/tapestry.js:456 (4)
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/scriptaculous_1_9_0/prototype.js:1610
([object Event])
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/scriptaculous_1_9_0/prototype.js:1553
([object Event])
@http://localhost:8086/bpc/assets/0.0.3-DEV/core/scriptaculous_1_9_0/prototype.js:399
Ajax failure: Status 200 for
http://localhost:8086/bpc/application/copywriting.country:countrychanged?param=Switzerland:
TypeError: func is undefined




2012/3/26 harry <superha...@gmail.com>:
> Thank you, lprimak and RuralHunter.
>
> I am so dumb.  I was so fixated with setMaxInactiveInterval() that I
> completely forgot about web.xml.
>
> Anyhow, I solved the problem by adding
>
> <session-config>
>        <session-timeout>10</session-timeout>
>  </session-config>
>
> to web.xml.  Because I am using Jetty, this configuration overwrites the
> default of 30 set by webdefault.xml
>
> Thanks again, guys!
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Change-default-session-timeout-interval-tp5594150p5594171.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to