You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Chris Mylonas (JIRA)" <ji...@apache.org> on 2012/04/25 15:54:17 UTC

[jira] [Created] (TAP5-1917) BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list

Chris Mylonas created TAP5-1917:
-----------------------------------

             Summary: BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list
                 Key: TAP5-1917
                 URL: https://issues.apache.org/jira/browse/TAP5-1917
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.3, 5.3.2
            Reporter: Chris Mylonas
            Priority: Minor


<t:beaneditform class="donkey" t:id="phone" submitlabel="message:create-button"/>

Does not render donkey (or class="donkey").
It does render once the t:mixins="renderInformals" is added.

Some comment from Lance:
It seems that the beanEditForm needs a one-liner added to it
ComponentResources.renderInformals(writer)
&
It seems that BeanEditor has the same bug. Pls put that in the Jira too
Might be an idea to search all components with @SupportsInformalParameters
that don't call renderInformalParameters to find any others



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1917) BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list

Posted by "Felix Scheffer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261681#comment-13261681 ] 

Felix Scheffer commented on TAP5-1917:
--------------------------------------

Grid is using

    @Component(parameters = "class=tableClass", inheritInformalParameters = true)
    private Any table;

which works fine for me.
                
> BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list
> --------------------------------------------------------------------------------------
>
>                 Key: TAP5-1917
>                 URL: https://issues.apache.org/jira/browse/TAP5-1917
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.2, 5.3.3
>            Reporter: Chris Mylonas
>            Priority: Minor
>              Labels: parameters
>
> <t:beaneditform class="donkey" t:id="phone" submitlabel="message:create-button"/>
> Does not render donkey (or class="donkey").
> It does render once the t:mixins="renderInformals" is added.
> Some comment from Lance:
> It seems that the beanEditForm needs a one-liner added to it
> ComponentResources.renderInformals(writer)
> &
> It seems that BeanEditor has the same bug. Pls put that in the Jira too
> Might be an idea to search all components with @SupportsInformalParameters
> that don't call renderInformalParameters to find any others

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1917) BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list

Posted by "Chris Mylonas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261672#comment-13261672 ] 

Chris Mylonas commented on TAP5-1917:
-------------------------------------

Maybe the same for Grid and GridColumn - I couldn't (& grep couldn't) see any renderInformalParameter() method.
BeanDisplay doesn't, and Delegate does a storeRenderParameters (but I'm not cluey enough with Tapestry to know what Delegate does really).
                
> BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list
> --------------------------------------------------------------------------------------
>
>                 Key: TAP5-1917
>                 URL: https://issues.apache.org/jira/browse/TAP5-1917
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.2, 5.3.3
>            Reporter: Chris Mylonas
>            Priority: Minor
>              Labels: parameters
>
> <t:beaneditform class="donkey" t:id="phone" submitlabel="message:create-button"/>
> Does not render donkey (or class="donkey").
> It does render once the t:mixins="renderInformals" is added.
> Some comment from Lance:
> It seems that the beanEditForm needs a one-liner added to it
> ComponentResources.renderInformals(writer)
> &
> It seems that BeanEditor has the same bug. Pls put that in the Jira too
> Might be an idea to search all components with @SupportsInformalParameters
> that don't call renderInformalParameters to find any others

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1917) BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list

Posted by "Chris Mylonas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261672#comment-13261672 ] 

Chris Mylonas commented on TAP5-1917:
-------------------------------------

Maybe the same for Grid and GridColumn - I couldn't (& grep couldn't) see any renderInformalParameter() method.
BeanDisplay doesn't, and Delegate does a storeRenderParameters (but I'm not cluey enough with Tapestry to know what Delegate does really).
                
> BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list
> --------------------------------------------------------------------------------------
>
>                 Key: TAP5-1917
>                 URL: https://issues.apache.org/jira/browse/TAP5-1917
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.2, 5.3.3
>            Reporter: Chris Mylonas
>            Priority: Minor
>              Labels: parameters
>
> <t:beaneditform class="donkey" t:id="phone" submitlabel="message:create-button"/>
> Does not render donkey (or class="donkey").
> It does render once the t:mixins="renderInformals" is added.
> Some comment from Lance:
> It seems that the beanEditForm needs a one-liner added to it
> ComponentResources.renderInformals(writer)
> &
> It seems that BeanEditor has the same bug. Pls put that in the Jira too
> Might be an idea to search all components with @SupportsInformalParameters
> that don't call renderInformalParameters to find any others

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1917) BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list

Posted by "Felix Scheffer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261681#comment-13261681 ] 

Felix Scheffer commented on TAP5-1917:
--------------------------------------

Grid is using

    @Component(parameters = "class=tableClass", inheritInformalParameters = true)
    private Any table;

which works fine for me.
                
> BeanEditForm/BeanEditor doesn't do the InformalParameter dance - from the mailing list
> --------------------------------------------------------------------------------------
>
>                 Key: TAP5-1917
>                 URL: https://issues.apache.org/jira/browse/TAP5-1917
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.2, 5.3.3
>            Reporter: Chris Mylonas
>            Priority: Minor
>              Labels: parameters
>
> <t:beaneditform class="donkey" t:id="phone" submitlabel="message:create-button"/>
> Does not render donkey (or class="donkey").
> It does render once the t:mixins="renderInformals" is added.
> Some comment from Lance:
> It seems that the beanEditForm needs a one-liner added to it
> ComponentResources.renderInformals(writer)
> &
> It seems that BeanEditor has the same bug. Pls put that in the Jira too
> Might be an idea to search all components with @SupportsInformalParameters
> that don't call renderInformalParameters to find any others

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira