Re: Popup in Tapestry Link

2012-11-17 Thread Paul Stanton
You can create the link in your java class, see PageRenderLinkSource.createPageRenderLink - and expose it to your javascript and do whatever you like with it. p. On 15/11/2012 6:11 PM, mateen wrote: Hi, My Grid displays a LINK to open a page. Currently i am using window.open, to open the pag

Re: Popup in Tapestry Link

2012-11-17 Thread Bob Harner
Mateen, See http://tapestry.1045711.n5.nabble.com/Alert-box-td4810081.html for a list of modal/pop-up components. On Thu, Nov 15, 2012 at 2:29 AM, Kalle Korhonen wrote: > tapestry5-jquery has a dialog component: > http://tapestry5-jquery.com/components/docsjquerydialog > > Kalle > > > On Wed, N

Re: Popup in Tapestry Link

2012-11-14 Thread Kalle Korhonen
tapestry5-jquery has a dialog component: http://tapestry5-jquery.com/components/docsjquerydialog Kalle On Wed, Nov 14, 2012 at 11:11 PM, mateen wrote: > Hi, > > My Grid displays a LINK to open a page. Currently i am using window.open, > to > open the page i need and its working fine, but i don