Hi
How to specify a listener method in T5? I have a page with multiple
submit buttons and need to navigate to a different page when the user
clicks on a particular button.
i tried doing this
@OnEvent(component = "deleteApp")
String deleteApp()
{
System.out.println("deleteApp");
return "AddService";
}
but got an exception
"This type of event does not support return values from event handler
methods"
cant find the listener parameter for submit component. Can some one
please help me out? Thanks!
Anjana Gopinath
True North Technology
11465 John's Creek Parkway, Suite 300
Duluth, GA 30079
[EMAIL PROTECTED]