Hey,
in my facelets files, I have to specify the full package name in order to use seam's
objects (such as messages/languageSelector/etc...)
so
<h:outputText value = "#{messages}"/>
prints nothing while
<h:outputText value = "#{org.jboss.seam.core.messages}"/>
will find seam's messages array
Is there any way to solve this issue? specifying everytime the whole package is annoying
:-/
(I use seam based on Glassfish if that makes any different)
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020183#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...