Has anyone run into an issue where the backing is, by all accounts, doing it's work correctly but Facelets/JSF renders the page without any data? I can't reproduce this manually but can do it consistently using JMeter. I have tried to following, to ensure that everything is working correctly:
1. Log an error if the object is null. Message is never printed, so the backing bean is good 2. Switch from outjection of the data object to accessor on the backing bean. @Out Employee employee; is replaced by getEmployee(), using #{bean.employee} in the view 3. Used facelets with and without <ui:param> I'm pretty sure this is a Facelets issue but wondered about anyone else's experiences. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072682#4072682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072682 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user