RE: Clay full-xml and namespace ignoring my tags

2007-05-03 Thread Torsten Krah
Look at my post and the answers on the list about: Clay Symbols aren't namespace aware - would be nice to have, wouldnt it The imported content is precompiled and added after that, because of that, namespaces declared in other files don't get applied to the included ones. Torsten Am

RE: Clay full-xml and namespace ignoring my tags

2007-05-03 Thread Gary VanMatre
From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 03 May 2007 12:15 To: user@shale.apache.org Subject: Clay full-xml and namespace ignoring my tags Hi, I'm going round the bend with this one and suspect I'm missing something really obvious. I have a site set up

Re: s:inputSuggestAjax an Shale/Clay

2007-05-03 Thread Torsten Krah
Get it now rendered, although a form in a form it does not really like. But i am facing the same problem you've got, nothing happens - my bean methods are not called. Am Dienstag, den 01.05.2007, 22:59 +0200 schrieb Hermod Opstvedt: Hi Has anybody made the inputSuggestAjax component work in

Re: s:inputSuggestAjax an Shale/Clay - ValidatorInputRenderer Type problem, the defaultRenderer wrapped is of the needed type - how to expose?

2007-05-03 Thread Torsten Krah
Some more insights: This gets called: public void encodeAjax(FacesContext context) throws IOException { if (context == null) throw new NullPointerException(context); if (!isRendered()) return; Renderer renderer = getRenderer(context); if (renderer

Re: s:inputSuggestAjax an Shale/Clay - ValidatorInputRenderer Type problem, the defaultRenderer wrapped is of the needed type - how to expose?

2007-05-03 Thread Torsten Krah
Hm - its a method binding expression - not a value binding one, so it should be MB, shouldn't it? Torsten Am Donnerstag, den 03.05.2007, 19:01 +0200 schrieb Torsten Krah: Did some code do get this wrapped functionality in. Ajay encode call is made now - however, on the InputAjax class - the

Place to look for if component attributes declared in the markup are not set to the Component - although defined in the xml file clay uses to look for the component

2007-05-03 Thread Torsten Krah
Some question about shales interna. Where have i have to look for, it i have declared attributes in my clay xml config, but they are ignored. Its a little bit connected to the inputSuggestAjax thread. s:inputSuggestAjax suggestedItemsMethod=#{inputSuggestAjax.getItems} maxSuggestedItems=10

SV: s:inputSuggestAjax an Shale/Clay

2007-05-03 Thread Hermod Opstvedt
Hi I am investigating this, and so far I have been able to rule out Shale as the culprit. I took the tomahawk sandbox sample application and wired in Shale and it still worked. I am taking this one step at a time in hope of pinpointing where things og wrong. Hermod -Opprinnelig

Re: s:inputSuggestAjax an Shale/Clay - ValidatorInputRenderer Type problem, the defaultRenderer wrapped is of the needed type - how to expose?

2007-05-03 Thread Gary VanMatre
Hm - its a method binding expression - not a value binding one, so it should be MB, shouldn't it? The binding type should be MB but there is more to it. The method binding requires defining the formal parameter list. The custom bindings are configured by attribute name. You will need to