> > In the processAction method, I set an attribute "name", but it can't > retrieve in doView. Is it a bug? > > Best regards, > Eric >
Eric, Its not a bug. Action request attributes are not available in the render phase. I think there is a runtime option for that in JSR 286, but keeping those attributes around for possibly multiple render phases has memory implications. Similarly, you could use the portlet session for this. -- Ben
