window « portlet « Java Enterprise Q&A





1. Capturing the current window's cotents??    coderanch.com

I have a dynamic portlet page which contains a lot of data plus one "Printer friendly" Button. When i click on this button one jsp pop-up window will come with the print data and a "Print" button. When i click on Print button it will open print dialog box and i can print the data. The problem is i want to ...

2. Two Portlets in one window?    coderanch.com

Hi everyone! I've been surfing the Internet the whole day but haven't found a proper answer to my question / problem yet. Hope you guys can help me: :-) I have two Portlets A and B. I want Portlet A to display Portlet B in the _same window_ when a user clicks on an URL in Portlet A. The user can ...

3. Set the window state to maximed by default    coderanch.com

Hi, How can i set the window state to maximized by default. I mean when the portlet first appears it should be maximized state. In the doView i am not able to do that, since RenderResponse does not have method for setting WindowState only ActionResponse has it. Is it possible. Please throw some light thanks

5. Best practise for window.location etc... in Portal    coderanch.com

Hi, I want to make my portal go to a url using javacript. What is the best way to do this in a portal environment without effecting other portlets on page if possible? Should I set window.location or document.location or something else? Does it matter? Will the entire page and other portlets will refreshed anyway? Using IBM WebSphere Portal 6.0 Thanks. ...

6. About changing window state of a portlet without a ActionResponse    coderanch.com

Hi, guys, I am a student trying to develop a portal in my group project, and I met a problem and would really appreciate if you can provide some help. There are two of those portlets in our application, namely ConfigPortlet and DisplayPortlet, in the ConfigPortlet, the user choose the content they want to see, and the DisplayPortlet displays the content. ...

7. Problem while opening a new window    coderanch.com

Hi, I want to open a new winow in onClick even of a button. I am using an window.open call. But the problem is, I want to access some pageFlow controller variable fromthe new window JSP. But I am unable to do that. Could you please suggest some way out? The code I am using is Parent JSP: