[jboss-user] [JBoss Seam] - Re: NullPointerException in D2DViewHandler.calculateRenderKi

2007-01-16 Thread JessicaSant
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 _

[jboss-user] [JBoss Seam] - Re: NullPointerException in D2DViewHandler.calculateRenderKi

2007-01-16 Thread JessicaSant
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

[jboss-user] [JBoss Seam] - Re: Deafault Seam Resource bundle not available via the 'mes

2007-01-16 Thread JessicaSant
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&

[jboss-user] [JBoss Seam] - Re: Deafault Seam Resource bundle not available via the 'mes

2007-01-15 Thread JessicaSant
"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

[jboss-user] [JBoss Seam] - Re: Deafault Seam Resource bundle not available via the 'mes

2007-01-15 Thread JessicaSant
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:

[jboss-user] [JBoss Seam] - Deafault Seam Resource bundle not available via the 'message

2007-01-15 Thread JessicaSant
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

[jboss-user] [JBoss Seam] - Re: FacesMessages dependency on Hibernate

2007-01-10 Thread JessicaSant
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

[jboss-user] [JBoss Seam] - FacesMessages dependency on Hibernate

2007-01-10 Thread JessicaSant
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