Re: T5: Type coercion from String to Enum

2009-02-06 Thread Folke
it works! Since I really like to have my Unit enum in the Size component what can I do to keep Tapestry from using different ClassLoaders? Regards, Folke > Uli > > Folke Behrens schrieb: >> >> Hi >> >> Type coercion from String to an Enum type doesn't seem

T5: Type coercion from String to Enum

2009-02-06 Thread Folke Behrens
onents.Size._$read_parameter_unit(Size.java) Is it possible that Class.isAssignableFrom() does not work for Enum types? (see TypeCoercerImpl:231) There's already an issue report (https://issues.apache.org/jira/browse/TAP5-98) where the reporter indicates that this should work. Would did I do wrong?