Juliano Marques created DELTASPIKE-650:
------------------------------------------
Summary: Custom JSF Converters/Validators error
Key: DELTASPIKE-650
URL: https://issues.apache.org/jira/browse/DELTASPIKE-650
Project: DeltaSpike
Issue Type: Bug
Components: JSF-Module
Affects Versions: 1.0.0
Environment: Java EE 7 Full Profile, WIldfly 8.0, PrimeFaces 4.0,
OmniFaces 1.7
Reporter: Juliano Marques
Priority: Minor
In a web project with Apache DeltaSpike with JSF module, acessing a JSF page
with a custom converter/validator encapsuled as a tag, cause the following
errors:
Converter:
16:25:43,745 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default
task-10) /cadastro/imovel/processo/etapa/visualizar.xhtml @102,140
trueLabel="#{i18n['situacao.ativo']}" Unhandled by MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:25:43,745 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default
task-10) /cadastro/imovel/processo/etapa/visualizar.xhtml @102,140
falseLabel="#{i18n['situacao.inativo']}" Unhandled by MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:25:43,751 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default
task-10) /cadastro/imovel/processo/etapa/visualizar.xhtml @146,135
trueLabel="#{i18n['boolean.true']}" Unhandled by MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:25:43,752 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default
task-10) /cadastro/imovel/processo/etapa/visualizar.xhtml @146,135
falseLabel="#{i18n['boolean.false']}" Unhandled by MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:25:43,753 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default
task-10) /cadastro/imovel/processo/etapa/visualizar.xhtml @172,135
trueLabel="#{i18n['boolean.true']}" Unhandled by MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:25:43,753 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default
task-10) /cadastro/imovel/processo/etapa/visualizar.xhtml @172,135
falseLabel="#{i18n['boolean.false']}" Unhandled by MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
Validator:
16:36:19,115 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default task-5)
/cadastro/imovel/processo/etapa/include/formulario.xhtml @118,125
list="#{imovelProcessoEtapaController.listEtapasAnteriores}" Unhandled by
MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:36:19,117 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default task-5)
/cadastro/imovel/processo/etapa/include/formulario.xhtml @185,118
list="#{imovelProcessoEtapaController.listUsuariosEmail}" Unhandled by
MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:36:19,119 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default task-5)
/cadastro/imovel/processo/etapa/include/formulario.xhtml @242,123
list="#{imovelProcessoEtapaController.listUsuariosAlerta}" Unhandled by
MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:36:19,121 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default task-5)
/cadastro/imovel/processo/etapa/include/formulario.xhtml @294,124
list="#{imovelProcessoEtapaController.listGruposPermissao}" Unhandled by
MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
16:36:19,121 SEVERE
[javax.enterprise.resource.webcontainer.jsf.facelets.tag.meta] (default task-5)
/cadastro/imovel/processo/etapa/include/formulario.xhtml @320,126
list="#{imovelProcessoEtapaController.listUsuariosPermissao}" Unhandled by
MetaTagHandler for type
org.apache.deltaspike.jsf.impl.injection.ConverterWrapper
The converter do not convert, and submitting the form with a custom validator
raises a NullPointerException.
--
This message was sent by Atlassian JIRA
(v6.2#6252)