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.

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

2011-09-14 Thread Vishwa Sahan
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...*

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

2011-09-14 Thread Brian Thompson
Step 1: Create your Struts2 page with whatever layout makes sense for your application. Step 2: Insert lightbox javascript. There isn't really anything Struts-specific to this type of task. Brian On Wed, Sep 14, 2011 at 4:32 PM, Rafael Barrera Oro wrote: > Hello! > > I come to you today wit

Simplest way to implement lightbox or lightbox clone in struts2

2011-09-14 Thread Rafael Barrera Oro
Hello! I come to you today with a simple question, which is the simplest way to implement lightbox or similar funcionality in a struts2 page? (i am not asking for a full tutorial, just for basic directions) Thanks in advance! Rafael