I have a psml file that defines a single tab containing a number of portlets. I want the user to be able to add more tabs dynamically from within a portlet contained in the original tab.
I am able to access the user's profile, create the new portlet and entry information and write it to the psml document. The problem I am having is that the new tab does not show up until I do a refresh of the browser screen. Has anyone else run into this problem? Steps I am performing using a GenericMVCAction class: Get User Profile Get PSML document from User Profile Create new portlets Add to the PSML document using setPortlets() Add the modified PSML document to profile using setDocument() Store the modified PSML document to the profile using store() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
