[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 - Exibir imagem
Página 1 de 1

Exibir imagem

MensagemEnviado: Seg Mar 22, 2010 9:01 pm
por Júlio
Tenho uma imagem gravada no banco e mapeada em um atributo que implementa File. Esta tudo funcionando perfeitamente, download do arquivo, etc...

Estou com duvida de qual a forma correta para exibir a imagem na minha pagina. A tag <t:property name="foto" type="image"/> ou <t:property name="foto.content" type="image"/> não exibe a imagem.

No momento, para exibir a imagem estou usando o DownloadFileServlet colocando a url aplicação/DOWNLOADFILE/idDaFoto no src da tag <img>

Esta é a forma correta?

abraços

Re: Exibir imagem

MensagemEnviado: Ter Mar 23, 2010 12:06 pm
por rogelgarcia