Re: Simplest way to implement lightbox or lightbox clone in struts2

2011-09-15 Thread Vishwa Sahan
Well then you have to change the javascript. I had a quick look at lightbox 2 - lightbox.js. You can find in line 191 it search using regex for the 'rel' elements where lightbox assigned. I think you might be able to change the attribute name there(and there could be some other places you might wa

Re: Simplest way to implement lightbox or lightbox clone in struts2

2011-09-15 Thread Rafael Barrera Oro
Indeed, i am talking about the image display script. I apologize if the question was too much of a newbie one, but i am trying to keep all my jsp in struts2 tags and the a tag lacks the rel attribute which lightbox demands for the links to work, i guess i could use plain old html tags nevertheless.