Re: [Shale] new Clay replacement symbols

2005-10-27 Thread Gary VanMatre
Ryan Wynn Wrote: > I think I may have narrowed down the problem. > > In org.apache.shale.clay.component.chain.CreateComponentCommand > > String id = null; > > if ((id = displayElement.getId()) == null) > id = facesContext.getViewRoot().createUniqueId(); > > UIComponent child = null; > if

Re: [Shale] new Clay replacement symbols

2005-10-27 Thread Ryan Wynn
respond to "Struts Users Mailing List" To user@struts.apache.org cc [EMAIL PROTECTED] Subject [Shale] new Clay replacement symbols I noticed the new code for the replacement symbols. Gary, I like how you've opened it up to any attribute that is not defined. Great job on this.

[Shale] new Clay replacement symbols

2005-10-27 Thread Ryan Wynn
I noticed the new code for the replacement symbols. Gary, I like how you've opened it up to any attribute that is not defined. Great job on this. It seems that the ClayViewHandler will now have to change to accomodate this. I noticed the following problem today. If I have