Re: [T4] PageRedirectException in pageValidate after AjaxDirectLink

2008-03-27 Thread Kelly Merrell
ms.getOriginalUrl() + "';\n"); </tt><pre style="margin: 0em;"> writer.write("//]]>\n"); writer.write(""); } replace "params.getOriginalUrl()" with the entry URL for your app. This code generates

[T4] PageRedirectException in pageValidate after AjaxDirectLink

2008-03-26 Thread Kelly Merrell
I'm having a problem with my authentication redirect when using Ajax to update page components. I use PageRedirectException on each page to redirect to a login page if the user is not logged in when the page validates. This works as expected when hitting the page normally, but if I am using an

Re: Calling javascript after asynchronous update

2008-02-28 Thread Kelly Merrell
Would this also be the reason that I can't get an AjaxDirectLink to behave correctly if it was in an updated component? Unfortunately I am on Tap 4.0, so my fix may be more difficult if this is the case. Richard Hoberman wrote: Just a note to confirm that this does work with the 4.1.5 snapshot

Nested Ajax updated components, not updating with AjaxDirectLink (Tapestry 4 w/ Tacos 4.0.1)

2008-02-25 Thread Kelly Merrell
Is it possible to update a component that is within a component that has already been update with an AjaxDirectLink? To hopefully clarify, I have a "Foo" component with an AjaxDirectLink that updates an @Any component that contains a "Bar" component. Bar has an AjaxDirectLink that updates an @

Nested Ajax updated components, not updating with AjaxDirectLink (Tapestry 4 w/ Tacos 4.0.1)

2008-02-25 Thread Kelly Merrell
Is it possible to update a component that is within a component that has already been update with an AjaxDirectLink? To hopefully clarify, I have a "Foo" component with an AjaxDirectLink that updates an @Any component that contains a "Bar" component. Bar has an AjaxDirectLink that updates an @