accessing static property in tapestry html template

2006-04-18 Thread Aninder Makkar
Hi , i have a html template which is accessed by 2 different page-specifications(page x , page y)(most of the template was the same so i've created just one template) In the html template i need to know which page specification has initialised the template in order to use the CSS accor

Re: tapestry component reuse

2006-04-11 Thread Aninder Makkar
html template ... Diogenes Moreira wrote: you can use the onchage event or evaluate the condion in the Page object and then incluide in you template a segment like this. You can use a refresh IActionListern <-- window.open() --> Greetings, 2006/3/27, Aninder Makkar : >

tapestry component reuse

2006-04-11 Thread Aninder Makkar
IL PROTECTED]> wrote: you can use the onchage event or evaluate the condion in the Page object and then incluide in you template a segment like this. You can use a refresh IActionListern <-- window.open() --> Greetings, 2006/3/27, Aninder Makkar : > Hi Guys , > Im c

Triggering new browser windows from Tapestry

2006-03-27 Thread Aninder Makkar
Hi Guys , Im creating a PropertySelection component in Tapestry 3.0 , the fields for the drop down are dynamic and i've implemented a new IPropertySelectionModel , one of the reasons include adding a external link to the end of the drop-down list Now when the user clicks on th

Re: anyone buy Kent's Tapestry Book that has PDF version?

2006-03-02 Thread Aninder Makkar
Im going thru howard's tapestry in action and i think it's a wonderful book ,well if ur learning tapestry u don't need to be taught the abc's of jsp's and servlet''s but anyway the author does a great job of explaining the concepts underlying tapestry + many great tips and pointers to web develo