How do I call a RoboSuite Workshop Control from a JSP page?
If we assume that you already have a control and have created a JSP page in Workshop, then you do the following: Step 1. Drag the control JCX file from its location in the application view to the JSP page. Step 2. Find the control in the Data Palette and drag the method from the control that you want to call onto the JSP page as well. This is the essential operation you need to do. You might afterwards want to change the values for the input to the method to be values that comes from your code, e.g. request parameters.