On 3/28/06, Cosmin Bucur <[EMAIL PROTECTED]> wrote:
I guess this answers the questions i was shooting in the bug tracking "device"
On 3/28/06, Andreas Andreou <[EMAIL PROTECTED]> wrote:
> 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
>
-------------------------------------------------------
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?cmdlnk&kid0944&bid$1720&dat1642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel
