Hi

How to pass portlet class variables to jsps.
[51 byte] By [srsuruvu] at [2007-11-26 7:59:33]
# 1

Creator doesn't support interportlet communication, but you could

try passing request parameters in a url in a Portlet page

http://myserver/mypage.jsp?portletvar1=hello?portletvar22=world

where param1, param2 are Portlet variables

and mypage.jsp is the jsp page

John

jawbe at 2007-7-6 20:28:14 > top of Java-index,Development Tools,Java Tools...