Re: PageTester with an application that uses tynamo

2011-11-25 Thread parranz
Hi, sorry, I didn't. Eventually I gave up trying :(. If you do, don't forget to write it! El 25/11/2011 15:05, donarus [via Tapestry] escribió: > hi... Did you found any simple solution on this? I am totaly confused > and after 12 hours of searching a solution I'm not able to test any > page

Is there a dynamic search filter for Grids?

2011-11-03 Thread parranz
Hi, I have several grids in my application, and was trying to make a generic filter component for them. My idea was to make something like beaneditform, so that I have only to indicate the type of object that my grid is painting (perhaps some fields that I want to include or exclude too), and th

PageTester with an application that uses tynamo

2011-10-27 Thread parranz
Hi, I'm trying to create Unit Tests for my application, i've begun with a very simple example, only calling the index page: PageTester tester = new PageTester(appPackage, appName, "src/main/webapp", new Class[] { AppModule.class}); Document doc = tester.renderPage("Index");

Locale + in tapestry 5.3

2011-10-17 Thread parranz
Hi, I'd like to insert some date fields in my application. I started using the dateField component from Tapestry (I'm using tapestry 5.3) which works perfect, but I have the problem that the buttons "Today" and "None" don´t get translated to spanish. I've seen the javascript code deployed on the s