Re: overlay images retrieved from a Database

2007-10-22 Thread mikemjt
So is my next step dropping apache image taglib and use the classic JAVA 2d api mikemjt wrote: Hi there, I have a image of a map and want to overlay a set of images with x y coords from a database. This is my code which does not work! img:image

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
Hang on, I've got an idea that might work. I'll post back in a little bit - gotta grab some lunch! On 10/22/07, mikemjt [EMAIL PROTECTED] wrote: So is my next step dropping apache image taglib and use the classic JAVA 2d api mikemjt wrote: Hi there, I have a image of a map and want

Re: overlay images retrieved from a Database

2007-10-22 Thread Kris Schneider
Here's an untested idea. What if you use a proxy tag to satisfy overlay's parenting constraints? You'd do something like: img:image src=/images/map_01.gif dir=generated name=map_rendered.jpg attributes=alt='A sample image' refresh=true