You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Paul Stanton <pa...@mapshed.com.au> on 2012/11/01 20:47:01 UTC

beaneditform guide out of date

http://tapestry.apache.org/beaneditform-guide.html

   <t:beaneditform object="loginCredentials">
     <t:parameter name="password">
       <t:labelfor="password"/>
       <t:passwordfield t:id="password"  value="loginCredentials.password"/>
     </t:parameter>
   </t:beaneditform>


the above eg throws an exception in t5.3+ on usage of <t:parameter>

The <parameter> element has been deprecated in Tapestry 5.3 in favour of 
'tapestry:parameter' namespace.

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


Re: beaneditform guide out of date

Posted by Kalle Korhonen <ka...@gmail.com>.
Fixed, thanks. If you file a CLA, it'll be faster to edit and fix
small issues in docs like these yourself than write an email about it.

Kalle

On Thu, Nov 1, 2012 at 12:47 PM, Paul Stanton <pa...@mapshed.com.au> wrote:
> http://tapestry.apache.org/beaneditform-guide.html
>
>   <t:beaneditform object="loginCredentials">
>     <t:parameter name="password">
>       <t:labelfor="password"/>
>       <t:passwordfield t:id="password"  value="loginCredentials.password"/>
>     </t:parameter>
>   </t:beaneditform>
>
>
> the above eg throws an exception in t5.3+ on usage of <t:parameter>
>
> The <parameter> element has been deprecated in Tapestry 5.3 in favour of
> 'tapestry:parameter' namespace.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

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