[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/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/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 - JSP Fora do Padrão
Página 1 de 1

JSP Fora do Padrão

MensagemEnviado: Dom Set 19, 2010 3:48 pm
por joao

Re: JSP Fora do Padrão

MensagemEnviado: Dom Set 19, 2010 11:28 pm
por rogelgarcia
Olá joao, não entendi perfeitamente sua necessidade...

Você deseja fazer um JSP que não seja crud correto? Você pode utilizar as tags do next para fazer tal JSP, talvez nem seja necessário tags HTML puras. Mesmo o JSP não sendo um JSP de crud, você pode utilizar o base.jsp para colocar os includes dos arquivos .js (recomendado inclusive)

Para fazer o redirecionamento do controller para o JSP basta retornar o nome do JSP na action do controller.

Consulte a documentação do Next para mais informações, sobre as tags, controllers e redirecionamentos.

Qualquer dúvida, basta perguntar..

Até mais

Re: JSP Fora do Padrão

MensagemEnviado: Qua Set 22, 2010 2:07 pm
por joao
Desculpe a ignorancia mais estou tentando reposicionar as Combobox e text Box tudo em uma mesma linha ex: cpf e rg na mesma linha e não um embaixo do outro não consegui de jeito algum.

Re: JSP Fora do Padrão

MensagemEnviado: Qua Set 22, 2010 2:22 pm
por rogelgarcia
Há tá.. entendi.. posta seu JSP que vou te dar o exemplo nele mesmo...

É um JSP de entrada (de um crud)?

Re: JSP Fora do Padrão

MensagemEnviado: Qua Set 22, 2010 4:28 pm
por joao

Re: JSP Fora do Padrão

MensagemEnviado: Qua Set 22, 2010 8:56 pm
por rogelgarcia