Hi,
you can use partial rendering e.g.:
<tc:box id="contentBox" ...>
...
<tc:button ...>
<tc:attribute name="renderedPartially" value="contentBox"/>
</tc:button>
</tc:box>
in this case only the box is updated on button click.
note: you may need to use absolute id in renderedPartially value, if
the button and the box are not inside the same namingContainer.
Regards,
Volker
2007/8/29, yazid <[EMAIL PROTECTED]>:
>
> I'm using tobago for a big application.
> All the tobago object are usefull; except the page refreshing. My
> application is structure like as Tobago demo (menu, dobody...); when I
> click on any button or link in the page; the whole page is refreshed...
> Is there any to avoid this.
> Regard;
> --
> View this message in context:
> http://www.nabble.com/Tobago-refresh-tf4346459.html#a12382957
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>