[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Next Framework • Ver Tópico - Erro ao ler JSP apenas para tipo Process
Página 1 de 1

Erro ao ler JSP apenas para tipo Process

MensagemEnviado: Sáb Ago 20, 2016 10:18 pm
por celsojr

Re: Erro ao ler JSP apenas para tipo Process

MensagemEnviado: Seg Ago 22, 2016 10:29 pm
por rogelgarcia
Olá Celso,

Me parece que o seu controller está colocando o nome do atributo incorreto no contexto.

Está "filtro" e deveria ser "filter".

Re: Erro ao ler JSP apenas para tipo Process

MensagemEnviado: Seg Ago 22, 2016 10:38 pm
por rogelgarcia
Foi feita uma atualização para melhorar essa mensagem.

A mensagem mais direcionada já existia, mas como o objeto era tratado pelo Spring, e este mudou sua exceção, o fluxo não estava caindo no catch correto.

Re: Erro ao ler JSP apenas para tipo Process

MensagemEnviado: Seg Ago 22, 2016 11:18 pm
por celsojr
Perfeito Rogel!

Obrigado pelo help!