I have not been able to obtain an answer for this attribute.
Again if you look at the current implementation in the package
org.apache.myfaces.custom.tabbedpane the class HtmlPanelTabbedPane contains
the following member:
private MethodBinding _tabChangeListener
Why is this attribute useful? It will solve in a very elegant way the need
for the backing bean to be notified that a tab change has ocurred and modify
its state accordingly if it needs to. I have read many postings of the se of
the tabChangeListener tag, but again it lacks the direct connection to the
backing bean.
I will be happy to provide my implementation but since I have not found
anything in the postings or jira I need to know if there is no plans to
provide such attribute.
Thanks
Fiallega, Jorge L wrote:
>
>
>
>
> Version: tomahawk 1.1.5
>
> I am in need of a tabChangeListener attribute within the panelTabbedPane
> tag like:
>
> <t:panelTabbedPane=20
> serverSideTabSwitch="true"
> styleClass="tabbedPane"
> selectedIndex = "0"
> tabChangeListener ="#{tablePannelPageCode.testListener}"
> >
>
> Although it is not available, I downloaded the lattest code and it seems
> as if the component has
> the basic skeleton for it (the member "private MethodBinding
> _tabChangeListener = null" on HtmlPanelTabbedPane).
> I went ahead and coded an implementation for this attribute.
>
> What I need to know is if there are plans to implement such attribute to =
> the component. I dont want to start
> using my implemention and not be supported in future releases.
>
> Thanks
>
> Jorge Luis
>
>
--
View this message in context:
http://www.nabble.com/tabChangeListener-Attribute-in-panelTabbedPane-tag-tf2842059.html#a8416982
Sent from the MyFaces - Users mailing list archive at Nabble.com.