So I see that this actually does work, but when embedded in a parent container, it uses:
parentid:childid in a heirarchy. This is fine and makes perfect sense, but I'm wondering if maybe we could have another option here that would force the exact id you specify. Because imagine the scenario where you hard code the heirarchy of ids like a:b:c:d in your javascript, then you go and add anothed <div> or something around it, now you're id in your javascript is broken. It would be nice for it to use the *exact* id i specified for that component or at least a way to specify that is what you want. Any comments? Travis On 9/22/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > That's an error in the docs. I actually checked svn blame to see who > would say such a thing and it turned out to be me! ;-) I checked in > a new fix. > > sean > > On 9/22/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > Yes, forceId="true" is the right one... so there may be a bug with > > panelGrid... > > > > Bruno > > > > 2005/9/21, Travis Reeder <[EMAIL PROTECTED]>: > > > I've tried both forceId="true" and forceId="myId" (the latter is what > > > is stated in the documentation, the former is what appears to be > > > correct in the dtd. > > > > > > Travis > > > > > >

