cancel
Showing results for 
Search instead for 
Did you mean: 

passing parameters from one WDA application to another of same component

Former Member
0 Kudos

Hi all,

i have developed a WDA application and now i have created 2 applications.when i run the 1st application,the user has to enter some details..and based on these details the second application must display the result.till now i had only one application which gave me the results...what do i pass as parameters in the 2nd application .I tried searching the forum but did not come across this scenerio

Thanks n regards,

Urvashi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you want to pass parameters to a WDA application you can pass them by URL link.

Example: http://...?pass1=value1&pass2=value2 In this case you pass two parameters to the application.

In WDA application you can control parameters in windows, you can add parameters in the plug 'Startup' which names are same as URL parameters, and then you can create notes/attributes in the context of windows then map them to the context of view. In the method of startup plug you can pass the parameters to the context of windows.

You can search WDA help by WDA application parameters.