Leonardo + others,
in a recent change of AjaxDirectLink, we added:
writer.attribute("id", getIdPath());
Previously we used:
writer.attribute("id", getIdParameter());
Neither of those generate unique ids.
The first tries to solve the 'multiple AjaxTables in page' problem
but the second produces ids closer to the ones specified by users.
The next try achieves both:
writer.attribute("id", cycle.getUniqueId(getIdParameter()));
comments? problems?
Is AjaxTable the only component that uses the id of AjaxDirectLink?
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel