[jboss-user] [JBoss Portal] - "t:popup" NG
chuaky
do-not-reply at jboss.com
Sat Sep 2 08:35:16 EDT 2006
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#3969046
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969046
More information about the jboss-user
mailing list