You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Christian Riedel (JIRA)" <ji...@apache.org> on 2009/12/28 21:07:29 UTC

[jira] Commented: (TAP5-138) Add Zone parameter to Select component

    [ https://issues.apache.org/jira/browse/TAP5-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794907#action_12794907 ] 

Christian Riedel commented on TAP5-138:
---------------------------------------

Just saw some possible unnecessary injection. Looking at those two:

Select.java line 113:

    @Inject
    private ComponentResources resources;

and Select.java line 154:

    @Inject
    private ComponentResources componentResources;

I think the second one could be omitted, right? 

> Add Zone parameter to Select component
> --------------------------------------
>
>                 Key: TAP5-138
>                 URL: https://issues.apache.org/jira/browse/TAP5-138
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            Reporter: Geoff Callender
>            Assignee: Igor Drobiazko
>             Fix For: 5.2.0, 5.1.0.6
>
>
> Add AJAX ability to selection in a Select component to allow the classic chaining of Select components.
> Eg. for filtering car advertisements:  3 Select components - Brand, Make, Model.  Choosing a Brand causes the Make to be enabled, showing the possible makes.  Similarly, choosing a Make causes the Model to be enabled, showing the possible models.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.