I think this due to a richfaces tabPanel behavior change/bug.
See
http://jira.jboss.com/jira/browse/RF-1047 and referenced forum post.
I'll bet your EntityController is conversation-scoped, right? The conversation scope
isn't available during restore view (when restoreState() is being called above), so
that's why it's bombing.
Your issue is not quite the same one I had, but it's related. You might comment on
the issue, asking if they can possibly refrain from calling getValue() during restoreView.
If they can't, though, you'd probably have to mark your injected entityController
as non-required. (That is, if you decided to undo your workaround-refactoring, which
I'm not necessarily recommending; I'm saying this more for anyone else who might
be having the same problem.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092107#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...