Hi All,
We are building a workflow for a client. Requirement is to show a form to the user, get the inputs, validate these inputs and then transition to next task. Earlier this was done in cgi and perl. Now i want to use JSP, JAVA code for the same.
In my opinion i should be able to call a url (
http://server-name/iw-cc/jspname.jsp) from an external task which will actually be visible to the user. JSP will call JAVA to do the processing and will transition to next task as well.
Please let me know if my thinking is correct or what is the best way to achieve this.
I am pretty new to cssdk and try creating a JSP and put it under $IW_HOME/httpd/webapps/content_center and try calling it from external task but this did not work.
We are using Teamsite 6.7.1 on solaris 10.
Please help.