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:18:34 UTC

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

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.

{code}
<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>
{code}

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


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

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2013:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> 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
>            Assignee: Howard M. Lewis Ship
>
> 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


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

Posted by "Mark Horn (JIRA)" <de...@tapestry.apache.org>.
    [ 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


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

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2013.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.8

Fixed, added test cases to ensure it works as expected.

> 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
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.8
>
>
> 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


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

Posted by "Mark Horn (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Horn updated TAPESTRY-2013:
--------------------------------

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


  was:
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.

{code}
<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>
{code}


> 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