Re: [shale] Clay - java.lang.StackOverflowError

2005-12-05 Thread Gary VanMatre
> By the way, a nice enhancement would be to be able to declare components in > a XML view. Something like that : > > > > >/> >/> >value="/panneaux/services/selectServices.html" /> > > > >extends="baseLayout"> > >

Re: [shale] Clay - java.lang.StackOverflowError

2005-12-05 Thread Alexandre Poitras
By the way, a nice enhancement would be to be able to declare components in a XML view. Something like that : Because right now I h

Re: [shale] Clay - java.lang.StackOverflowError

2005-12-05 Thread Alexandre Poitras
I was using a symbol your right. The first page was loading the component page via a symbol. The component page was looking like this : component.xml where component=/component.xml. On 12/5/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > I think your problem is that you are using a template t

Re: [shale] Clay - java.lang.StackOverflowError

2005-12-05 Thread Gary VanMatre
I think your problem is that you are using a template that includes the outer template. Clay will look for circular reference but if the jsfid or clayJsfid is a symbol, the replacement happens after the validation. What does your page/config look like? Gary -- Original message

Re: [shale] Clay - java.lang.StackOverflowError

2005-12-05 Thread Alexandre Poitras
Ok I got it, I had a recursive component. Sorry about that! On 12/5/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using Clay to make a Tile-like template with a deep of 2 levels and I > get a java.lang.StackOverflowError. > Should I increase it size by using the max stack memor

[shale] Clay - java.lang.StackOverflowError

2005-12-05 Thread Alexandre Poitras
Hi, I am using Clay to make a Tile-like template with a deep of 2 levels and I get a java.lang.StackOverflowError. Should I increase it size by using the max stack memory size parameter of the jre? Have you someone else got this error before ? -- Alexandre Poitras Québec, Canada