You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Michael Wyraz (JIRA)" <ji...@apache.org> on 2010/07/22 15:54:50 UTC

[jira] Created: (TAP5-1213) ComponentResources should give access to generic parameters of bound types

ComponentResources should give access to generic parameters of bound types
--------------------------------------------------------------------------

                 Key: TAP5-1213
                 URL: https://issues.apache.org/jira/browse/TAP5-1213
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.1.0.7
            Reporter: Michael Wyraz


ComponentResources can tell which type is bound to a given parameter via getBoundType(ParameterName). This is a great feature but only works for non-generic types. If a generic type is bound, it's impossible to access the generic parameters.
Example:
A component can bind to a Set of something. getBoundType returns "java.util.Set" for this parameter. So it' not possible to coerce the entries of this set to the target type.

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