Re: T5 AppModule best practice

2010-07-24 Thread based2
http://old.nabble.com/AppModule-conventions-ts21996543.html#a21996644 http://old.nabble.com/T5-Multiple-AppModules--ts26681010.html#a26685832 http://old.nabble.com/Name-of-application-module-class-too-complicated--td27857530.html http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/t

Re: [GSOC 2010] GMaps Component

2010-07-24 Thread based2
http://old.nabble.com/Google-Maps-and-Tapestry-ts23031496.html#a23031496 http://old.nabble.com/Google-Map-Module-and-JavaScript-only-PDF-viewer-component-|-GSOC2010-ts28182052i20.html#a28281504 http://tapestry.formos.com/nightly/chenille-kit/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/

Re: [GSOC 2010] GMaps Component

2010-07-24 Thread based2
http://sourceforge.net/projects/gwt-openlayers/ based2 wrote: > > http://old.nabble.com/Google-Maps-and-Tapestry-ts23031496.html#a23031496 > http://old.nabble.com/Google-Map-Module-and-JavaScript-only-PDF-viewer-component-|-GSOC2010-ts28182052i20.html#a28281504 > > http://tapestry.formos.com/n

Re: Chenillekit component not working with T5.0.19

2010-07-24 Thread based2
http://jira.codehaus.org/browse/CHEN#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel Sha Aith wrote: > > Chenillekit components are not working with Tapestry 5.0.19. Is anybody > else facing the same issue? > -- View this message in context: http://old.nabble.com/Chen

SeleniumTestCase context uninitialized

2010-07-24 Thread Pablo dos Reis
When I run my test class that extends SeleniumTestCase in the following method all calls to context.getAttribute return nul. It's necessary any configuration to work well? @BeforeClass public void setup(ITestContext context) { this.testContext = context; delegate = (Se