The problem is inside the javascriptSupport PartialMarkupRendererFilter.Id
allocator has prefix of Long.toHexString(System.currentTimeMillis()). So if
two request come at the same time all generated ids of both request will
have the same prefix.Thats what happens here.Since each grid is inside a
progressive display we have this effect.


On Sat, Nov 3, 2012 at 4:12 PM, Dimitris Zenios
<dimitris.zen...@gmail.com>wrote:

> Since each grid is inPlace then sorting links become an ajax link that is
> connected with the zone through updatezoneonevent javascript function.If we
> have two elements with the same id then both will be updated when doing
> ajax request for sort.
>
>
> On Sat, Nov 3, 2012 at 1:39 PM, Thiago H de Paula Figueiredo <
> thiag...@gmail.com> wrote:
>
>> On Sat, 03 Nov 2012 07:43:52 -0200, Dimitris Zenios <
>> dimitris.zen...@gmail.com> wrote:
>>
>>  Hi everyone.
>>>
>>
>> Hi!
>>
>> As far as I can remember, this problem is caused by Grid using @Persist
>> in the field that holds the sorting information, not due to repeated ids.
>>
>> --
>> Thiago H. de Paula Figueiredo
>>
>> ------------------------------**------------------------------**---------
>> To unsubscribe, e-mail: 
>> users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>

Reply via email to