Andreas Andreou: -1
Just tried the code from tapestry4nonbelievers as well and it seems to me
that there's a regression with zones... To be more specific, here's
the old js that got generated:
Tapestry.initializeZones([{"div":"viewZone"}],
[["view","viewZone"],["view_0","viewZone"],["view_1","viewZone"],["view_2","viewZone"],["view_3","viewZone"],["view_4","viewZone"],["view_5","viewZone"],["view_6","viewZone"],["view_7","viewZone"]]);
and here's the new one:
Tapestry.init({"linkZone":[["view","viewZone"],["view_0","viewZone"],["view_1","viewZone"],["view_2","viewZone"],["view_3","viewZone"],["view_4","viewZone"],["view_5","viewZone"],["view_6","viewZone"],["view_7","viewZone"]],"zone":["viewZone"]});
In the new one you'll notice that first the links and then the zone is
registered... this however
is problematic cause during registration of the links their zone must
already be registered (so that
it can be referenced - see the old initialization code)
I'd be willing to change my vote if:
- there's something terribly wrong with my findings
- you guys consider this not to be a blocker
On Fri, Jun 6, 2008 at 1:40 AM, Igor Drobiazko <[EMAIL PROTECTED]> wrote:
> I'm also experiencing javascript problems. I tried to migrate the demo we
> wrote for the article to 5.0.12-SNAPSHOT.
> The update of zones is not working anymore. The following code works with
> 5.0.11 but not with recent snapshots:
>
> http://code.google.com/p/tapestry4nonbelievers/source/browse/trunk/app/src/main/java/t5demo/pages/Start.java
> http://code.google.com/p/tapestry4nonbelievers/source/browse/trunk/app/src/main/webapp/Start.tml
>
> The
>
> On Wed, Jun 4, 2008 at 1:51 PM, Kevin Menard <[EMAIL PROTECTED]> wrote:
>
>> I just bumped versions and I had an app that broke with the movement of the
>> javascript libraries to the bottom of the page. I haven't had time to take
>> a look in depth at what's involved to fix it, but will try to do so by the
>> end of the week.
>>
>> The code in question was jQuery init code. I have to call noConflict so in
>> order not to clash with Prototype. I think onLoad() binds too late if a
>> document.ready is called. I'll look more and report back.
>>
>> --
>> Kevin
>>
>>
>> On Jun 3, 2008, at 5:00 PM, Howard Lewis Ship wrote:
>>
>> I've created and uploaded a release of Tapestry 5.0.12, ready to be voted
>>> upon.
>>>
>>> The files are uploaded to:
>>>
>>> http://people.apache.org/~hlship/tapestry-releases/<http://people.apache.org/%7Ehlship/tapestry-releases/>
>>>
>>> and a Maven repository:
>>>
>>> http://people.apache.org/~hlship/tapestry-ibiblio-rsynch-repository/<http://people.apache.org/%7Ehlship/tapestry-ibiblio-rsynch-repository/>
>>>
>>> Please examine these files to determine if a new preview release,
>>> 5.0.12, is ready.
>>>
>>> I've also created a 5.0.12 tag in Subversion:
>>>
>>> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.0.12/
>>>
>>> On a successful vote, I'll move the files from these directories to
>>> the proper distribution directories.
>>>
>>> Vote will run for three days; on success I'll move the voted artifacts
>>> into place and send out appropriate notifications.
>>>
>>> --
>>> Howard M. Lewis Ship
>>>
>>> Creator Apache Tapestry and Apache HiveMind
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Best regards,
>
> Igor Drobiazko
>
--
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]