[T5.1.0.5] Problem with report-plugin on windows

2009-09-09 Thread raucha
The maven site generation on my CI machine (which is running Linux) works well while using the tapestry-component-report plugin. If I try to stage the site on my windows development machine I encounter the following error during mvn site:stage -DstagingDirectory=C:\fullsite .. [INFO]

Re: Using a checkbox in a grid component

2009-08-10 Thread raucha
You might not even need any chenillekit on this. I use: t:parameter name=nameCell t:checkbox t:id=name t:value=row.name/ /t:parameter Sebastian Hennebrueder wrote: Scot Mcphee schrieb: Hello Does any one have a short recipe how to use a checkbox in a grid component? What I need

Re: ClassCastException after upgrading to 5.1.0.5

2009-08-04 Thread raucha
. Not pretty but the application seems to run with 5.1.0.5 now on all weblogic 10.x versions we could test and all other applications deployed to the server are still working too. This solution is weblogic specific but there might be similar ways for Glasfish or Websphere. raucha wrote: I

Re: ClassCastException after upgrading to 5.1.0.5

2009-08-03 Thread raucha
to drop the stax2 jar into a shared folder because the classloader wouldn't respect my parameter g, kris raucha a.ra...@verband.creditreform.de 30.07.2009 15:12 Bitte antworten an Tapestry users users@tapestry.apache.org An users@tapestry.apache.org Kopie Thema ClassCastException

ClassCastException after upgrading to 5.1.0.5

2009-07-30 Thread raucha
After upgrading from 5.0.18 to 5.1.0.5 my application fails to start when deployed on a weblogic server. I think this has to do with the usage of Stax in the TemplateParser. I have tried to override the implementation in my weblogic-application.xml with application-param

Re: T5.1.0.5 IllegalStateException after invalidating Session

2009-07-24 Thread raucha
+mid:3rnavgdfcjlbvagc+state:results i'm still not sure if it's a bug or feature g, kris raucha a.ra...@verband.creditreform.de 22.07.2009 13:04 Bitte antworten an Tapestry users users@tapestry.apache.org An users@tapestry.apache.org Kopie Thema T5.1.0.5

T5.1.0.5 IllegalStateException after invalidating Session

2009-07-22 Thread raucha
I try to upgrade an application from 5.0.18 to 5.1.0.5. After invalidating the Session for the user logout I get the included Exception. Everything works fine with 5.0.18 and I checked hat I do not invalidate the HttpSession but invalidate the Tapestry Session via the injected