0 Replies Latest reply on Jan 30, 2009 10:21 AM by gopibalagala.bgopimca.gmail.com

    Panel Menu Item  

    gopibalagala.bgopimca.gmail.com
      Hi

            I am new to richfaces, I am facing the below problem,


      Page is getting displayed when a particular Panel Menu Item is selected by placing the cursor on the link but the page is not displayed when the cursor is placed any where near the link in the Panel Menu Item though the Panel Item is been highlighted and when clicked upon, page is getting refreshed, but the page is not displayed.

      Script is below,

      <tr class="#{component.current?'active':'unactive'}"
      onmouseover="this.className='active'" onclick="this.className='change'"
      onmouseout="this.className='#{component.current?'active':'unactive'}'">
      </tr>


                  Thanks in advance.