Re: Using PageResponseRenderer.render() in T5.2?

2010-07-25 Thread Christophe Cordenier
Hi As this concept has been introduced in 5.2, i am currently looking at the first purpose of it. Where have you implemented the security layer in the Tapestry pipeline ? Should you security request filter be inserted after the InitializeActivePageName filter solve your problem ? Actually, i am

Re: Using PageResponseRenderer.render() in T5.2?

2010-07-25 Thread Kalle Korhonen
On Sun, Jul 25, 2010 at 5:35 AM, Christophe Cordenier wrote: > I am currently working on this JIRA, i have seen that the getActivatePage() > is only called to pre allocate names in Form component so it should have. So > i guess the page you are returning contains a Form. Right and thanks so much

t5: calling another T5 app

2010-07-25 Thread Angelo Chen
Hi, Two T5 apps: main and sub, the sub has a few pages, and might run in different machines, I'd like that the main app can bring up sub's different pages, sort of embedding sub's page in the main app, any good approach to this? Thanks. Angelo -- View this message in context: http://old.nabble

Re: SeleniumTestCase context uninitialized

2010-07-25 Thread Josh Canfield
Take a look at http://tapestry.apache.org/tapestry5.2-dev/apidocs/org/apache/tapestry5/test/SeleniumLauncher.html I've run into the same problem. It makes running your test cases from your IDE very inconvenient. You could create your own base class that calls the launcher methods without havin

Re: Using PageResponseRenderer.render() in T5.2?

2010-07-25 Thread Christophe Cordenier
Hi Kalle, I am currently working on this JIRA, i have seen that the getActivatePage() is only called to pre allocate names in Form component so it should have. So i guess the page you are returning contains a Form. Despite it sound right that PageResponseRenderer should set the active page, don't

Re: blackbird.js and IE breaking fixed CSS background image

2010-07-25 Thread Robert Zeigler
On a sidenote, "Check out these lines in AppModule" should be: "Check out these lines in TapestryModule". As for the directory vs. file expectation, you're correct: note the definitions in TapestryModule below: tapestry.blackbird.path is the path to the blackbird install, and is a directory. t