0 Replies Latest reply on Sep 12, 2008 9:07 AM by soso_xuc

    html tag problem

    soso_xuc

      HI all

      i have a little problem with mixing regular html and rich library tags
      when using rich library components with regular html tags the components are rendered bu the action dose not work

      what i miss ? is this possible at all ?

      here comes a little example of sorce

      <rich:panel header="#{test_bean.testString}" id="pnlSearch">



      გვ�რი


      <h:inputText value="" />

      <a4j:commandButton value="ძებნ�" reRender="pnlSearch" action="#{test_bean.btnSeachClick}" ></a4j:commandButton>

      </rich:panel>