How can i let Displaytag work in an Oracle 10g Portal environment?

Hi there,
I'm already searching and trying this for a week, but didn't succeed yet.
I want to use displaytag to be able to sort and page data in a HTML table on a very generic and easy-to-use way.
Locally in JDeveloper 10.1.3 on OC4J (embedded) it works like a charm (even exporting with the export filter).
On portal...it "sucks" :-s ... It doesn't work at all. It displays the data, but when i click a column for sorting, or a another page of the displaytag an error occurs.
If i do nothing (except giving requestURI="") , the portal suddenly displays it's toplevel page.
If i try to compose the requestURI in the JSP itself, and get the approximate URI that the oracle portal needs, the action is called, but apparently our http session is invalidated, i get nullpointers of an object that should be on the request.getSession(), but it is null there.
I already tried something like implementing the PortletRequestHelper and PortletHref , but therefore i need access to the request (or pageContext?) attributes renderResponse and portletRequest, that should be in the request or page as an attribute with a given name.
I have already printed all session, request and pagecontext attributes and their names in a header.jsp (included like <%@ include file="header.jsp"%> ) , but no objects like javax.portlet.PortletRequest or javax.portlet.RenderResponse appear to be there.
So i can't fetch them from the PageContext attribute in my custom PortletRequestHelper implementation.
Well :-s I need help urgently. Can anyone give me more information to this? I already googled, searched different sources, addressed some colleagues here, and nothing could help me. You, Oracle experts, are my last hope. (Normally, i have a colleague who is very known with Oracle Portal, Oracle expert in our company, but he's ill).
It must have something to do with a wrong URL, but i checked the URL generated by portal for a tab that we can click to change pages, and the URL generated by portal on the displaytag column headers ... (in my current code with the hand-written requestURI in the JSP itself) , and it is completely the same, only 2 request parameters are added. If i click the column, it gives a nullpointerexception on an object that should be on the session but is null.
If you need more information, i'll be so kind as to answer your questions.
I hope this explanation was clear enough :-s i'm quite aggitated that i can't get this wonderfull displaytag working in oracle portal.
Kind regards,
Steve

Hi there :-)
Thanks already for your replies.
Well, i checked PortletRenderRequest and responses already ... But well ...
I have to re-implement the PortletRequestHelperFactory to allow displaytag to generate the links.
Displaytag expects me to make a PortletRequestHelperFactory (AbsentPortletRequestHelperFactory --> The project call Absenteisme ... employees that are absent from work are registered) that gives a pageContext parameter to an AbsentPortletRequestHelper.
The PortletHref that i need to re-implement (AbsentPortletHref), is constructed using a PortletRequest and a PortletResponse parameter, like the default PortletHref in de Displaytag-Portlet source.
PortletRequest and PortletRenderRequest aren't the same, this gives ClassCastExceptions, and other problems. I already tried using wrappers but can't find anything that works.
:-s
I really don't know further what to do, except indeed working with the correct objects, but how then override those porltet helper objects.
Anyone experience with sorting / paging displaytag in oracle portal ? (I already read that export of displaytag data might pose problems in oracle portal, but this isn't a primary concern ... first i need sortable and pageable data working in Oracle Portal).

Similar Messages

  • How can i download the latest dumps for oracle 10g

    how can i download the latest dumps for oracle 10g

    It's NOT permissible to use Oracle dumps for passing certification exams!
    Please, refer to below links for more information about "using dumps"
    http://www.certguard.com/braindumps.asp
    http://ivan.kartik.sk/index.php?show_article=39
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • How Can I load JRE 1.6 in oracle 10g

    Dear All,
    My development team developed few classes which are using feature of JDK 1.6. But when they compile those classes in Oracle 10g, it raises few errors.
    Should I have to install/load JRE 1.6 in oracle 10g. Presently there lesser than this ver. Please also let me to know how I can?
    Aqeel Nawaz

    Dup How can I change SGA_TARGET IN Oracle 10G.

  • How can I Calcualte the geometric mean in oracle 10g

    dear all
    plz I need a function to calculate the geometric mean
    I uses oracle 10g
    thanks in advance

    Hi,
    Solomon Yakobson wrote:
    select  power(10,sum(log(10,val)) / count(*))
    from  value_table
    I'm sure you meant count *(val)*, not count (*).
    You can also use AVG instead of SUM and COUNT.
    There's nothing specail about the number 10; any number greater than 1 will do; just be sure to use the same number in both POWER and LOG. If you used e, that would be equivalent to using EXP and LN instead of POWER and LOG, so why not use EXP and LN in the first place?
    SELECT       job
    ,       power(10,sum(log(10,sal)) / count(*))     AS gm1
    ,       POWER ( 2
              , AVG (LOG (2, sal))
              )                    AS gm2
    ,       EXP (AVG (LN (sal)))               AS gm3
    FROM       scott.emp
    GROUP BY  job
    ORDER BY  job
    ;Output:
    JOB              GM1        GM2        GM3
    ANALYST         3000       3000       3000
    CLERK     1021.02742 1021.02742 1021.02742
    MANAGER    2748.9445  2748.9445  2748.9445
    PRESIDENT       5000       5000       5000
    SALESMAN  1391.57884 1391.57884 1391.57884

  • Why FaceTime does not supported in my i-phone 5 I live in Saudi Arabia? How can I let it work?

    I Live in Saudi arabi, I have I-phone 5 & using last version of iOS. I can not find face time in setting. When I call the icon of face time appears but with question mark 
    ccan u tell me the solurion to let me use it?
    thanks

    Banned by your government, thus not available & no way to add it back to your phone.
    Complain to your King.

  • How can I creat OLAP cube by using Oracle 10g

    i want to creat a complete Molap cube, but i find that i cannot do it in Oracle Database 10g,Analytic Workspace ...
    What are the systems needed in creating Cube? How to do that?

    Please refer to the OLAP Application Developer's Guide (10.1.0.4) found at:
    http://www.oracle.com/technology/products/bi/olap/olap.html
    By the way, the doc highlights Analytic Workspace Manager 10g for Oracle Database 10.1.0.4.0. The required RDBMS 10.1.0.4.0 patch set should be available any day now on MetaLink for Linux and Windows. Soon thereafter, the AWM 10g client will be posted as a stand-alone to OTN and MetaLink.

  • How can i let my NIC is working up

    if i discover my NIC is not working, how can i let him work up

    Check your NIC card with Solaris hardware compatibility list.
    http://soldc.sun.com/support/drivers/hcl
    Senthilkumar
    Developer Technical Support
    Sun Microsystems, Inc.
    http://www.sun.com/developers/support

  • TS3274 I went to an Apple store yesterday and the guy there did something and now the ipad only works in the vertical (portrait) position and not the horizontal (landscape) position.  How can we make it work in both positions?

    I went to an Apple store yesterday and the guy there did something and now the ipad only works in the vertical (portrait) position and not the horizontal (landscape) position.  How can we make it work in both positions?

    Just in case you are not running iOS 7 and don't have the control center feature.....
    If you see a lock icon in the upper right corner of the screen - then the screen orientation is locked.
    Try the side switch above the volume rocker first and see if that unlocks the screen. If that doesn't do it and you are running iOS 5 or 6, double tap the home button and swipe to the right and look for the lock icon all the way to the left.
    If you are running iOS 7, swipe up from the bottom of the screen to get to the control center and the lock icon is in the row of icons at the top all the way to the right.
    If the screen is unlocked but still will not rotate, reset the iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the button

  • Acrobat stopped working in Creative Cloud Master collection. How can I get it working or reinstall i

    Acrobat stopped working in Creative Cloud Master collection. How can I get it working or reinstall it?
    Windows 7, 64 bit.

    Hi msickler,
    In order to help you better please provide me more information about the application you are using.
    Which version of Acrobat you are using and what is the exact error message that you are getting also let me know when that message poping up.
    Have you tried to uninstall and reinstall Acrobat. Is it creative could subscription that you have or you have Master collection suite Cs 6.0.
    Regards,
    Ajlan Huda.

  • How can i let a move clip complete his motion tween movement after dragging and dropping it

    hi how can i let a move clip complete his motion tween movement after dragging and dropping it
    i am using this code and there is a motion tween applies to the movie clip r_mc
    r_mc.addEventListener(MouseEvent.MOUSE_DOWN,fun); r_mc.addEventListener(MouseEvent.MOUSE_UP,fun2); function fun(event:MouseEvent):void { stop(); r_mc.startDrag();
    function fun2(event:MouseEvent):void {
    play(); r_mc.stopDrag();

    i have a simple .fla file wich contains MC that has
    a motion tween(its moving from the left to the right of the stage)
    this motion tween covers the whole time line (  there is only 50 frames in the time line)
    i mean in the frame 1 the MC appears in the left of the stage
    and in the frame 50 the MC appears in the right of the stage and there is a motion tween between them
    every thing till now working well
    i want to make that MC dragabble
    so when i drag the MC i will use stop()
    and when i drop it i will use play()
    but the problem is that the mc doesnt move and complete
    his motion tween movement when i drop it
    for example the MC will be in the middle of the stage in frame 25
    in this frame (25) i am draging the MC ,stoping the timeline,dropping the MC and resum playing the timeline again
    but the MC freezes in the middle of the stage and doesnt go to the right of the stageo until the flash loops and start from the frame 1 again
    here is the example wich i am worikng on
    http://www.mediafire.com/?ia47r4owha7sz8v
    thank u very much and sorry for my bad English

  • Java games, how do I let them work?

    i have downloaded a game from the internet (.jar) but it won't work.
    how do I let it work so i can play it?
    Post relates to: Centro (Unlocked GSM)

    You need Java installed on the device. Palm does not offer the program anymore. I found this site where you can download the app.
    http://websphere-everyplace-micro-environment.en.softonic.com/palm
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/centro/centro_gsm/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Post relates to: Palm i705

  • I have a new MAC MINI and I want to install a second monitor.  I have one connected to the HDMI and it works.  I can't get a signal to the other one.  It is connected from the thunderbolt to its HDMI port.  How can I make it work?

    I have a new MAC MINI and I want to install a second monitor.  I have one connected to the HDMI and it works.  I can't get a signal to the other one.  It is connected from the thunderbolt to its HDMI port.  How can I make it work?

    Could be a bad cable or bad Thunderbolt port.
    You have 90 days of free telephone support on a new device. You can call them at 1-800-MY-APPLE. Have your Mini's serial number handy
    You can also make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • My Zoom in Gesture Doesn't Work on Safari How can i make it work?

    I just bought a mac book pro 2011 and i know that the zoom in gesture used to work on safari at first but it doesnt anymore how can i make it work again?

    So it does not work at all in Safari?  Do you have any other web browsers installed that you could test it out on to see if it is just acting up with Safari?

  • I cannot access to my iTunes on my computer via my Apple Tv, but it works with my daughter's macbook, how can I make it work with my pc?

    I use to be able to access all my music and videos on my iTunes  via my Apple TV, but since a few months it hasn't work. My daughter tried with her computer and apple ID and it worked, but I want my Library to be accessible. I tried starting it over, rebooting it, but nothing seems to be working.
    How can I make it work?
    Thank you!

    Check firewall and any security software installed on your system. Toggle off/on home sharing on your computer.

  • How can we get ADFSecurity work when used in OC4J, OID and OAM?

    I am getting error in http server log "mod_oc4j: Response status=499 and reason=Oracle SSO, but failed to get mod_osso global context."
    But I am not using Oracle SSO and my client doesn't want to use it either, I am using OAM SSO(CoreIDSSO) in my configuration. Please read the details below.
    I am using ADFSecurity in an app that is protected by OAM. To migrate ADFSecurity permissions from
    system-jazn-data.xml to OID, I used JAZNMigrationTool to populate OID with Grantees and Permissions. OAM gives login page, and authentication works fine.
    But ADFSecurity is not working. ADFComponent Delete button is enabled even for roles that dont have permissions for the iterator delete.
    - The app works fine when I use without OAM. ADF Security permissions work fine.
    - The app works fine when used with OAM, but with ADFSecurity disabled (enforce=false).
    - When I enforce ADFSecurity alongwith OAM, ADFSecurity is not working.
    In the doc "Oracle Containers for J2EE Security Guide b28957", there is a mention of use of CoreIDPrincipal for permissions. Our OID Permissions entries show
    LDAPRealmRole for attribute orcljaznprincipal. I am not sure if this could be the reason.
    We have configured AccessServerSDK for the SOA instance and have policy for the urls in the policy manager. We have entries in orion-application.xml, orion-web.xml and system-jazn-data.xml as per the documentations.
    How can we get ADFSecurity work when used with OID and OAM?

    Have you been able to successfully integrate OAS with OAM & OID? We have similar requriement and so far we have not been able to get it working.
    We have application specific roles which we map to OID roles using orion-application.xml.
    Any pointers to achieve this would be greatly appreciated.
    thanks,
    Dipal

Maybe you are looking for

  • What's New in Pacman 2.6.2?

    I am always curious about new releases and wonder if the freezing/segmentation fault bug was fixed in Pacman 2.6.2?  This seemed to be a bit of a silent update, seeing as the past two versions of pacman were described on the news portion of the main

  • Sequence of execution

    Hello to every body I need to know about sequence of execution in a select command. I have a sql command that use a function.some thing like: select id, function(item) from tbl where conditions... I want to know that if my function on item execute be

  • Flash content in local webpages is displayed in small size afther windows 7 update.

    Since the latest update of Windows 7 / IE explorer 10 flash content in local webpages is displayed very small in internet explorer. To see the normal size I have to zoom in till 350 %. This occurs on two different laptops. Both have the most recent u

  • Ipad 4 updating to ios 8.1 - stuck on black screen with logo no progress bar

    So, I downloaded the update for 8.1 on my ipad 4 and trying to install it and I notice it is just the black screen with apple logo. There is no progress bar. Occasionally the ipad screen shuts itself off and then back on. It almost seems like it is w

  • Can't download attachements on yahoo mail using firefox. IE will open them

    Can't download attachments on yahoo mail using firefox. IE will open them == This happened == Every time Firefox opened == 5/4/2010