[jboss-user] [JBoss Seam] - need to specify the whole package name with org.jboss.seam.c

trouby do-not-reply at jboss.com
Wed Feb 21 14:34:38 EST 2007


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#4020183

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020183



More information about the jboss-user mailing list