You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Mark Horn (JIRA)" <de...@tapestry.apache.org> on 2008/01/04 03:20:34 UTC

[jira] Commented: (TAPESTRY-2013) BeanEditor does not support informal parameters

    [ https://issues.apache.org/jira/browse/TAPESTRY-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555768#action_12555768 ] 

Mark Horn commented on TAPESTRY-2013:
-------------------------------------

email snip-it from mailing list
-------------------------------------------------

On 1/3/08, Howard Lewis Ship <hl...@gmail.com> wrote:
> That is strange, it should work as you have shown it.  I know this
> behavior works ... there are unit tests to verify it.
> 
> Ooops, please file a bug.  I see the problem; BeanEditForm supports
> informal parameters, but BeanEditor does not!

> BeanEditor does not support informal parameters
> -----------------------------------------------
>
>                 Key: TAPESTRY-2013
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2013
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 5.0.7
>            Reporter: Mark Horn
>
> BeanEditor does not support informal parameters like BeanEditForm does. 
> For example the following text area inside the BeanEditor is ignored and the default TextField is used instead.  In a BeanEditForm this same <t:paramater..> element would work correctly.
> <form t:type="form" t:id="form">
>          <t:errors />
>                <span t:type="beaneditor" t:object="component" reorder="id,name,description" >
>                        <t:parameter name="description">
>                                <t:label for="description"/>
>                                <t:textarea t:id="description" cols="80" rows="5" value="mybean.description"/>
>                        </t:parameter>
>                </span>
> </form>

-- 
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