Re: tapestry.formos.com is down temporarily

2009-01-10 Thread Borut Bolčina
Howard, I am very interested in that last thing - home pages for any Tapestry projects. I am looking for the best way to present the learning project which is going to evolve over time and which I will describe in my blog. As the project will evolve I intent to tag the stages, so one can pull out

How to use the volatile property of Tapestry5 Loop component?

2009-01-10 Thread d0ng
Hi, I have a loop component in a form,I want to turn off the state saving logic. So I set the volatile property to true like this: The NullPointerException exception is thrown when I request the page: Caused by: java.lang.NullPointerException at org.apache.tapestry5.corelib.compo

Re: tapestry.formos.com is down temporarily

2009-01-10 Thread Howard Lewis Ship
On Sat, Jan 10, 2009 at 12:22 AM, Borut Bolčina wrote: > Howard, > > I am very interested in that last thing - home pages for any Tapestry > projects. I am looking for the best way to present the learning project > which is going to evolve over time and which I will describe in my blog. As > the p

Connection Problem

2009-01-10 Thread abangkis
Hello, I have an application that deployed with this kind of architecture : Apache httpd server -> Glassfishv2 -> Tapestry -> Tapestry-Hibernate -> Mysql. And every 8 Hour or So, i've got a broken pipe error message. I've tried following this guide http://www.codefin.net/2007/05/hibernate-and-m

Re: [T4.1] OGNL performance problem (serialization)

2009-01-10 Thread Kevin Menard
It's been a while, but I'm pretty sure that tapestry-prop does not work with T4.1 -- Kevin On Fri, Jan 9, 2009 at 10:44 PM, Jonathan Barker wrote: > Aaron, > > Not that these are solutions, but sometimes a good workaround will do the > trick. > > Have you tried using tapestry-prop? It was mo

Re: [T4.1] OGNL performance problem (serialization)

2009-01-10 Thread Kevin Menard
On Fri, Jan 9, 2009 at 7:42 PM, Aaron Kaminsky wrote: > My second question has been asked before on this list, but has not been > answered (I think). Why is a given OGNL expression evaluated multiple times > in a single instance? Is there any way to turn that off or work around it? I'm no long

Re: Google and t:grid

2009-01-10 Thread Kevin Menard
Please file a JIRA for the issue. -- Kevin On Fri, Jan 9, 2009 at 1:19 AM, James Hillyerd wrote: > Google is indexing the different sorted versions of my grid components. ie: > http://simobjects.net/manufacturer/view.grid.columns:sort/aircraftType?t:ac=5 > > This makes it look like I have a

Re: After adding a tapestry component(eg. Textfield,select etc) in a tml page no extjs component is not rendering

2009-01-10 Thread Kevin Menard
Why not use the @IncludeJavaScriptLibrary and @IncludeStylesheet annotations rather than try to build up those paths yourselves in the template? -- Kevin On Thu, Jan 8, 2009 at 2:46 AM, Sonu bhavsar wrote: > > I m using Tapestry latest final release i.e T18 > I m using extjs and tapestry both

RE: Connection Problem

2009-01-10 Thread Jonathan Barker
It sounds like you need to configure your connection pool to issue check statements before returning a connection (new or existing). > -Original Message- > From: abangkis [mailto:abang...@gmail.com] > Sent: Saturday, January 10, 2009 17:42 > To: Tapestry users > Subject: Connection Probl

Re: [T4.1] OGNL performance problem (serialization)

2009-01-10 Thread Ben Tomasini
What version of OGNL are you using? There is a known serious issue affecting 2.6.11: http://jira.opensymphony.com/browse/OGNL-141 http://blog.opencomponentry.com/2008/02/01/ognl-272-released/ Ben On Fri, Jan 9, 2009 at 4:42 PM, Aaron Kaminsky wrote: > Hi all, > > I am having some serious perf