> 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 attribute which is a string / varchar type which > > contains details of the directory I store my pics. E.g - directory > > > > C:\java\pictues > > > > picture > > > > C:\java\pictues\for.jpeg > > > > Now I just have to use the img src= to display the pictures.
Hi Eve, your problem is completely out of scope. This isn't a displaytag problem. You merely have the problem to serve your files from your context. This is it. Either make them available there or write a proxy servlet. Mike -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

