cancel
Showing results for 
Search instead for 
Did you mean: 

passing parameter to VC Flex via URL

Former Member
0 Kudos

Hi,

Iu2019m trying to pass parameter to VC via URL and Iu2019m done with the following URL pattern:

http://localhost:50100/webdynpro/dispatcher/sap.com/test~myexample_impl/url_test?Parameter=value

But if I call the Flex version of the same VC application with the same parameter, it doesnu2019t work, namely with the URL pattern below:

http://localhost:50100/FlexClientWAR/FlexClient.html?URL=http://localhost:50100/webdynpro/dispatcher...

Is there a way to pass parameter to the VC Flex via URL?

Thanks for your help.

Kind regards,

Hao

Edited by: hao hu on Jul 10, 2008 12:58 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hao,

This won't work since the Flex URL is compound and the parameter you define will go to the FlexClient.html (http://localhost:50100/FlexClientWAR/FlexClient.html).

What you should do is to put the application in the portal - this way the application will get a url and will run on its own. Only then you will be able to use the parameters via URL option.

Regards,

Udi

Former Member
0 Kudos

Hi Udi, Thank you for your reply i 'll try it in the portal.

Best regards,

Hao

Answers (0)