Re: What's the easiest way to implement two dependent select lists ?

2008-12-06 Thread thermus
I'm a Tapestry novice, but you may want to have a look at http://code.google.com/p/tapestry5-components/ t5components . It allows you to add a mixin to components to respond to an OnChange event with AJAX (see: http://87.193.218.134:8080/t5c-demo/oneventpage this and http://87.193.218.134:808

tapestry-spring-security: using custom AuthenticationProcessingFilter

2008-12-06 Thread rs1050
I am trying to use my custom implementation of org.springframework.security.ui.webapp.AuthenticationProcessingFilter with tapestry-spring-security. By looking at the source of tapestry-spring-security i see this in SecurityModule: public static void contributeHttpServletRequestHandler(

Re: dojo 1.2.2 and tapestry integration

2008-12-06 Thread issoax
Shaowei Mao-2 wrote: > > > Is there way i can replace current dojo packaged in tapestry jar with dojo > 1.2.2 and add dijit? > -- > View this message in context: > http://n2.nabble.com/dojo-1.2.2-and-tapestry-integration-tp1588280p1588280.html > Sent from the Tapestry Users mailing list archiv

RE: tapestry-spring-security: how to set ASO on successful login?

2008-12-06 Thread rs1050
Thank you. "You could work with the ASO in the relevant onSuccess method." - i wish i could - my onSuccess method for my Login page is *not* being called b/c tapestry-spring-security filter hijacks the request to that url. Once spring-security's filter (and it is not a Tapestry's filter) start pr

Ajax polling using zone

2008-12-06 Thread mad7777
Hi! Still finding little problems upgrading from 5.0.11 to 5.0.17. Here is my latest issue: I was using prototype's Ajax.PeriodicalUpdater to do polling by refreshing a zone. My code goes like this: component tml: Poll ${gameId} component java: @Inject

Re: PageRenderSupport deprecated?

2008-12-06 Thread Howard Lewis Ship
You could try reading the very detailed upgrade notes before spamming the list. On Sat, Dec 6, 2008 at 4:56 AM, Martijn Brinkers <[EMAIL PROTECTED]> wrote: > I think it has been renamed to RenderSupport > > Martijn Brinkers > > On Sat, 2008-12-06 at 04:51 -0800, mad wrote: >> Hi again, >> >> I

Re: PageRenderSupport deprecated?

2008-12-06 Thread Martijn Brinkers
I think it has been renamed to RenderSupport Martijn Brinkers On Sat, 2008-12-06 at 04:51 -0800, mad wrote: > Hi again, > > I recently upgraded an app from 5.0.11 to 5.0.17, and now it can no longer > find PageRenderSupport, which I was using to inject some javascript, like > this: > >

PageRenderSupport deprecated?

2008-12-06 Thread mad7777
Hi again, I recently upgraded an app from 5.0.11 to 5.0.17, and now it can no longer find PageRenderSupport, which I was using to inject some javascript, like this: @Inject @Path("scripts/injected.js") private Asset injectedJsAsset; @Inject private PageRe

Re: T5: Clicking on actionLonk with a zone parameter before page loads

2008-12-06 Thread Ben Gidley
Russell, I you look at YUI's event model I belive it handles this better. YUI Event - http://developer.yahoo.com/yui/event/ will allow you define events before DOM Ready and queues them until after. This should be a good way to solve this problem. Ben On Fri, Dec 5, 2008 at 4:42 PM, Russell Bro