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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969046#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...