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
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
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");
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