Hi,I can access the type of a bound parameter using ComponentResources.getBoundType(parameterName). But for List<String> it returns (of course) List.class. Is there a way to access the generic parameters of the bound type somehow? I need this for correct (automatic) type coercion in some special cases.
Kind regards, Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
