Pentaho Reporting integration

2011-05-23 Thread atcach
Hi, I am integrating pentaho reporting engine in a tapestry 5 project. We are using maven. I am using the artifactory from pentaho:http://repository.pentaho.org/artifactory/repo/ When putting it in the pom.xml: pentaho-reporting-engine classic-core 0.8.11-SNAPSHOT I get t

Re: Maven-Tapestry Problem

2011-05-23 Thread Howard Lewis Ship
Just wondering why you are building Tapestry, rather than using pre-compiled JARs? On Sun, May 22, 2011 at 5:58 AM, Mitke2011 wrote: > Hi, I have a rather strange problem with Tapestry instalation using  Maven: I > tried to install Tapestry 5.2.5 (same thing happened when I tried 5.2.4 or > 5.3)

[T5.2.5] NPE on form submit

2011-05-23 Thread rorschach
We recently upgraded a big project we're working on to Tapestry 5.2.5. After the upgrade, certain form submits just randomly stopped working. On clicking submit, we get hit with the following error: java.lang.NullPointerException @ org.apache.tapestry5.internal.services.ResponseCompressionAnalyzer

Re: Printing Grid table thead on empty source

2011-05-23 Thread Thiago H. de Paula Figueiredo
On Mon, 23 May 2011 10:55:47 -0300, Joost Schouten (ml) wrote: Hi, Hi! It seems not to be possible to just print the Grid thead when the grid source is empty. Is this correct? I guess so. And if so, can we not just introduce it as an option in the empty parameter as eg. block:thea

Printing Grid table thead on empty source

2011-05-23 Thread Joost Schouten (ml)
Hi, It seems not to be possible to just print the Grid thead when the grid source is empty. Is this correct? And if so, can we not just introduce it as an option in the empty parameter as eg. block:thead Cheers, Joost - To

Re: Maven-Tapestry Problem

2011-05-23 Thread LLTYK
It says "firefox.exe" not found. I'm not sure how you configure selenium to find firefox, it complained about my having 4.0 before so I had to copy it to a different directory and install 3.6. Assuming you really want to run the tests that bad. I just do -Dmaven.test.skip=true. -- View this m

[T5.2.5] Ajax redirectURL does not work when invoked though ComponentRequestFilter

2011-05-23 Thread Joost Schouten (ml)
Hi, When an AJAX event handler method returns a Page the following response is generated which nicely redirects me to the page. { "redirectURL" : "/jsportal-projectportal-client-tapestry/nl/secured/project/overview/3603" } When the same is generated though the process of the ComponentRe