posted 14 years ago
You are right. You can use Process Action for a JSR portlet. Its called when a Form submit is done. In order to set your values as attributes you can use following code:
//Get HttpRequest Object from the Portal action request
HttpServletRequest request = getHttpServletRequest(actionRequest);
request.setAttribute("parameter", parameter);
Sun Certified Java Programmer v 1.4
Oracle Certified Associate, Java SE 7 Programmer
JEE 5 Web Component Developer Certified Professional