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

Howard M. Lewis Ship closed TAP5-112.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> 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
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.1.0.0
>
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to