2008/3/6, Chris Pratt <[EMAIL PROTECTED]>:
>
> Correct me if I'm wrong but I believe that restricts the map to only
> accepting values that are exactly Object.



Well, yes and no...
It restricts the maps to be used that have exactly the type:
Map<String, Object>
But it does not mean that you cannot use as a value for each entry an object
of a class that extends Object.
I did not see currently that particular Struts 2 code yet, it needs an
investigation of what is the best solution (maybe yours :-) ).

Antonio

Reply via email to