[ 
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

        

Reply via email to