Yes the 1st one is possible. I did it using Grails and Jquery.
Cheers, Chandan Luthra Intelligrape Software Pvt. Ltd. site: www.intelligrape.com blog: www.intelligrape.com/blog On Wed, Jun 10, 2009 at 21:35, crush123 <cr...@angieandcraig.com> wrote: > > I actually managed to solve no.2. > > Probably not the best or most efficient way, but i concatenated a > string from the imagename, imageurl and link url separated by a pipe & > double pipe. > I then sliced the returned string and stores the slices as the > appropriate variables. > I used these to show image, image title and link. > > Appreciate help on number 1 if anyone knows