Hi All, I have an Array which is set to render a sheet in the Tobago Page.
I have a button which does a navigation.
In order to so some action before navigating, i placed actionListener="#{
bean.method}" , immediate="true" for <tc:button>.
As i set immediate="true", the variables are not set into the bean....
Now i need to get the instance of the Array object which is set to
<tc:sheet> in method(ActionEvent event) .
How can i proceed with this ?
--
Regards,
Madan N

