On May 16, 2008, at 6:45 AM, Sie, Yang wrote:


Hello All:

I am adding more than one copy of a portlet to my page. They all end up
with same titles (portlet caption). What I want to do is to provide
users an option in portlet's edit view to allow them to give a title as
they choose. Upon clicking the submit button, the new title will be
saved into database and the portlet will show the title that the user
typed in.

I looked at the Jetspeed code and thought that I can implement this via
Jetspeed API and some coding. Before I start to do anything, I would
like to ask you for any advice that could get this done easily and
quickly.

Sounds like you could also store different titles for different users with standard Portlet API Preferences, and then use the setTitle API to grab the specific title for each user with the prefs

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to