Hi All,
In our application we are calling two webtop component directly in iFrame. These component are directly launched by calling two separate component URLs.
My requirement is : User enters some attribute value after clicking on first component URL. After that same user click on second component URL. Now all the attribute values which are entered in first component, should come in the second component if user click on second component URL.
For that I am setting attribute value when user is calling first component as follows -
SessionState.setAttribute(strAttrName, oValue)
But when I am trying to get these values from second component then it is coming as null.
Please advice!
Regarsd,
Sumanta