it's really not possible to communicate among portlets using portlet URL's. read the jsr 168 spec on using session variables in the application_scope. The basic idea is that the first portlet, during actionRespose, puts a variable or flag in session that can be picked up by another portlet during its doView. sun also has its own proprietary method of IPC that goes in the sun-web.xml.