if you want to reload a component or a part of a page via Ajax, you can use the
"renderedPartially" attribute. This can be add to buttons, links or command tags.
The value of the attribute is the id of the component to reload.
Example:
<tc:button label=">" id="nextTabButton"
action="">
<tc:attribute name="renderedPartially"
value=":mainPage:detailView:panel"/>
</tc:button>
When the button is clicked, Tobago first submits the contents of the panel identified by
":mainPage:detailView:panel", then executes the action "#{mainController.nextTabAction}" and
finally rerenders and reloads the panel. This works not only with panels, but I can't say exactly
which components do work. But at least, you can always put a panel around other components.
Regards
Helmut
Hi All, Can u say where can i exactly use Ajax with Tobago. Which components will help me to use Ajax ? Regards, Madan Here’s a new way to find what you're looking for - Yahoo! Answers |

