WebSphere Portal Server - Re: How to generate URL for access to portlet from email letters.

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > November 2007 > Re: How to generate URL for access to portlet from email letters.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: How to generate URL for access to portlet from email letters.
nikbor@inbox.ru

2007-11-28, 7:37 pm

I have solved this problem partially. Here so I receive URL:<br />
<br />
PortletURL url = renderResponse.createActionURL() <br />
url.setParameter(key, value);<br />
<br />
And I have extended com.ibm.faces.portlet.FacesPortlet with my portlet class and have override processAction and render metods.<br />
<br />
In the processAction I test parameters and select necessary page in this portlet. All works fine if user have not opened session... <br />
If he has, processAction does not start and only render starts.<br />
<br />
I want to start processAction every time. How can I make this?
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com