Hi,
I have a component, that renders 'feedback' information, and in doing so
interrogates the ValidationDelegate - or at least that is what is
supposed to be happing. However, I haven't found a way to pass the
delegate into this component. Is this possible, and if so - how ?
I'm now trying:
public abstract class Feedback extends BaseComponent {
@Parameter(name="delegate",required=false,defaultValue="ognl:beans.delegate")
public abstract ValidationDelegate getDelegate();
....
}
Thanks,
-J.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]