I posted the problem on the ICEfaces forum here:
http://www.icefaces.org/JForum/posts/list/3410.page
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002334#4002334
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002334
_
I reproduced this using the "icefaces" seam example
environment:
Seam 1.1.GA
JBoss 4.0.5.GA
Sun RI 1.2
I followed the "Running the booking example on JBoss with the JSF 1.2 RI"
sticky (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94738), namely:
1- setup a configuration of JBossAS 4
ah thank you.
Adding this to my faces-config.xml fixed it:
|
| org.jboss.seam.jsf.SeamELResolver
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002275#4002275
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
"petemuir" wrote : If you want to use the . syntax in the properties file
you'll need to reference it as #{messages['foo.bar']} - #{messages.foo.bar}
won't work afaik. If Seam wasn't able to find the resource it would just print
the key back to you - so I suspect there is some problem resolving
if I explicity load the bundle and assign it to the variable 'messages', the
same thing happens -- no data is printed
however, if I explicity load the bundle and assign it to the variable 'msg',
then I get an error:
|
| ...
| msg: #{msg.blah.hello}
|
error:
| An Error Occurred:
I can't get the default Seam Resource Bundle to work on my facelets pages. When
I try to display text from the messages.properties file using either the inline
#{messages.blah.hello} or by using the the two forms of the h:outputText
value's, nothing appears. Any ideas? I'm sure its something tr
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000186#4000186
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000186
___
jboss-user mailing list
jboss-user@lists.jboss.o
I'd like to use FacesMessages in order to pass some success/fail messages (as
explained
http://docs.jboss.com/seam/1.1GA/reference/en/html/conversations.html.
However, we're not bundling Hibernate with our Seam app.
Is there a reason for the dependency on Hibernate? Is it possible to use
Face