Hi,

I have a javascript grid and added an onclick js function to the rows which
does a jQuery.get to an event in my page:

Object onRowClick(Integer policyId) {
                return
pageRenderLinkSource.createPageRenderLinkWithContext(Dashboard.class,
policyId);
}

When debugging it looks all good, it gets into the event handler and the
context parameter is also correct, but it does not go to the Dashboard page.
I thought returning this Link would automatically redirect to that URI.

Does anyone see what I might be doing wrong?

Thanks in advance,
Nathan

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Redirect-to-page-onEvent-tp5139950p5139950.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

Reply via email to