3 Replies Latest reply on Sep 22, 2006 12:22 AM by andyhan

    Example custom TaskControllerHandler pls

    dhartford

      Hey all,
      I am having a bit of a time trying to figure out HOW to write a custom TaskControllerHandler based on the information provided. Is there an example somewhere?

      As a usecase, if you wanted to add another property to the controller tag called 'type' that could be a Java/XML/.NET whatever-generic Integer, String, Date, etc.

      Thanks, little confused as to how to extend with the Delegate class reading the config file, the custom TaskControllerHandler, whether or not we need to create a hbm.xml file, and wanting to keep VariableAccess available for API's that want to use the default TaskController (i.e. Extend but keep the webapp version running as-is).

      -D