Remove "maximize" button

2006-09-06 Thread chungue
Hi, I have some portlets that plays around Maximize windowstate, and I wouldn't like people to have control over these... Anyone has a clue on where I can dig ? I have "grep" (and googled) many times and haven't found anything relevant so far (except maybe "supported.windowstate" inside jetspeed.

SSOWebContentPortlet problem

2006-09-06 Thread Boon Keong Teoh
Hi all, I've been trying to implement SSOWebContentPortlet auto login to one of the sites that required login. The following is defined in my portlet.xml. SSOWebContentPortlet SSO WebContent Portlet SSO WebContent portlet Testing EditPage /WEB-INF/view/view.vm org

Re: Problem showing portlet attributes and properties

2006-09-06 Thread Jacek Wiślicki
Wiadomosc od Enrique Perez z 2006-09-06 18:30 brzmiala: Hi all, I was trying to see which attributes and properties my portlet views when clicking a button in a form. So I put this code in the "processAction(req,resp)" method: --

Problem showing portlet attributes and properties

2006-09-06 Thread Enrique Perez
Hi all, I was trying to see which attributes and properties my portlet views when clicking a button in a form. So I put this code in the "processAction(req,resp)" method: -- private String atributos; priva