Nice. Thanks mariuszs.
Facelets was already installed. The tweak from before was made in components.xml:
before
| <core:init jndi-pattern="@PROJECT.NAME(a)/#{ejbName}/local"/>
|
after (now working)
| <core:init jndi-pattern="@PROJECT.NAME(a)/#{ejbName}/local"
debug="true"/>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004899#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...