A linha (#) está com o seguinte erro:
According to the TLD, deferred-value is specified for the attribute value of the tag handler com.sun.faces.taglib.jsf_core.SelectItemsTag, but the argument for the setter method is not a javax.el.ValueExpression
Não estou conseguindo identificar qual é o erro. Alguém sabe como resolver?
According to the TLD, deferred-value is specified for the attribute value of the tag handler com.sun.faces.taglib.jsf_core.SelectItemsTag, but the argument for the setter method is not a javax.el.ValueExpression
Não, dev.rafael, ainda não tentei usar o JSF2. É compatível com a versão do JBoss que estou usando? Pelo que pesquisei, o JBoss 4.0.4 não suporta algumas coisas =/
Isso mais parece ser um bug. A mensagem de erro q vc postou…
According to the TLD, deferred-value is specified for the attribute value of the tag handler com.sun.faces.taglib.jsf_core.SelectItemsTag, but the argument for the setter method is not a javax.el.ValueExpression
… diz q na taglib o atributo value está marcado como do tipo javax.el.ValueExpression (deferred-value) mas o método setValue na classe SelectItemsTag não recebe um parâmetro desse tipo. Para confirmar isso, tente rodar esse mesmo código em algum outro servidor JEE como o Glassfish.