Author Login
Post Reply
Hi everybody, I've worked with the 5.0.11 version of tapestry creating
js code that works looking for anchor id. After installing the latest t5
lib, I've noticed
that all my action link rendered anchor don't have any id.
I've a look at the new AbstractLink class and the older
Element e = writer.element("a", "href", buildHref(link), "id", clientId);
has been modified with
element = writer.element("a", "href", buildHref(link));
In the same way for the relative caller class
AbstractComponentEvent where the new code
writeLink(writer, link);
instead of
writeLink(writer, clientId, link);
can anyone explain me why ? is there a new way to generate che component id
render that I probably miss?
thanks in advance
Riccardo
--
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)