I just need to guarantee (mostly for Tacos) that this:
updateComponents="ognl:{components.someComponent.id}"
Renders the same id as this:
<span
id="ognl:components.someComponent.id"
jwcid="[EMAIL PROTECTED]">
*And*
that several instances of this "someComponent" on a page will render
unique Tapestry IDs for every one.
(Now... you say - "you can't put 2 components with the same name on a
page!!". But what if "someComponent" is contained in another component,
and *that* one is used twice in a page?)
--
Ing. Leonardo Quijano Vincenzi
DTQ Software
[EMAIL PROTECTED] wrote:
org.apache.tapestry.util.IdAllocator
I think it's also used in tacos somewhere.
It can generate unique ids for a given namespace.
I think that every page has an instance of this class,
but I don't remember if a component embedded in a page gets the
same idallocator.
From Leonardo Quijano Vincenzi <[EMAIL PROTECTED]>:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]