Hi, I inject some components that all extends MyComponentBase. MyComponentBase is an abstract class in the ".base" package.
Then I loop over these components with a loop-value of type MyComponentBase (which works fine) Now, when I try to pass the loop-value to a component parameter of type MyComponentBase I get a TapestryException: Failure reading parameter...Could not find a coercion from type ComponentThatExtendsMyComponentBase to type MyComponentBase. If i let the paramater type be Object and cast inside the component it works fine -- /ted --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
