Improve AJAX zone mecanism (chain/parallel updates)
---------------------------------------------------

                 Key: TAPESTRY-2366
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2366
             Project: Tapestry
          Issue Type: Wish
          Components: JavaScript
    Affects Versions: 5.0.11
            Reporter: Julien Henry
            Priority: Minor
             Fix For: 5.1


To create more complex pages I would like much more features with Zone. 
Currently I would like to update multiple zones from the same action. There are 
2 use cases:
- clicking on a link updates multiple zones in parallel. Possible solution: 
allow a list of id in actionlink zone parameter. In the page class, method 
names could be onActionFromXXXToYYY where XXX is the id of the action link and 
YYY is the id of the destination Zone
- clicking on a link updates a zone and when this zone is loaded, an other zone 
is loaded (chaining). Possible solution: add a zone parameter to the Zone 
component. A real use case is a page with a grid and a beaneditform. When the 
beaneditform is submitted through AJAX it will reload itself with AJAX (with 
eventually errors) then the grid should be reloaded to display updated/added 
row.


-- 
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