12 Replies Latest reply on Feb 7, 2011 8:18 AM by ssilvert

    JSFUnit how to test rich:panelBar in combination with a:support

    testvogel

      Hi,

       

      how i can I test an onenter event:

       

      e.g.:

      <rich:panelBar id="navigationPanel">

           <rich:panelBarItem id="test2">
                  <a:support event="onenter" action="/pages/home.xhtml"/>
              </rich:panelBarItem>

       

      JSFClientSession client = jsfSession.getJSFClientSession();

      client.click("navigationPanel:test2") ;

       

      doesnt work.

      Does anybody has an idea?

       

      regards,

      ole