You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2008/10/16 19:17:45 UTC

[jira] Updated: (TAP5-112) Define new namespace, p:, for block parameters

     [ https://issues.apache.org/jira/browse/TAP5-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-112:
--------------------------------------

    Issue Type: New Feature  (was: Bug)

> Define new namespace, p:, for block parameters
> ----------------------------------------------
>
>                 Key: TAP5-112
>                 URL: https://issues.apache.org/jira/browse/TAP5-112
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> Towards greater conciseness:
> How about making these equivalent:
>    <t:beaneditform t:id="new" object="newPosting" submitlabel="message:post" include="title,content">
>       <t:parameter name="content">
>         <t:label for="content"/>
>         <br/>
>         <t:richtextarea t:id="content" rows="10" cols="80" value="newPosting.content"/>
>       </t:parameter>
>     </t:beaneditform>
> -and-
>    <t:beaneditform t:id="new" object="newPosting" submitlabel="message:post" include="title,content">
>      <p:content>
>         <t:label for="content"/>
>         <br/>
>         <t:richtextarea t:id="content" rows="10" cols="80" value="newPosting.content"/>
>     </p:content>
> Obviuosly, p: would need to be mapped to a Tapestry namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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