Manorrock / JSF Demos

JSF JNDI lookup demo

How to get this to work in your own page

Use the following EL expressions to get the ELResolver to work in your JSP page.
  <h:outputText value="#{jndi.lookup['UserTransaction']}"/>
                        

Actual demo

Show the UserTransaction object: com.sun.enterprise.transaction.UserTransactionImpl@1ace2ba

Up