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

Howard M. Lewis Ship updated TAP5-83:
-------------------------------------

    Issue Type: Improvement  (was: Bug)

> add a contructor with page class as parameter to BeanBlockContribution
> ----------------------------------------------------------------------
>
>                 Key: TAP5-83
>                 URL: https://issues.apache.org/jira/browse/TAP5-83
>             Project: Tapestry 5
>          Issue Type: Improvement
>    Affects Versions: 5.0.15
>            Reporter: Kristian Marinkovic
>            Priority: Trivial
>
> this would enable type safe programming:
> instead of:
>         configuration.add(new 
> BeanBlockContribution("dealerType","DealerTypePropertyBlock","dealerType",true));
> or
>         configuration.add(new BeanBlockContribution("dealerType",  
>                     
> resolver.resolvePageClassNameToPageName(DealerTypePropertyBlock.class.getName()),"dealerType",true));
> this would be better and shorter (also in case of refactoring):
>  configuration.add(new 
> BeanBlockContribution("dealerType",DealerTypePropertyBlock.class,"dealerType",true));

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