[jboss-user] [JBoss Portal] - Re: Portlets doView() method Problem in portlets
apemberton
do-not-reply at jboss.com
Wed Mar 25 13:48:12 EDT 2009
This is a standard part of the portlet lifecycle (portlet 2-phase, action/render lifecycle).
Off the cuff, I can think of a few ways to help with your scenario:
don't load data from the database in your render (doView) calls
check out the out of the box ajax/partial-refresh features to see if they can work in your scenario: http://docs.jboss.org/jbportal/v2.7.0/referenceGuide/html_single/#d0e13283
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221027#4221027
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221027
More information about the jboss-user
mailing list