[ http://issues.apache.org/jira/browse/MYFACES-746?page=all ]
     
Martin Marinschek closed MYFACES-746:
-------------------------------------

    Fix Version: Nightly
     Resolution: Won't Fix
      Assign To: Martin Marinschek

Yes, right.

The tabbed pane is a client-side component right now, so there is no way 
(except some AJAX stuff) of listening to a tab change - you can switch it to 
server side behaviour if you use the head version, though, in the server side 
version this ought to work. If it doesn't, reopen a jira issue.

regards,

Martin

> tabChangeListener doesn´t work
> ------------------------------
>
>          Key: MYFACES-746
>          URL: http://issues.apache.org/jira/browse/MYFACES-746
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: 1.1.1
>  Environment: Windows XP, j2sdk1.4.2_06, jakarta-tomcat-5.0.28, MyFaces 1.1.1 
> RC 3
>     Reporter: Aimar Tellitu
>     Assignee: Martin Marinschek
>      Fix For: Nightly

>
> I have added one tabChangeListener to the Tabbed Pane that it's in the 
> examples.
> Added this line to tabbedPane.jsp:
>   <t:tabChangeListener 
> type="org.apache.myfaces.examples.misc.TabbedPaneBean"/>
> And I changed TabbedPaneBean:
>       public void processTabChange(TabChangeEvent arg0) throws 
> AbortProcessingException {
>               System.out.println( "changed !!" );
>       }
> But this method is never called.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to