[jboss-user] [JBoss Portal] - Re: ActionRequest setAttribute

2007-04-13 Thread [EMAIL PROTECTED]
It would work if you put the setAttribute in the render method. Remember that the portal should be able to render your portlet without having to call the action method (only based on render parameters). Let's say it would work: - you set the object as an attribute in the action phase - the

[jboss-user] [JBoss Portal] - Re: ActionRequest setAttribute

2007-04-13 Thread engela
O.K. I understand. Unfortunately using the render parameters is not an option as they are limited to string objects. (My processAction fetches tabular data from a database represented by an ArrayList). Thanks, Anette View the original post :

[jboss-user] [JBoss Portal] - Re: ActionRequest setAttribute

2007-04-13 Thread [EMAIL PROTECTED]
You should fetch your data from your render phase. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037128#4037128 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037128 ___