Hello, I've written a component which has a parameter field marked as "@Parameter". This works fine, but if I try to do some other work in the setter method for this parameter, I can see that it isn't called.
Trying to put @Parameter annotation on the method fails because it's a field annotation. Shouldn't, if present, the setter be used instead of directly writing into the field? Marcus. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]