Grid does not handle java.util.Collections empty collections.
-------------------------------------------------------------

                 Key: TAPESTRY-1925
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1925
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 5.0.6
            Reporter: Kevin Menard
            Priority: Minor


Tapestry throws an exception when providing an empty collection, such as 
java.util.Collections.EMPTY_SET, to the Grid component as the source parameter. 
 The message is of the form "tried to access class 
java.util.Collections$EmptySet from clas $PropertyConduit_XXX".

It appears to be a case of not knowing which type of class to use, rather than 
just using the interface.

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