On 6/25/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
I think reasonable behavior would be to generate markup id when invoked from constructor (instead of failing getting one from markup). However, I'm affraid the complications you have are caused by the fact the the component hasn't been rendered already, so it doesn't know it's markup position. At least we had similiar problems with 1.2, iirc.
Yeah, I'm afraid of that too. And I understand that for some components the markup position can only be known at runtime, right? Is there any way anyone can think of how we could bind in an efficient way before rendering? Eelco