page « portlet « Java Enterprise Q&A





1. How to stay in same page when executing a Server request in a portlet    stackoverflow.com

I am calling a webpage from a portlet. The webpage is a form for user to enter data and has a button which submits the user data into Database. But the ...

2. How to get the browser/client time when the page loads in portlet    stackoverflow.com

How can i get the browser/client time when the page loads in portlet. I need to do an algorithm based on the clients time zone, What it means is that during ...

3. Is a single page web-app suitable for portlet    stackoverflow.com

i have a web application that is build as single page. Through one user session, it stores lots of DOM and JS objects on client side. So if browser refreshes my ...

4. portletservlet and page binding    coderanch.com

Hi I unable to find the precedence of servlet loading mechanism in portlet. I am using IBM WebSphere 5.1 Portal. If we have more than one portalservlet and each one has a method like this /*****************Sample Code Servlet1*******************/ public void doView(PortletRequest request , PortletResponse response) throws PortletException , IOException{ System.out.println("Receiver.doView"); getPortletConfig().getContext().include("/WEB-INF/jsp/receiver.jsp" , request , response); } /*****************End Code********************/ /*****************Sample Code Servlet2*******************/ ...

5. Passing Parameters between Portal pages    coderanch.com

Hi, I need help. i have a form in a procedure and getting the parameters in the form. Now This procedure is called from OAS portal page. The portal page is Pl/SQL page and it calls the procedure. When the page is called it displays the form. So when they submit the data. I should insert that data into the database ...

6. Re: Embedding applet into portal Page    coderanch.com

7. Data Persistence in Portlet page???    coderanch.com

Hi All, I am getting the problem like this: In one Portal Page there are 2portlets ( 2HTML pages) placed . When I submit the form then its working fine . When I restart the Server or refreshing the page then the data in one of the Portlet is lost.Only one portlet is dispalying the data. How can I store the ...

8. fwd a page using button    coderanch.com

hi, i m newbie in portal and portlet.... i m using struts+portlet ..so i m confused in 1 thing... i want to use link functionality in button i mean to say i want to do something like but this is not working.. if we user normal link the href tag will contain some value ...

9. Previous portal page visited    coderanch.com

Hi all, I'm new to portlets. I need help to sort out an issue in my application. My portal page have a link to a web-page(normal web site page). Right now the requirement is like I need to place a link on this particular web-page so that on click of that the last portal page visited should be visible on the ...





10. Need to edit a page in myPortal with a link instead of war file    coderanch.com

Hi, We upload the applications as war files in the administration and then edit the page layout by adding the portlets which are war files. But here I have an application which is a URL. I need to create a page for which the application is in the form of a url. Can somebody please help me how to achieve this. ...

13. Page navigation    coderanch.com

14. Opening new pages in Plumtree    coderanch.com

I'm using Plumtree portal. I have an application that has multiple pages, and I wanted it to stay in plumtree so I enabled "Use hosted display mode on gateway pages". It's pulling the app from a Tomcat server (gateway). This works fine. Now my problem is that I want to load a frame up inside the page. I am using FCKeditor ...

15. Order in which portlets in a page is executed    coderanch.com

Heloo, Any body knows in which order the different portlets added in a page is executed.Also is there any way that we can control the order. so that a purticular portlet say 'A' is executed and rendered before another one say 'B'.Iam using vignette based environment to run my portlets. Thanks Biju M

16. Page Forward in Portlets    coderanch.com

Hi, I have a Form Portlet, which takes the information from the user. I am processing the information in processAction method. After this i need to forward the user to another jsp. How can this be done ? I cannot use PortletRequestDispatcher include method since it has normal RenderRequest and RenderResponse not ActionRequest and ActionResponse ? Can you please throw some ...





17. page name in the portlet    coderanch.com

19. Default portlet for Portal page    coderanch.com

Hi, I am using WPS 5.1. In the portal, When I choose "T" layout in any page in the portal, a particular portlet should be added automatically. It should not be added by clicking the Add button in the Edit Layout. The portlet should be added thru coding. If you have any ideas please let me know. Thanks. Ganesh

20. Navigating pages with in a single Portlet    coderanch.com

Hi, I have single portlet which has five pages, which on a page in the portal. This portlet which has 5 pages has "back" and "next" button. How this can be done? This is how i am thinking it would work <Form method=post name="Form2" action="<portlet:actionURL/>"> <input type="submit" value="Next" "> <input type="submit" value="Back" > I will have 2 submit buttons, and ...

21. Getting page id in vignette portal    coderanch.com

22. How to create print friendly page in portal?    coderanch.com

Thanks for the help. I tried the solo mode, but as I understand it is no possibility to use it in jsr 168 portlets. Unfortunately I didn't get any you private messages Ben. The link from the portlet jsp to separate jsp I created using servlet forward. maybe it is the dirty way to do this function, but I didn't find ...

23. Accessing the Web Page that is created dynamically.    coderanch.com

Hi Friends, I need to use the webquery feature in my application. For that we need to map the tables in the web page to its specific HTML page. For this i'm creating new HTML files on the fly based on the data that comes from the Database dynamically. I don't know how to place those dynamically created HTML files in ...

24. Display pdf file as individual pages    coderanch.com

Hi, i'm using a faces portlet and i want to display a pdf file in the page. This is accomplished using an iframe and getting the pdf. When i use an iframe, i get all the usuall options of save, print, search etc all of which was not required and i removed them using styles so that the jsf page would ...

25. Multiple pages same portlet?    coderanch.com

26. Showing or hiding portlet or pages based on the user attributes    coderanch.com

Hi, I am working on a portal using JSR 168 Portlet in webSphere portal 6.0. I need to show/hide the portlets/pages depending on the attributes of the logged in user. I heard that we can do this using the dynamic configuration by putting the roles in a config file and these roles will be picked by portal administration. Then assign these ...

27. maintenance page in sun one/uportal    coderanch.com

Hi, We have Sunguard Luminis portal application using uprtal over sunone web server. I have a deployment for the application which is going to take a lot of time. I don't understand where do I keep my maintenance page. We have loadbalancer then web tier and then resource tier architecture. any help will appreciated - Bk

28. Having problems with the doView() method when having multiple portlets in a page    coderanch.com

Hi, I'm working on a JSF portlet project for the past 3 months. Server - WPS 6.0.1 IDE - RAD 7.0 The design is in such a manner that there are multiple tabs in the application once i log in, like the HomePage, Reports etc; These tabs contain different portlets in them. for eg, the HomePage contains 2 portlets whose doView() ...

29. Without conatining pages    coderanch.com

30. multi-session in a page without portlets/iframe    coderanch.com

Hi, I want to integrate a web application as part of other already developed web application. My application will be shown as subsection of other parent application which is completely different, has different deployment center, different session etc. I dont want to use Iframe because it is not allowed by parent site. What is best way and cleanest way to do ...

31. Why portlets in Portal page    coderanch.com

Krishna, There are lots of difference between Servlet and Portlet. For your simple understanding, when use Servlet [Simple Web apllication] and if we refresh any page the whole page get refreshed, but in case of Portal Application it only refresh fragment of Portal page, because each Portlets added on the Portal page is independent to each other. For better understanding, Lets ...

32. Jahia - Multiple portlets on a single page - MESS    coderanch.com

Hi, I have developed two struts portlets(in 2 differrent wars) using Struts Bridge-1.2.7-1.0.4. The struts version is 1.2.7. I am using Jetspeed as my portlet container. These portlets are then embedded onto Jahia portal. The portlets work fine when run independently, i.e. one portlet on a page. However, the problem starts in case of multiple portlets on a single page and ...

33. Show details of story on a different page of portlet    coderanch.com

I have spent most of the day trying to make this happen so maybe someone can spot my error(s). I have a JSR-168 with 2 portlets defined. The first portlet presents 3 short stories from the database on the Home page using view.jsp. The short stories have a Read More... link and hidden field with the story ID that should take ...

34. Issues in Portlet and Page permission    coderanch.com

Hi I'm facing some issues in Portlet and Page permission, please help.. - Logged-in as admin user - Created a role named "Test Role" - Created a user named "Katy" - Assigned "Test Role" to Katy. Removed Power User role. - I have created a page named "Dashboard" and provided the 'View' permission thru' Manage > Page > Permissions to 'Test ...

35. Including page from another website    coderanch.com

You haven't said anything about the target environment - Portlet 1.0, 2.0 or vendor specific - or whether their are any restrictions on the local or remote servers. Writing a portlet that converted a local request into a remote request and relayed the response shouldn't be hard. Liferay also has a portlet which supplies a simple iFrame wrapper on a remote ...

36. Able to start admin server but getting, Page cannot be displayed.    coderanch.com

I am able to start admin server using command console "startWebLogic.cmd". I started Pointbase Server also before starting admin server, since it asked for it. But after starting admin server using command mode, I am unable to go to console using, http://localhost:7001/console When creating domain using configuration wizard, I first tried with AdminServer listen address as "localhost" and listen port as ...