Hi all,
I'm quite new here and hope to find someone, who might help me to find a better, simpler solution for the following szenario.
<b>Szenario 1</b> (this solution exists in the moment):
There is <b>one</b> java application called "product search". Depending on different parameters, like SAT, TV, HIFI, ... the application shows SAT-, TV-, HIFI-, .... products and so on.
Up to now I defined SAT, TV, HFI, ... iviews for this application, every with the corresponding parameter assigned. Then I defined a workset with the items "product search SAT", "product search TV", "product search HIFI", ... and linked the iviews to the corresponding menu items.
<b>Szenario 2</b> (desired solution):
I would prefer the following solution, but I don't know, how to implement it:
I define 1 iview with the application "product search" without assigning any parameter. Then I link this single iview to the workset items "product search SAT", "product search TV", "product search HIFI", ...
At runtime, if a user clicks on the menu item "product search SAT", "product search TV", "product search HIFI", ... the corresponding parameters SAT, TV, HFI, ... should be assigned to the application in the iview <b>dynamically</b> depending on the menu item, that had been selected.
Does anyone know, how I can create <b>szenario 2</b> based on portal functions without developing new java applications?
Thanks in advance for your support!
Best regards
Heike Peckl