Author |
Message
|
kotha |
Posted: Mon Apr 11, 2005 8:35 am Post subject: Input container fields |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
I defined one data structure and assigned as input container to a program activity. the fields will be taken from a web page. How should I retrieve the fields from a web page and assign them to input container of an activity?.
Anybody has an idea?
your help is greatly appriciated |
|
Back to top |
|
 |
Ratan |
Posted: Mon Apr 11, 2005 10:28 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Are you using the Outof the box webclient? If yes, go through the Webclient stuff in the programming guide.
Out of the box WebClient does most of the stuff, you will have to name your input boxes accordingly.
A good starting point is to use the rapid deployment wizard (support pack) and see how it works. _________________ -Ratan |
|
Back to top |
|
 |
kotha |
Posted: Mon Apr 11, 2005 12:59 pm Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
Ratan wrote: |
Are you using the Outof the box webclient? |
what is out of the box webclient??. I have no idea. could you elaborate.
thank you |
|
Back to top |
|
 |
vennela |
Posted: Mon Apr 11, 2005 1:16 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
An out of the box web client (aka standard web client) is something that comes with the product which is ready to use without any modifications.
When you install workflow and start the configuration utility, you will specify what all components of workflow you want in that particular configuration. If you select web client, that component will be installed. This is what is called out of the box web client. |
|
Back to top |
|
 |
kotha |
Posted: Tue Apr 12, 2005 5:06 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
My workflow process starts from taking the input values from a ASP page (IIS server). I think I need to study the ActiveX controls and API.
Normally what is the process to get the input container values from a JSP page that resides in a HTTP Server? By understanding this process, I can think about implementing the my process with ASP and IIS Server.
We are using web client to give access to the decision makers, all other users submit the request (where the process starts) the exisiting asp page from intranet.
Any input is greatly appriciated
thank you |
|
Back to top |
|
 |
|