oracleportal

How do you rate Oracle Portals as a platform?

Hi there, A client has asked whether or not I can provide some support for his intranet which runs on Oracle Application Server Portal. Not having used this technology before I thought I'd ask if anyone else has and what they thought of developing for it. I'm a c#/ASP.NET developer so I note with apprehension that there's no mention o...

Obtaining client IP Address through ALUI Portal Gateway

Currently using Oracle/BEA/Plumtree ALUI Portal 6.1, and am trying to display a client's IP Address. Problem is that since this content is being gatewayed, the portal server's address is coming up when I call <%= request.getRemoteAddr() %> (<%= request.getRemoteHost() %>) I am pretty much doing the java equivalent of this link, and i...

How to acquire request parameter from url from Oracle Porta HTML Page Skin?

Hi, I hope any of Oracle Portal experts here could help me out regarding this question. I have a portal template/page that is using a HTML Page Skin. The skin may looks like: <html> <head> <title>#TITLE#</title> </head> <body> #BODY# </body> </html> By using Oracle Portal, I could add portlets (PL/SQL and Java portlet) to the body se...

Providing an Edit Button in Oracle Portal 10.1.4 in a Custom Search Portlet

I am using Oracle Portal 10.1.4 and I have a custom search portlet that is effectively doing a canned search that lists content that matches a certain category. I want administrators to be able to click an edit button beside a piece of content that shows up in the results list of the canned custom search portlet. (So each piece of conten...

Spring MVC Portlet and Weblogic Portal

Hi everyone, I'm trying to create a Spring MVC Portlet (version 3.0.0) to deploy in Weblogic Portal (10.3.2) but am getting the following error when I go to the portal page that I have put my portlet on: The portlet "helloWorld" is not available. The portlet class org.springframework.web.portlet.DispatcherPortlet is not found. javax.po...

Creating or accessing a request parameter in html template in <oracle> tab in oracle portal

How can i create a request parameter in html template in oracle portal which i can use in PL/SQL in inside tab? Please reply. It is urgent for me. Many thanks in advance. ...