Tathagata Dasgupta

Greenhorn
+ Follow
since Aug 31, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Tathagata Dasgupta

Anyone.... could you please help me on the above topic.... plzzzz
13 years ago
JSF
Hello,

I'm working on JSF portlet. I have 3 portlets side by side in a tabular form on a page.
These portlets are from a Producer App and they have been consumed in a Consumer App with the help of WSRP connection. The Consumer is a Webcenter App.

My question is, once an action performed in a portlet, I want to hide the other two portlets completely and Maximize the current one to occupy the whole page. That is, to the user it will create a feel that he has been navigated to a new page(in same window).
I tried minimizing the other two portlets but it didn't work and it's breaking the page structure(as I tried maximizing the middle portlet and other two portlets moved sideways).

I also want to know if there is any way to pass some values from the producer App's bean to the Consumer App's bean or something like that so that depending on the value passed from one portlet I can set the 'rendered' attribute of other portlet to true or false to hide and unhide them.

Looking forward for your reply..
13 years ago
JSF