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 want to change) to what you intended to use and proceede.
On Thu, Sep 15, 2011 at 11:53 PM, Rafael Barrera Oro <[email protected]>wrote: > 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... > > thanks for your replies > > 2011/9/15 Vishwa Sahan <[email protected]> > > > Are you are talking about the lightbox script which use to display > images? > > > > > > Vishwa Rajakaruna > > > > *...It does not take a new day to make a brand new start > > It only takes a deep desire to try with all your heart...* > > > -- Vishwa Rajakaruna *...It does not take a new day to make a brand new start It only takes a deep desire to try with all your heart...*

