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]

Reply via email to