cancel
Showing results for 
Search instead for 
Did you mean: 

Handling a specific URL parameter in WCEM

Former Member
0 Kudos

Hi everybody,

Is it possible to handle a specific URL parameter in WCEM ?

For example :

http://site:port/main/wec-startapp.jsf?wec-appid=MYAPP&my-specific-param=MYVALUE

Our need is to call a Business Rule Management System giving WCEM the list of allowed articles in the catalog. Depending on the specific parameter, the BRMS will give a different list of articles.

The value of the specific parameter is chosen by the user at connexion :

- we don't want to add a dropdown list on the connexion screen to choose the parameter value ;

- we don't want to use a different webshop for each possible value ;

- that's why we would like to have one webshop and add a specific parameter in the URL

Do you have an idea ?

Accepted Solutions (1)

Accepted Solutions (1)

steffen_mueller3
Participant
0 Kudos

Hi Julien,

you want to access the request parameter in your view handler? Please have a look at the WCEM development and extension guide chapter about "request parameter binding".

Best regards,

    Steffen

Former Member
0 Kudos

Hi Steffen,

Sounds like a solution.

We'll see during the development phase if it fits the needs.

Thanks

Answers (0)