Originally posted by Shashidhar Rao:
Could anyone tell me what are the various certifications in market.
Originally posted by murugesan govind:
Portlets are Pluggable WebSphere Portal Web components,
�Portlets are windows into WebSphere Portal content
Originally posted by viswam konkepudi:
My doubt is portlet:createReturnURI will take us to caller portlet
example like back button in edit to go to view mode.,
I fi use the portletAPI:actionURI for the action phase will it give the same behaviour or i need to specify the portletMode="view" something like that .,
Originally posted by viswam konkepudi:
Here Im posting the scenario
IBM portlet :
<portletAPI:createReturnURI><portletAPI:URIAction name='AddButton'/>
</portletAPI:createReturnURI>
/// we declare the portlet preferences in portlet.xml and because the values are to be loaded from a DB by a bean , we do not hard-code it but instead use the PortletPreferences object in doView() to change it.
we have the code for pulling the values from the DB and assigning it to the preferences, but for some reason , the values doesnt show up , when the portal page is rendered for the first time.