There is no real secret in getting one of these boxes to work with
Tapestry 5. I've used a slightly modified version of lightbox for a
pop up in a Tapestry 5 application and it works fine.

If I recall correctly lightbox simply listens for clicks from a
certain link and loads a page in a pop up window when the link is
clicked. You could make your own link component for a lightbox window
by inheriting from AbstractLink and making the component add a
lightbox instance to the page that listens for clicks from the link. I
suggestion you take a look at the Zone component and follow its
approach of adding Javascript components to a page.

/Olof

On 08/02/2008, jthompson209 <[EMAIL PROTECTED]> wrote:
>
> hey has anyone gotten these to work with tapestry 5, i follow the directions
> from each framework but all i get is a link to the page no special popup box
>
>
> --
> View this message in context: 
> http://www.nabble.com/lightbox%2C-shadowbox%2C-thickbox-example-tp15359877p15359877.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to