A portlet calls another portlet that is placed on a different page. The calling portlet generates a URL in the associated processAction method and sets a parameter to be transmitted. The generated URL will appear as a link on the JSP page of the calling portlet. If the link is clicked, the other portlet is […]
There are many situations in which a servlet has to generate a URL for a portal page. Examples are the generation of a URL on request of a servlet and sending this URL by e-mail, the connection of external systems and jumps to certain portal pages, etc. Requirements: * The servlet must be deployed on […]