Good thing that you replaced the colons with underscores, makes
things easier, once you want to recycle the component id in javascript.
I ran into some cases a while ago where I could not use the component id
directly but had to underscore the colons (not the
document.getObjectById that works, it was a different case, I cannot
remember now)
Werner
Grant Smith wrote:
I think you basically have to implement getClientId(FacesContext
context) with somthing that doesn't include a colon for the new
component. As Matt says, we're probably being more spec-compliant lately.