Hi Steve,

I'm not seeing that behavior in 5.0.12-SNAPSHOT, at least with
pagelinks. When I don't provide a t:id, an id attribute is generated
based on the component name and subsequent instances use a rolling
scheme (pagelink, pagelink_1, etc). When I provide a component id
(slightly different from the clientId) via t:id, that exact value is
rendered in the resulting element. I imagine that would also use a
rolling scheme if in a loop, but I haven't tried it.

sincerely,
chris

Steven Woolley wrote:
> Upgrading from 5.0.6 to the latest snapshot, I found that all my
> pagelinks and actionlinks defined in tml like this:
>
> <a t:id="blah" t:type="actionlink" >link</a>
>
> re no longer rendering with the clientid, ie.:
>
> <a src="page.blah" id="blah">link</a>
>
> Instead, I get no id...
>
> Same thing goes for pagelinks...
>
> I can force the id to be rendered with:
> <a t:id="blah" id="blah" t:type="actionlink" >link</a>
>
> but, that's kinda annoying, and if I render them in a loop, I no
> longer get unique id's for each link....
>
> Am I missing something?  Is this a bug, or the way things will be in
> the future?
> Thanks,
> Steve
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-- 
http://thegodcode.net


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to