0 Replies Latest reply on Jul 30, 2012 12:19 PM by s.santilli

    Add Image/Button to Top of PanelGroup

    s.santilli

      Hi Community,

       

      I'm completely new to JBoss and have perhaps a trivial question that I have been unable to

      find an answer for.

       

      I have a panelGrid/panelGroup with mulitple tabs which I have completed.

       

      <panelGrid>

        <panelGroup>

       

            <rich:tab> </rich:tab>

            <rich:tab> </rich:tab>

            <rich:tab> </rich:tab>

             <rich:tab> </rich:tab>

       

          </panelGroup>

      </panelGrid>

       

       

      I need to add a button/Image at the end, but on the same level as the tabs.

       

      For Example:

       

      ------------------------------------------------------------------------------------------

      | Tab1   Tab2   Tab3   Tab4                                        Button |

      ------------------------------------------------------------------------------------------

       

      I've tried a few things but nothing so far has worked, any ideas or help?

       

      Thanks