I just updated to latest 5.1.0.1-snapshot and got 2 issues:

1. Form is rendered as method="get" and have issue "Forms require that the 
request method be POST and that the t:formdata query parameter have values. ".
<form enctype="application/x-www-form-urlencoded" 
onsubmit="javascript:Tapestry.waitForPage(event);" action="/login.loginform" 
method="get" id="loginForm" name="loginForm">
2. [<a href="#" t:type="pagelink" page="test">test</a>] is rendered as [<a 
href="#">test</a>], but the expected should be [[<a href="test">test</a>].

Why it happens?

Thanks,
DH

----- Original Message ----- 
From: "Howard Lewis Ship" <hls...@gmail.com>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Friday, March 06, 2009 12:42 AM
Subject: Re: Tapestry 5.1: Wait for Page


There may be room to tweak this; for example, to not use the grey
overlay part, and to "hold" the event until the page is ready, then
retrigger it. I actually like it the way it is, and the video doesn't
do it justice!

On Thu, Mar 5, 2009 at 8:34 AM, Francois Armand <farm...@linagora.com> wrote:
> Howard Lewis Ship wrote:
>>
>> I've uploaded a short clip showing how the wait-for-page functionality
>> works in 5.1.
>>
>> http://blip.tv/file/1844614/
>>
>
> The feature is a real plus, it will avoid strange errors from an user point
> of view.
>
> However, I find the current "disable" page a little to intrusive, and I fear
> that in the long term and/or quick navigation, the grey grid over the full
> page will irritate users : you can't start to read the page content easily
> while the mask is present, and that provides a feeling of slowness.
>
> Of course, all of that is my personnel feeling :)
>
>
> --
> Francois Armand
> Etudes & Développements J2EE
> Groupe Linagora - http://www.linagora.com
> Tél.: +33 (0)1 58 18 68 28
> -----------
> http://fanf42.blogspot.com
> InterLDAP - http://interldap.org FederID - http://www.federid.org/
> Open Source identities management and federation
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to