[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing
petemuir
do-not-reply at jboss.com
Wed Dec 13 10:03:43 EST 2006
The clue is in the exception message. The el expression #{companyTypes} is resolving to null. To double check you can just write that to the page - e.g.
<h:outputText value="#{companyTypes}" />
Probably you've got something wrong with the bean that is outjecting it...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993410#3993410
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993410
More information about the jboss-user
mailing list