Hello i'd like to create a form component that receive two listeners as
parameters.

The @Submit listener must to be bount to the component listenter, how can i
call in java inside the component listener, the other two parameter
listeners ?

I want something like:

public void doSubmit(IRequestCycle cycle) {
 //call param listener 1
 //call param listener 2
}

thx,
kiuma

Reply via email to