public class Controller 
extends PageFlowController {
   
   @Control
    private UserControl userControl;---> i have to provide this interface at
runtime i have to invoke the 
methods using the reflectin package....not in this way(i.e) by using invoke
and getMethods i dont know how to provide this so kindly post ur
suggestions.....the code here is partial only

   public Forward addUser(UserDTO userDTO) {
     
    userControl.addUser(userDTO) 
 }
-- 
View this message in context: 
http://www.nabble.com/how-to-use-reflect-in-beehive-tf3099470.html#a8603637
Sent from the Beehive - User mailing list archive at Nabble.com.

Reply via email to