- 
        1. Re: How to create a home button for the portaldjmacpac Jan 17, 2007 5:39 AM (in response to djmacpac)Hi, 
 have a new Problem with the home button.
 It should be in the index.JSP of my layout(generic for example). How does it work, that I can set Paramters for a special Portlet in a link or something like this...
- 
        2. Re: How to create a home button for the portalantoine_h Jan 18, 2007 5:56 AM (in response to djmacpac)what you want to do is, if I understand well, : 
 after login, all portlet have a state (stateA)
 then the user do things : some portlets goes into stateB, stateC etc...
 you want, by clicking a button, that all the portlets go back to stateA.
 => find a way to store or have each portlet to go to the stateA
 and use the IPC (inter portlet communication) to tell all the portlet to reset to stateA.
 but a portal is not supposed to work like that... so why not, but it may be a lot of work and trouble to reach this...
 hope this helps,...
- 
        3. Re: How to create a home button for the portaldjmacpac Jan 18, 2007 6:18 AM (in response to djmacpac)you understood well :-) 
 So the problem is not the home itself. I have implemented one in a portlet and it works fine.
 But I want to have a home Button in my Layout JSP (for example the generic index.jsp). Does this work? If yes how?
 
    