Re: about images and db

2002-10-20 Thread kiuma
Of course I din't know if it was related with struts Now I know that struts doesn't have any kind of facilitation for this task. (I mean jsp tags), and I know how to put dyna imgs in my pages. Anyway I prefer mailarchive, I think it was better old dejanews Tero P Paananen wrote: What could you

RE: about images and db

2002-10-20 Thread Tero P Paananen
> What could you suggest to me to display images stored in a database. > When I get them in a bean what could I do to show them on a web d. page? How is this related to Struts? Did you Google for answers before posting? -TPP <>-- To unsubscribe, e-mail:

Re: about images and db

2002-10-20 Thread Antoni Reus
s [mailto:antoni.reus@;wanadoo.es] > Sent: 20 October 2002 16:12 > To: Struts Users Mailing List > Subject: Re: about images and db > > A Diumenge 20 Octubre 2002 15:34, kiuma va escriure: > > thx , for your reply but I meant if was possible something like > > > > >

Re: about images and db

2002-10-20 Thread kiuma
thx , for your reply but I meant if was possible something like ... hello! .. using only custom tags Antoni Reus wrote: Hi, A Diumenge 20 Octubre 2002 11:47, kiuma va escriure: What could you suggest to me to display images stored in a database. When I get them in a bean what could I do

about images and db

2002-10-20 Thread kiuma
What could you suggest to me to display images stored in a database. When I get them in a bean what could I do to show them on a web d. page? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: about images and db

2002-10-20 Thread Frederic Laub
ks in advance. Frederic -Original Message- From: Antoni Reus [mailto:antoni.reus@;wanadoo.es] Sent: 20 October 2002 16:12 To: Struts Users Mailing List Subject: Re: about images and db A Diumenge 20 Octubre 2002 15:34, kiuma va escriure: > thx , for your reply but I meant if was possible s

Re: about images and db

2002-10-20 Thread Antoni Reus
Hi, A Diumenge 20 Octubre 2002 11:47, kiuma va escriure: > What could you suggest to me to display images stored in a database. > When I get them in a bean what could I do to show them on a web d. page? You can: 1. In a Action: response.setContentType( "the type of the image" );

Re: about images and db

2002-10-20 Thread kiuma
Thanks a lot! Antoni Reus wrote: A Diumenge 20 Octubre 2002 15:34, kiuma va escriure: thx , for your reply but I meant if was possible something like ... hello! .. using only custom tags Then, the are 2 different requests, the one that returns the html and the one that returns the imag

Re: about images and db

2002-10-20 Thread Antoni Reus
A Diumenge 20 Octubre 2002 15:34, kiuma va escriure: > thx , for your reply but I meant if was possible something like > > > ... > hello! > .. > > > using only custom tags > Then, the are 2 different requests, the one that returns the html and the one that returns the image (you can't include t