[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 - Problemas com campo Hora no JSP
Página 2 de 2

Re: Problemas com campo Hora no JSP

MensagemEnviado: Qui Out 27, 2011 8:19 pm
por rogelgarcia
Você tem que retornar a tela.. e repassar o formulário...

Veja o código do CrudController.. nos métodos doSalvar e doEntrada

Voce pode usar a vallidacao via javascript como estava fazendo.. só nao dá pra usar o input hidden... terá que salvar o valor da hora de outra maneira.

Re: Problemas com campo Hora no JSP

MensagemEnviado: Qui Out 27, 2011 9:32 pm
por jtakata