0

I'm trying to display the dynamic values in slideshow using <p:imageSwitch>. But how can use outputText values inside <p:imageSwitch>? this is my code:

<p:commandButton onclick="switcher.previous();"/>
<p:imageSwitch effect="fade" widgetVar="switcher" slideshowAuto="false">
    <h:outputText  value="#{msgs.launch}" />
    <h:outputText  value="#{msgs.launch1}" />
    <h:outputText  value="#{msgs.launch2}" />
</p:imageSwitch>
<p:commandButton onclick="switcher.next();"/>
Parkash Kumar
  • 4,710
  • 3
  • 23
  • 39
user3114967
  • 639
  • 5
  • 15
  • 38

0 Answers0