Sivaji Somanathan

Greenhorn
+ Follow
since Jun 12, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sivaji Somanathan

Hi ,

Could you please explain in detail how this problem would get resolved with two seperate desktops. How would the portal remember the user's preference if he is not logged in ?

regards,
Sivaji.S
15 years ago
Hi,

In my portal application, I would like to allow the non-logged users to customize the portal page.

a) Is it possible in weblogic portal? Please share a link which helps/discuss more about non-logged in users customization. I found visitor shell allows only logged in users to customize.

The Sample DVT application which comes along with Weblogic portal installation does not allow non logged in user to customize the page.Is there any way this behavior could be changed by any configuration so that non logged in user could customize the portal page.

Any help or guidance more related to non-logged in users is highly appreciable.

Thanks
Sivaji.S
15 years ago
You could display a Portlet in a new window in either of the two ways :-

1) Place the portlet to be displayed in a page and assign a friendly URL to the newly created page. Give this friendly URL in the Target of the link which would open this page in new window.

2) A Portlet could be opened in a new window in SOLO state.When the portlet is opened in this state,it need not be placed in any page.However the portal theme elements would be hidden when its opened in SOLO state.
checkout the below link which explains how portlet could be opened in solo state.

http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.jsp?topic=/com.ibm.wp.zos.doc/wps/wpsptconc.html

Hope this helps.

regards,
Sivaji.S
15 years ago
Hi ,

You would need to invoke an action in the Display portlet to change the Window State .This could be done by Wiring the Config Portlet to the Display portlet.So when you click on the Submit in Config Portlet the Action in the Display Portlet would get called and you would get the handle for ActionResponse .This way the window State could be changed.Hope this helps.


regards,
Sivaji.S
15 years ago