You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Schaal, Roland" <R....@Verband.Creditreform.de> on 2006/08/03 11:17:53 UTC

WG: bug in panelTab? was: access attributes of rendered submit button of t:panelTab

Hello all,
 
maybe this group is a better place for my question below.
 
Can someone please tell me if this is a bug or if it works as designed?
 
Roland

________________________________

Von: Schaal, Roland 
Gesendet: Montag, 31. Juli 2006 09:44
An: MyFaces Discussion
Betreff: bug in panelTab? was: access attributes of rendered submit
button of t:panelTab


Hi!
 
Could it be a bug that i.e. the onClick-attribute of the t:panelTab will
be rendered to the content of the tabbedPane panel and not to the
tabbedPane button?
 
Where are the myfaces-gurus? ;)
 
Roland

________________________________

Von: Schaal, Roland 
Gesendet: Mittwoch, 26. Juli 2006 16:07
An: MyFaces Discussion
Betreff: access attributes of rendered submit button of t:panelTab


Hello,
 
what I wanted to do is to add an onClick-Method to the rendered
submit-button of a panelTabbedPane.
 
I thought the <t:panelTab> would be the right place to add the
onClick-Method because with this tag you also specify the name of the
button in the label-attribute. But instead of adding the specified
onClick-Method to the button he adds it to the rendered table of the
panelTab.
 
Can somebody give me a hint how to achive this?
 
Chears,
Roland