Hi All,
I have html hyper link which contains my portlet application url including the parameter which i want to pass to my portlet.
When I am clicking on the hyper link, control is going to my portlet but value is not received by the portlet.
Example:
Hyper Link: MyPortlet
In my portlet(Home.view) I am calling a web service in initialize method and want to set the “flag” value as input to my web service.
Can anyone help me to get the value from html page to portlet.
Thanks,
Guru