1 Reply Latest reply on Sep 3, 2006 11:01 PM by chuaky

    "t:popup" NG

    chuaky

      dear all,

      i try to use "t:popup" for activating popup menu in the web pages but encountered this error:

      java.lang.IllegalStateException: Already associated with a tx
      at org.jboss.tm.TxManager.resume(TxManager.java:311)


      I didn't have any problem with "t:commandlink" or "t:graphicimage", wonder whats wrong with "t:popup". By the way, this is the code snippet:

      <t:popup closePopupOnExitingElement="false">
      <h:outputText value="This is the second textual text situation."/>
      <f:facet name="popup">

      <h:outputText value="hello"></h:outputText>

      </f:facet>
      </t:popup>


      I'm using:

      - JBoss AS 4.04GA
      - JBoss Seam 1.01GA
      - JBoss Portal 2.40 GA


      Any hints would be great.
      Thank you.

        • 1. Re:
          chuaky

          dear all,

          Not sure how to resolve this issue, so i upgrade the myfaces & tomahawk version to 1.1.3. I use the instructions at:

          http://wiki.apache.org/myfaces/
          section: Migration from previous versions


          Later encountered a new error which is:

          "orgApacheMyFacesPopup" is undefined.


          Any advices?
          Many thanks.