0 Replies Latest reply on Jun 13, 2007 3:46 AM by kks_krishna

    About formating inside the <rich:panel>

      HI,

      I am doing the alignment inside the <rich:panel>. so I am using normal etc. code inside the <f:verbatim> and making the alignment. Is it the correct way of doing alignment. is there any alternative tags provided by Rich faces or JSF. Please give me the solution.

      Now my code look like this :

      <rich:panel>
       <f:verbatim>
       <table>
       <tr>
       <td>
       <h:outputLabel>
       Home location code (HLOC)
       </h:outputLabel>
       </td>
       </tr>
       <tr>
       <td>
       <h:outputLabel>
       Name
       </h:outputLabel>
       </td>
       </tr>
       <tr>
       <td>
       <h:outputLabel>
       Digit manipulation index
       </h:outputLabel>
       </td>
       </tr>
       </table>
       </f:verbatim>
       <h:commandButton action="" value="Cancel" />
       <h:commandButton action="addSystem2" value="Save" />
       </rich:panel>


      Thanks,
      Krishna