Re: [displaytag-user] displaying image using displaytag

2009-09-23 Thread Eve Pokua
Yes, You are right. eve From: mig...@almeida.at To: displaytag-user@lists.sourceforge.net Date: Wed, 23 Sep 2009 11:56:29 +0100 Subject: Re: [displaytag-user] displaying image using displaytag Hello all, Isn't this an issue with how different containers handle relative and abs

Re: [displaytag-user] displaying image using displaytag

2009-09-23 Thread Eve Pokua
.net > Subject: Re: [displaytag-user] displaying image using displaytag > > > It seems like I am not alone on this issue. Please see the following > > > > thread from glassfish users. I'm going to install tomcat and test > > > > my application and update yo

Re: [displaytag-user] displaying image using displaytag

2009-09-23 Thread Miguel Almeida
d.jspa?messageID=365245 > > > eve > > > __ > From: gorgeou...@msn.com > To: displaytag-user@lists.sourceforge.net > Date: Tue, 22 Sep 2009 18:27:38 +0100 > Subject: Re: [displaytag-user] displaying image using displaytag > > Mike, > > In tomcat jsp are placed in the

Re: [displaytag-user] displaying image using displaytag

2009-09-23 Thread sgfan
> It seems like I am not alone on this issue. Please see the following > > thread from glassfish users. I'm going to install tomcat and test > > my application and update you on this. > > > > Thanking you for all your help. > > > > http://forums.java.net/jive/thread.jspa?messageID=365245

Re: [displaytag-user] displaying image using displaytag

2009-09-23 Thread Eve Pokua
.jspa?messageID=365245 eve From: gorgeou...@msn.com To: displaytag-user@lists.sourceforge.net Date: Tue, 22 Sep 2009 18:27:38 +0100 Subject: Re: [displaytag-user] displaying image using displaytag Mike, In tomcat jsp are placed in the - Installed - dir \tomcat\WORK\tomcat\ROOT and ser

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Eve Pokua
how do I construct it: bpic is an attribute of my table in the database. Pls, any suggestion. Thanking you in advance. eve > Date: Tue, 22 Sep 2009 18:59:22 +0200 > From: sg...@gmx.net > To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user] di

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Michael
Eve Pokua schrieb: > Mike, > > I've done as suggested. Something seems to be working but not quite. > > I've put the images im my web-inf folder > of my web client. Then I have stored the string in the table as > menjeans.png > > then I access it as- > > width="200" title="Bale Picture

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Eve Pokua
009 10:39:48 +0200 > From: sg...@gmx.net > To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user] displaying image using displaytag > > > Micheal/ Ibraham. > > > > > > > > Thank you all. > > > > > > > > >

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Eve Pokua
> To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user] displaying image using displaytag > > > Micheal/ Ibraham. > > > > > > > > Thank you all. > > > > > > > > > > > > But I am still h

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Eve Pokua
most importantly where should I put the images in glassfish? > > Thank you. I really apprecaite all your help. eve > Date: Tue, 22 Sep 2009 09:36:23 +0100 > From: e...@mws-systems.co.uk > To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user]

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Wizard of OS
> Micheal/ Ibraham. > > > > Thank you all. > > > > > > But I am still having problems > > > > defaultorder="descending" pagesize="7" class="tabledata"> > > title="Name"/> > title="Description"/> >

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Ed Webb
Eve Pokua wrote: > Micheal/ Ibraham. > > Thank you all. > > > But I am still having problems > > > src="c:/bapics/<%=(bpic)%>" height="160" width="160" > title="picture2"/> > > This will

Re: [displaytag-user] displaying image using displaytag

2009-09-22 Thread Ibrahim Mustafa
. thanks eve ------------ Date: Sun, 20 Sep 2009 13:32:36 -0700 From: ibrmust...@yahoo.com To: displaytag-user@lists.sourceforge.net Subject: Re: [displaytag-user] displaying image using displaytag class="prod_icon&q

Re: [displaytag-user] displaying image using displaytag

2009-09-21 Thread Eve Pokua
t: Re: [displaytag-user] displaying image using displaytag My /showImage.html is a servlet (spring web mvc controller) that takes the entity id and streams back the image binary. It can be as simple as the path to the location of your image on the disk. Eve Pokua wrote: Mike,

Re: [displaytag-user] displaying image using displaytag

2009-09-20 Thread Ibrahim Mustafa
ort my problem out. thank you. eve > Date: Sun, 20 Sep 2009 21:04:34 +0200 > From: sg...@gmx.net > To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user] displaying image using displaytag > > > Hello, > > > > > > > > I have data in t

Re: [displaytag-user] displaying image using displaytag

2009-09-20 Thread Michael
Eve Pokua schrieb: > Mike, > > > > Ok, could you or anyone point me to any displaytag example in which it > > is displaying images or pictures. E.g- > > > > How would you do it with this? > > > > http://displaytag.homeip.net/displaytag-examples-1.2/example-columns.jsp.source > > >

Re: [displaytag-user] displaying image using displaytag

2009-09-20 Thread Eve Pokua
the above example. And I'll sort my problem out. thank you. eve > Date: Sun, 20 Sep 2009 21:04:34 +0200 > From: sg...@gmx.net > To: displaytag-user@lists.sourceforge.net > Subject: Re: [displaytag-user] displaying image using displaytag > > > Hello, >

Re: [displaytag-user] displaying image using displaytag

2009-09-20 Thread Wizard of OS
> Hello, > > > > I have data in the Database, using displaytag I am able > > to display data using sessionScope. Data is collected from > > a servlet and forward to a jsp. I want to display pictures or images > > with each data row collected. Since I am using database sql server to > > sto

[displaytag-user] displaying image using displaytag

2009-09-20 Thread Eve Pokua
Hello, I have data in the Database, using displaytag I am able to display data using sessionScope. Data is collected from a servlet and forward to a jsp. I want to display pictures or images with each data row collected. Since I am using database sql server to store the data, I have an at