Re: [shale] clay renderId

2006-01-30 Thread Gary VanMatre
>From: Sergey Vlasov <[EMAIL PROTECTED]> > > Gary, > > New "symbols" application from use-cases was very helpful for me. > Thank you a lot! > Thanks Sergey. I've put a lot of work into it and hopefully it will be some non-functional fuel for folks looking at JSF. > Just curious if there

Re: [shale] clay renderId

2006-01-30 Thread Sergey Vlasov
Gary, New "symbols" application from use-cases was very helpful for me. Thank you a lot! Just curious if there is a place on shale site were users can find announcements of new shale features like “symbols” application? Regards, Sergey

Re: [shale] clay renderId

2006-01-26 Thread Gary VanMatre
>From: Sergey <[EMAIL PROTECTED]> > > Hello, > > I like your solution a lot. But I'm wondering if it going to be possible > express the following in outer HTML template. > > >< property="selectedContact.firstName" size="20" maxlength="30" > required="true" immediate="false"/> > > I've trie

RE: [shale] clay renderId

2006-01-25 Thread hermod.opstvedt
Hi Your problem lies within: property="selectedContact.firstName" Property is the component identifier, and can not cotain a ".". What you need to do is make shure that "selectedContact" is the managed bean. Here is from a earlier posting: You are using the property symbol in this example to

Re: [shale] clay renderId

2006-01-25 Thread Sergey
Hello, I like your solution a lot. But I'm wondering if it going to be possible express the following in outer HTML template. I've tried it and got error: java.lang.RuntimeException: java.lang.IllegalArgumentException: Subsequent characters of component identifier must be a letter, a digit

RE: [shale] clay renderId

2006-01-18 Thread Gary VanMatre
Hi >There seems to be some problems with this aproach with respect to name >resolving. > >Scenario : @managed-bean-name is a backing bean X, the table that you want to >display (see: Outer HTML template include) is from a bean Person as person on >X, >and has properties firstName and middleNam

RE: [shale] clay renderId

2006-01-18 Thread hermod.opstvedt
m: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 4:12 PM To: Struts Users Mailing List Subject: Re: [shale] clay renderId >> Besides defining these in XML,

Re: [shale] clay renderId

2006-01-13 Thread Gary VanMatre
>> Besides defining these in XML, you can do this sort of thing mixing in HTML templating. >> >> Common XML Config: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> HTML template "/widgets.h

Re: [shale] clay renderId

2006-01-13 Thread Ryan Wynn
> Besides defining these in XML, you can do this sort of thing mixing in HTML > templating. > > Common XML Config: > > > > > > > > > > > > > > > > > > > > > > > HTML template "/widgets.html": > > Mock Label:

Re: [shale] clay renderId

2006-01-12 Thread Gary VanMatre
>From: Ryan Wynn <[EMAIL PROTECTED]> > > Can the renderId of a component be less than 1? I have built parent > components that reference child components. These parent components > are meant to be extended to add more child components. What I would > like is to have the base parent components r

[shale] clay renderId

2006-01-12 Thread Ryan Wynn
Can the renderId of a component be less than 1? I have built parent components that reference child components. These parent components are meant to be extended to add more child components. What I would like is to have the base parent components reference their child as say renderId=-1 and rend