Every Portlet Application can contain 0 to N portlets
Every Portlet can contain 0 to Views
For every Portlet Application, Portlet and Portlet View there is an associated Managed Bean.
So you’re question can be restated as:
When adding custom Properties to my Portlet Application, should i add the property to the PageBean or the PortletBean?
There really isn’t too much difference, but i would recommend adding the property to the PageBean if it is only going to be accessed by that one bean.
#MWS-CAF-Task-Engine#webMethods#webMethods-BPMS