Do a clientside (javascript) redirect if an event handler returns a page within 
an ajax call
--------------------------------------------------------------------------------------------

                 Key: TAPESTRY-2618
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2618
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.15
         Environment: all
            Reporter: Markus Joschko


The normal page navigation of tapestry does not work if the request is an ajax 
request.
Returning a string or a class is not allowed. Returning a page results into the 
page rendered within the zone that was the target of the ajax request.

Tapestry should be smart enough to figure out if the user wants to navigate to 
an other page and do the redirect on the client without forcing
the developer to write custom javascript for that.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to