Intersection Shuttle and JhsTabbedChildrenTemplate compatibility

Hello JHS Team,
I am using the document titled "Building J2EE Applications with Oracle JHeadstart for ADF".
I am interested in the section "Step 5: Customize Generation Templates" which illustrates using "JhsTabbedChildrenTemplates.jtp" template.
I have successfully used this template *** except *** when using the "intersection-shuttle".
So far, no mater what I do, the "intersection-shuttle" does *** not *** exclusively display on its own tab.
To be more explicit; I have 4 other tabs that are properly displayed, that is, they are mutually unique. When the "intersection-shuttle" is introduced into this existing structure, it shows up with each of the 4 other tabs.
What's up with this behavior and what can I do to get it to behave as expected? It's supposed to show up only on the Tab it is associated with.
Thanks,
BG...

Bill,
The tabbed children templates are shipped as an example, and the sample only includes a tabbedTableGroup.jut to display children with layout style table on a tab.
To display a child group with a different layout on a tab, a separate .jut file is required. To get your shuttle displayed on a tab, you should:
- make a copy of shuttleChildGroup and name it something liked tabbedShuttleGroup
- add the "rendered" property to the <header> element in this template as follows:
<header id="$GROUP_NAME$Header" text="$NLS_GROUP_TAB_NAME$" rendered="${ui:cond('$GROUP_NR$'=='1',param.selectedTab==null or param.selectedTab=='' or param.selectedTab=='1',param.selectedTab=='$GROUP_NR$')}">
- add this template to JhsTabbedChildrenTemplates.jut:
shuttleChildGroup=template/tabbedShuttleGroup
- generate your app
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Intersection Shuttle: wrong row deleted

    JHS 10.1.3.1.26
    I created an intersection shuttle and noticed that when I removed for example the 5th row in the shuttle and saved that mutation (delete row from intersection table), in fact the first row (from the viewobject) was deleted.
    I found that method "processUnselectedIntersectionShuttleRow" in class "JhsApplicationModuleImpl" does the job.
    Should there be a "intersectionVo.executeQuere()" between the lines
    intersectionVo.applyViewCriteria(vc);
    Row intersectionRow = intersectionVo.first();
    Frank

    Frank,
    That's correct, we already fixed this for the next release.
    Steven Davelaar,
    JHeadstart Team.

  • Intersection-shuttle not working

    Hi,
    I am using JHeadStart 10.1.3. i displayed detail records in sub tab of parent form page as intersection-shuttle.
    Shuttle is displaying results correctly. But after moving some results fom left to right and clicking on Save button, i am getting "No changes to Save" message instead of saving the results.
    Please any one help me on this?
    Regards,
    A V G K Raju

    I have the same issue after following the intersection-shuttle example in the JHS developers guide.
    I downloaded the hr demo application, but only found a parent-intersection example. not necessarily helpful for an intersection-shuttle.
    I would like to try and restart this thread. Any one out there have ideas.
    It seems as if the underlying VO does not know it has been modified. This is the case for adding rows or removing rows from the list.
    Thanks,
    Jim
    JDEV 10.1.3.4.0.4270 JHS 10.1.3.3.81
    Edited by: 170412 on Aug 7, 2009 2:50 PM

  • JHeadstart Version 10.1.2.0 Intersection Shuttle Trailing won't update

    I'm new to JHeadstart and think it is a great time saver, that is until you run into problems. I've been trying to figure out for quite some time now why the trailing listbox for my Intersection Shuttle won't update. I have confirmed that the database is being updated properly, the intersection table has the rows that should be displaying in the trailing listbox. The leading listbox is being updated correctly, the items I move over to the trailing listbox no longer appear in the leading listbox. But the trailing listbox always stays empty. Will someone please give me some pointers that I can use to try and figure out what's going on.
    Thanks,
    Rick

    Steven,
    Here is a snippet from the log. This is after moving one item from the leading list to the trailing list, then clicking the save button:
    11:46:52 DEBUG (JhsActionServlet) -Request class: com.evermind.server.http.EvermindHttpServletRequest
    11:46:52 DEBUG (JhsActionServlet) -Request URI: /MemberTop/EobSubmissionFiles.do
    11:46:52 DEBUG (JhsActionServlet) -Request Character Encoding: windows-1252
    11:46:52 DEBUG (JhsActionServlet) -Parameter EobGenerationSet3:trailing:items: UNSELECTED:589456;
    11:46:52 DEBUG (JhsActionServlet) -Parameter VB_EobSubmissionFilesTotalMembers:
    11:46:52 DEBUG (JhsActionServlet) -Parameter queryOperatorNonString: is
    11:46:52 DEBUG (JhsActionServlet) -Parameter EobGenerationSet3:trailing: UNSELECTED:589456
    11:46:52 DEBUG (JhsActionServlet) -Parameter pageTimeStamp: 1147283105872
    11:46:52 DEBUG (JhsActionServlet) -Parameter eventValue:
    11:46:52 DEBUG (JhsActionServlet) -Parameter createMode: true
    11:46:52 DEBUG (JhsActionServlet) -Parameter queryOperatorString: startsWith
    11:46:52 DEBUG (JhsActionServlet) -Parameter hasChanges: true
    11:46:52 DEBUG (JhsActionServlet) -Parameter multiRowUpdateEvent:
    11:46:52 DEBUG (JhsActionServlet) -Parameter caseSensitiveQuery: false
    11:46:52 DEBUG (JhsActionServlet) -Parameter VB_EobSubmissionFilesDateSubmitted:
    11:46:52 DEBUG (JhsActionServlet) -Parameter EobGenerationSet3:leading:items: UNSELECTED:589424;UNSELECTED:591922;UNSELECTED:590247;UNSELECTED:592051;UNSELECTED:590274;UNSELECTED:587362;UNSELECTED:593525;UNSELECTED:590144;UNSELECTED:589553;UNSELECTED:591517;UNSELECTED:591727;UNSELECTED:592222;UNSELECTED:587430;UNSELECTED:587535;UNSELECTED:565268;UNSELECTED:587436;UNSELECTED:589445;
    11:46:52 DEBUG (JhsActionServlet) -Parameter VB_EobSubmissionFilesFileid: EOBX0120060510002
    11:46:52 DEBUG (JhsActionServlet) -Parameter VB_EobSubmissionFilesUpdatedBy:
    11:46:52 DEBUG (JhsActionServlet) -Parameter event: Commit
    11:46:52 DEBUG (JhsActionServlet) -Parameter VB_EobSubmissionFilesDateUpdated:
    11:46:52 DEBUG (JhsActionServlet) -Parameter VB_EobSubmissionFilesFileStatus:
    11:46:52 DEBUG (RequestUtils) -Get module name for path /EobSubmissionFiles.do
    11:46:52 DEBUG (RequestUtils) -Module name found: default
    11:46:52 DEBUG (RequestProcessor) -Processing a 'POST' for path '/EobSubmissionFiles'
    11:46:52 DEBUG (RequestProcessor) - Setting user locale 'en_US'
    11:46:52 DEBUG (RequestProcessor) - Looking for Action instance for class oracle.jheadstart.controller.strutsadf.action.JhsDataAction
    11:46:52 DEBUG (RequestProcessor) - Returning existing Action instance
    11:46:52 DEBUG (JhsDataAction) -Executing action /EobSubmissionFiles
    11:46:52 DEBUG (JhsDataAction) -lastIssuedPageTimeStamp set to: 1147283212205
    11:46:52 DEBUG (JhsDataAction) -Found existing searchBean for EobSubmissionFilesUIModel
    11:46:52 DEBUG (JhsDataAction) -Stored searchBean for EobSubmissionFilesUIModel on request
    11:46:52 DEBUG (JhsDataAction) -ViewObject EdEligibilityGenerateViewLookup: bind parameter values have not changed
    11:46:52 DEBUG (JhsDataAction) -Commit event found in request, multi-row update executed
    11:46:52 DEBUG (JhsDataAction) -Executing action binding processIntersectionShuttle
    11:46:52 DEBUG (JhsDataAction) -executing onCommit
    11:46:52 DEBUG (JhsDataAction) -Refreshed shuttle iterator binding EobGenerationSet3Iterator
    11:46:52 DEBUG (JhsDataAction) -Refreshed shuttle iterator binding EdEligibilityGenerateLookupIterator
    11:46:52 DEBUG (JhsDataAction) -ViewObject EdEligibilityGenerateViewLookup: bind parameter values have not changed
    11:46:52 DEBUG (JhsDataAction) -Storing table binding factory under key jhsTableBindings on request
    11:46:52 DEBUG (JhsDataAction) -Forward set by parameter property returned: /WEB-INF/page/EobSubmissionFiles.uix
    11:46:52 DEBUG (RequestProcessor) -processForwardConfig(ForwardConfig[name=null,path=/WEB-INF/page/EobSubmissionFiles.uix,redirect=false,contextRelative=true])
    =====================================================
    I don't know if this helps, but it might.
    Thanks,
    Rick

  • Intersection Shuttle

    Hi,
    I have implemented an intersection-shuttle with JHS following the Oracle JHeadstart 10g for ADF Release 10.1.3. It works fine, but when I try to delete a selected row, it disappears of the list but not of the database.
    Any suggestions?

    Am I right that you want to delete a row in the intersection table, by shuttling it from the selected list to the unselected list and clicking Save?
    Enable the ADF Business Component Diagnostics (see http://download.oracle.com/docs/html/B25947_01/bcquerying005.htm#CHDBBEEB), and check which update/delete commands are sent to the database. Maybe that helps to identify what happens.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • I have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3

    i have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3.
    the problem is best explained on the following one - page thread: 
    https://discussions.apple.com/thread/3951518?start=0&tstart=0
    (Clearly i'm not alone in this problem, although i think i figured out what's going wrong a little more than he did...read on!)
    his solution, to put mainstage in jump mode, is very unsatisfactory to me, as it bounces all of a sudden to drastically different settings.
    basically, my analysis is that my controller is NOT receiving MIDI date from mainstage.  in other words, mainstage knows what my controller is doing, but my controller doens't know what mainstage is doing.
     let's say i turn the knob all the way to the right ... 127...and the virtual fader goes to the right like it's supposed to. 
    now...next...let's say i change to a different patch, where that same VIRTUAL fader is not at the max clockwise position..maybe it's only at 1pm.  now when i turn the physical knob to the RIGHT, the midi data is still at 127 on the controller!  it didn't "reset" to sync up with the new level (say 80 or so) setting on the new patch.  so i can't increase that new setting of 80 by continuing to turn the knob to the right.  i have to turn it all the way to zero,...and then continue PAST zero until the controller thinks that IT is at 0...at that point the controller and mainstage are in agreement, and things work fine....so bascially, the keyboard thinks the level is at max...but mainstage thinks the level is at 1pm.
    i am using Logic 9, and i have a macbook pro 2.9 Ghz I7 with 8 gigs of memory and OS X 10.8.4

    Hi Josh,
    Thanks for taking the time to contact us here a Novation for technical support. Lets continue to correspond via email so we can get your issue resolved.
    Thanks.
    Mike Towns

  • How can I get the Microsoft enhanced Point and Print compatibility driver installed on Win7 LC master?

    We recently migrated from a Windows Server 2003 to Windows Server 2012 print server. When recomposing a linked clone pool with the old 2003 server, drivers were taken care of for the printer when the user printed for the first time after desktop recompose. With 2012, any printer using the Point and Print driver doesn't seem to obtain the driver again from the 2012 server. All of our clients are running Windows 7 which means the Microsoft enhanced Point and Print compatibility driver is not installed in the OS natively.
    I apparently need to figure out a way to get this installed on the host image so it trickles down to snapshots when recomposing the linked clone pool but I haven't been able to dig much information on doing this. Does anyone out there have any insight on how to accomplish this? If I recompose a pool now for a user who is using a new Point and Print driver, they get the following message that is resolved by removing the printer from their account and re-adding it:
    "The 'Microsoft enhanced Point and Print compatibility driver' printer driver is not installed on this computer. Some printer properties will not be accessible unless you install the printer driver. Do you want to install the driver now?"
    I figured the easy solution would be to just install a printer using the Point and Print driver and then remove it...leaving the driver behind (unless it cleaned up after itself). The problem with this is in my testing, even after removing and re-adding a printer that set off installation of this Point and Print driver on the client, any other printer that was using it still required the remove/re-add process in order to work, else I got the same message. That tells me that the driver may be custom for each printer installed?
    Color me a little confused. I do NOT like the way that Server 2012 handles printers. I've come across a few other issues as well (such as duplex capabilities not being remember on the print server for a printer) that I never had with the 2003 server.
    Thanks!!

    I was able to get it to work using your instructions off of here and your other thread
    Thank you!
    Chris
    http://social.technet.microsoft.com/Forums/en-US/864553c2-c8ff-49d2-bd48-eb7b47381111/windows-2012-print-server-problem-with-xp-clients?prof=required

  • IPhoto 6 and Camera Compatibility

    I recently upgraded my OS to 10.5.8 from 10.4... I know very late. I had no intention until the upgrade to my iPhone 3GS required it. Regardless, I am running IPhoto 6.0.6 and it has worked fine. I own a Canon T1i EOS Rebel digital camera. Up until the conversion to Leopard, I would plug the camera into the port and iPhoto would open up and transfer the pics without an issue. Today, I tried to upload pictures, the USB cord was secure on both sides and nothing happened. I turned the camera on and off twice to see if by starting it up connected would change things, nothing did. I ensured that the battery is charged in the camera and that the sleep setting was not tampered with thus not allowing it to transfer.
    I am suspicious about the upgrade to Leopard causing this incompatibility issue with my camera. When I did a search on the apple website, the page about iPhoto 6 and camera compatibility is a dead link. So a couple of questions if someone would be kind enough to help me out with:
    1) Is the import of pictures not occuring because of an incompatibility issue between my camera and iPhoto 6 suddenly? Or is incompatibility between 10.5.8 and iPhoto 6?
    2) What is the best solution? Upgrade to iLife '11? Or will that require upgrading to Snow Leopard as well? Or is it better to buy the $129 bundle of Snow Leopard, iLife and iWork for compatibility issues?
    3) Lastly, is there a webpage on apple that shows these compatibility issues? For instance, if I upgrade one thing in the future, all the other software suites that need updating as well?
    Thanks in advance to whomever can help me.
    Cheers,
    -Tod

    1) Is the import of pictures not occuring because of an incompatibility issue between my camera and iPhoto 6 suddenly? Or is incompatibility between 10.5.8 and iPhoto 6?
    Neither. The usual cause for this issue can be a damaged plist file, a setting on the camera or Mac or minor directory damage on the card.
    Plist file: Can you access the card with Image Capture (in your Applications Folder)? If so, you might try trash the iPhoto plist file, if not try trash the Image Capture plist file as well.
    Settings: What's set to happen when you connect the camera? With iPhoto 6 that's in the Image Capture. Your camera has two modes for talking to the Mac: Mass Storage and PTP. What one are you set to? Try the other one.
    Directory Damage: Have you tried using a USB Card Reader? Can the Mac see the card in that?
    Regards
    TD

  • Highlights the whole shuttle and starts scrolling down the shuttle

    Hi,
    I created a shuttle on a page and when I submit the page, which right now has no processes executing, automatically it highlights the whole shuttle and starts scrolling down the shuttle and then goes to a Page Not Found.
    I have a branch to this same page.
    What is going on.. ?
    Bill

    There is a limit of 2000 records (as far as my experience says). Over 1000 could also be over 2000.
    Try to press the save button here:
    http://apex.oracle.com/pls/otn/f?p=31517:166
    Do you get the same kind of error or something different?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Info regarding Diswarrior 4 and Leopard compatibility

    I emailed Alsoft regarding Diskwarrior 4 and Leopard compatibility. Here is the response I got.
    +DiskWarrior 4.0 will successfully rebuild a disk that has Mac OS X 10.5+
    +Leopard installed or a disk that has been attached to a computer running+
    Leopard.
    +However, some operating system functionality has changed within Leopard+
    +itself. As such, there are some compatibility issues when running an+
    +installed copy of DiskWarrior 4.0 while started up from Mac OS X 10.5+
    +Leopard. Alsoft currently recommends that you do not run DiskWarrior 4.0+
    +while the computer is started from Mac OS X 10.5 Leopard.+
    +Instead, to run DiskWarrior, you should start up the computer from either:+
    +1) A DiskWarrior 4.0 CD.+
    +2) Any disk that starts up in 10.4.x and then run DiskWarrior 4.0.+
    +An updated version of DiskWarrior that has complete Leopard+
    +compatibility will be released soon as a free download for existing+
    +owners of DiskWarrior 4.0.+
    +-- What you can expect when running DiskWarrior 4.0 under Mac OS X+
    +10.4.x and rebuilding a Leopard disk.+
    +All features work as expected with one exception: FileVaults created+
    +while started from Leopard are not visible to DiskWarrior 4.0 and cannot+
    +be rebuilt (repaired).+
    +-- What you can expect when running DiskWarrior 4.0 under Mac OS X 10.5+
    +and rebuilding a Leopard disk.+
    +While not recommended (and discouraged), if you do run DiskWarrior 4.0+
    +while started from Mac OS X 10.5 you might encounter some problems such as:+
    +1) There is a lengthy delay whenever DiskWarrior is determining which+
    +drives are currently attached. This delay is dependent upon the number+
    +of attached drives and may last up to 2 or 3 minutes. You will+
    +experience this delay when first starting DiskWarrior, whenever a disk+
    +is attached or detached while DiskWarrior is running but idle, and+
    +whenever a rebuild is completed or canceled.+
    +2) You cannot rebuild FileVaults or disk images.+
    +3) In step 9 (comparing directories) of a rebuild, the progress bar+
    +might get to 100% even though the comparison step is not finished.+
    +4) When performing Check All Files and Folders the progress bar might+
    +get to 100% even though the check is not finished.+
    +5) After rebuilding a disk, DiskWarrior may report that some files or+
    +folders have had their permissions changed. This is inaccurate and the+
    +permissions have not been changed.+
    +To repeat, an updated version of DiskWarrior that has complete Leopard+
    +compatibility will be released soon as a free download for existing+
    +owners of DiskWarrior 4.0.+
    +-- What about DiskWarrior 3?+
    +DiskWarrior 3 and earlier versions are not compatible with Mac OS X 10.5+
    +(Leopard). Alsoft does not recommend running DiskWarrior 3 or earlier on+
    +a disk that has Mac OS X 10.5 Leopard installed or a disk that has been+
    +attached to a computer running Leopard.+
    +-- Marc+
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    +Marc Moorash, Alsoft Technical Support+
    +Email: [email protected]+
    So, it seems it will work but you need to run it from the disk or if you have it installed on a external drive running Tiger, it will work.
    Thom

    If you open your Tiger Address Book, select all cards, drag them to the desktop, it will make one big "mega-VCF" card with a name like "Alan Adams and 543 others.vcf" Dump that to a flash drive or email it to yourself, then doubleclick on it on the Leopard machine. They will all import just fine into your Leopard Address Book.
    Try doing something similar with your iCal data, Open the application, choose your calendars one at a time, and select File > Export. That should make a big "mega-ics" calendar card with a name like "work.ics" or "home.ics, i.e., "originalcalendarname.ics" with all the events of that calendar. Then same drill: dump that to a flash drive or email it to yourself, then doubleclick on it on the Leopard machine.
    Both generation methods create text files, which should import just fine into the Leopard applications.

  • Seagate ST9750420AS HDD and W700ds compatability issue

    There seems to be a compatability issue with the Seagate 750GB drives (ST9750420AS) and the W700ds (and possibly other W series notebooks).
    With the controller set to RAID in BIOS Windows 7 and possibly other OSs can not access the HDDs. This configuration results in a 7B "inaccessable boot device" error BSOD.
    Testing revealed only the ST9750420AS with FW 0001SDM5 (the only FW avaible) results in the 7B BSOD regardless of the RAID driver version installed. I have not phiscally removed the Turbo memory device to see if it plays a role in the problem or not.
    The W700ds (2757) system I have available to test is compatable with the following Seagate (drives with various FW versions):
    ST9160823ASG
    ST9500325AS
    ST9500420ASG
    ST9500420AS
    ST9640320AS
    These were tested with Widows XPP 32bit, Windows 7 64bit and Linux 64 bit, these were tested in both RAID and non RAID configurations.
    And not compatable with:
    ST9750420AS, tested with Windosw 7 x64 in RAID configuration.
    Any comments, corrections or resolution welcom.
    Thanks
    JMG

    Hi Jamessts,
    Welcome to the HP Forums!
    I have read your post on installing your HDD to your HP computer, and I would be happy to be of assistance!
    To determine your product specifications, I will need to know what the Product and Model Number of your desktop is. The next piece of information I will need is the version of Windows you have on your computer.
    Since you stated that the HDD works in another computer, I suggest following this resource: "Windows could not complete the installation..." solved by MarkBeacom. This should help in setting up your HDD for use on your computer.
    Please post back with the results of your troubleshooting, and I will diligently follow up with you!
    Cheers
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • [solved] Dependency hell with redland and redland-compat

    It seems that redland and redland-compat are in conflict, but both are required.
    I notice that the installed version of redland-compat provides redland, but the new version does not.
    $ pacman -Qu
    redland-compat 1.0.12-1
    skype 2.1.0.81-5.1
    $ sudo pacman -Su
    :: Starting full system upgrade...
    warning: skype: ignoring package upgrade (2.1.0.81-5.1 => 2.2.0.25-1)
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: audacity: requires redland
    :: libreoffice: requires redland
    $ sudo pacman -S redland
    resolving dependencies...
    looking for inter-conflicts...
    :: redland and redland-compat are in conflict. Remove redland-compat? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: redland-compat-storage-virtuoso: requires redland-compat
    :: soprano: requires redland-compat
    Last edited by jlindgren (2011-04-28 03:41:39)

    sl1pkn07@sL1pKn07 pacman.d]$ yaourt -S redland
    Contraseña:
    resolviendo dependencias...
    verificando conflictos...
    Objetivos (2): rasqal-0.9.25-1 [0,22 MB]  redland-1.0.13-1 [0,18 MB]
    Tamaño total de descarga:   0,00 MB
    Tamaño total instalado:   3,44 MB
    ¿Continuar con la instalación? [S/n] s
    (2/2) verificando la integridad de los paquetes                                                                                                [---------------------------------------------------------------------------------------] 100%
    (2/2) verificando conflictos entre archivos                                                                                                    [---------------------------------------------------------------------------------------] 100%
    error: error al realizar la transacción (archivos en conflicto)
    redland: /usr/lib/librdf.so.0 existe en el sistema de archivos
    redland: /usr/lib/librdf.so.0.0.0 existe en el sistema de archivos
    [sl1pkn07@sL1pKn07 pacman.d]$ yaourt -Qo /usr/lib/librdf.so.0
    /usr/lib/librdf.so.0 es propiedad de redland-compat 1.0.12-3
    [sl1pkn07@sL1pKn07 pacman.d]$
    sorry. menssage in spanish

  • RosettaNet and its Compatability with C-folders

    Can I please get some info about RosettaNet and Its compatability with C-folders....
    its urgent
    regards
    jay

    I would imagine since SEEBURGER is involved in integration solutions
    <i>For 20 years, SEEBURGER has been the expert in SAP business integration. More than 1,200 SAP customers both large and small – utilize our B2B/EDI solutions and expertise to connect with their applications and trading partners.</i>
    http://www.seeburger.com/index.php?id=sap&no_cache=1&sword_list[]=SAP
    Unfortunately I have no way of testing but perhaps someone will see the new activity in the thread and pop in.

  • Backwards and upwards compatibility on essbase, EAC and Analyzer

    we have running essbase/analyzer/EAC 7.1 environment and a running essbase/planning 9.3.1 environment.
    It occurs to us that modifying the 9.3.1 environment with the EAS7.1 tool results in a essbase crash (without any information in the essbase log files).
    Is there any information for essbase about upwards and backwards compatibility from 7.1 and 9.3.1.
    Message was edited by:
    Detlev

    In addition to Nathan's comments this would be a platform that Oracle hasn't regression tested. So even if it were to appear to work if you encountered an issue Oracle would be justified and asking you to re-create the same issue on a supported platform.
    In my opinion if this is a production application this is a risk you should not take.
    If you are playing with an internal environment and want to learn more about Win2K8 that's one thing. Realizing most folks will give you the "It's not supported line" when you start asking why EPMA, FDM, and HFM do not work with IIS 7.x
    Regards,
    John A. Booth
    http://www.metavero.com

  • Shuttle and AJaX

    Hello all,
    I have an interesting issue to do with population of a shuttle in 3.1 using AJaX. The session state of selected items is what's causing me dramas, details as follows:
    The left side of the shuttle is populated according to a series of cascading select lists with an optional 'filter' checkbox on each. So every time the value of a select is changed or a checkbox checked/unchecked the ajax process is fired to repopulate the list accordingly.
    My Javascript is:
    function get_ITEMS(){
    var l_Count = 0
    var l_Return = null;
    var l_Select = $x('P2_ITEMS_LEFT');
    var get = new htmldb_Get(null,$v('pFlowId'),
    'APPLICATION_PROCESS=BUILD_ITEMS_SEL',0);
    get.addParam('x01',$v('P2_PRODFILTER'));
    get.addParam('x02',$v('P2_WORKFILTER'));
    get.addParam('x03',$v('P2_COREFILTER'));
    get.addParam('x04',$v('P2_PRODUCT'));
    get.addParam('x05',$v('P2_WORK_TYPE'));
    get.addParam('x06',$v('P2_CORESYSTEM'));
    get.addParam('x07',$v('P2_DISCIPLINE'));
    gReturn = get.get('XML');
    if(gReturn && l_Select){
    l_Count = gReturn.getElementsByTagName("option").length;
    l_Select.length = 0;
    for(var k=0;k<l_Count;k++){
    var l_Opt_Xml = gReturn.getElementsByTagName("option")[k];
    appendToSelect(l_Select, l_Opt_Xml.getAttribute('value'),
    l_Opt_Xml.firstChild.nodeValue)
    get = null;
    and the application level process BUILD_ITEMS_SEL is:
    DECLARE
    v_doprod varchar2(3);
    v_dowork varchar2(3);
    v_docore varchar2(3);
    v_prod varchar2(30);
    v_work varchar2(30);
    v_core varchar2(30);
    v_disc varchar2(30);
    BEGIN
    v_doprod := wwv_flow.g_x01;
    v_dowork := wwv_flow.g_x02;
    v_docore := wwv_flow.g_x03;
    v_prod := wwv_flow.g_x04;
    v_work := wwv_flow.g_x05;
    v_core := wwv_flow.g_x06;
    v_disc := wwv_flow.g_x07;
    owa_util.mime_header('text/xml', FALSE );
    htp.p('Cache-Control: no-cache');
    htp.p('Pragma: no-cache');
    owa_util.http_header_close;
    htp.prn('<select>');
    FOR rec IN (
    SELECT distinct(item) as "ITEM"
    FROM TBL_ROVE_GRADINGS
    WHERE bus_unit = :P2_BUSUNIT
    AND discipline = v_disc
    AND ((product = v_prod or product = 'all') or v_doprod = 'No')
    AND ((work_required = v_work or work_required = 'all') or v_dowork = 'No')
    AND ((core_system like '%'||v_core||'%' or core_system = 'all') or v_docore = 'No')
    order by item asc
    LOOP
    htp.prn('<option value="' || rec."ITEM"|| '">' || rec."ITEM"|| '</option>');
    END LOOP;
    htp.prn('</select>');
    END;
    This all works perfectly well. I can change my cascading selects, select items, refilter and select other items, the AJaX does its lovely stuff and I've got beautiful process flow. I can have the right-hand side populated from multiple different left-hand lists according to filtering choices.
    The problem is when I need to have the selected items remembered in session state. If I navigate away and then return my left-side has retained its session state (it's rebuilt onload from the currently selected cascading select values) but the right-hand side is blank.
    I've got a nasty suspicion that the core of the issue is because the left side may no longer have the values that the right-side session state is looking for to mark as 'selected'.
    Essentially, what I need is a solution that will 'force' the right-side to have the values previously selected for various filtered choices in the left.
    Any thoughts?
    Thanks :D

    Hello Frank,
    >> If I navigate away and then return my left-side has retained its session state
    I’m assuming that “navigate away” means redirecting from the page (without submitting it). In this case, the session state of the page is not saved, and none of the AJAX components you are using save it either, so you are left with a session state that represent page loading time.
    The addParam() method doesn’t save state. You should use the add() method, which do set session state. For example
    get.add(' P2_PRODFILTER',$v('P2_PRODFILTER'));This will save the session state for all your select lists. Of course, you will have to change the on-demand process accordingly.
    The second thing is to handle the shuttle value. You need to remember that for the APEX engine, a shuttle value is a colon-delimited string. You should generate this value in your on-demand process, and use the APEX_UTIL.SET_SESSION_STATE procedure to save it into session state. If you anticipate that this value will include options that don’t exist on your shuttle left side (left is relative, so let’s say your source column) you should set the LOV option of “Display Extra Values” to Yes.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

Maybe you are looking for

  • Sub:Filtering is not working in ALV Grid

    Hi All, I developed a new ALV report,where in the out put i can set filtering for other columns(ex:Date,Number),but i can'nt able to set Filtering for one of the column which is CHAR type. But when we went to table for this field filtering is working

  • Early 2008 24" imac ram upgrade issues

    Hi everyone.  Hope you guys can help diagnose a problem I have with my imac. It's an early 2008 24" imac with 3.06 Ghz processor and an NVIDIA Geforce 8800 GS 512 graphics card. After buying Empire: Total War I thought it best to upgrade the 2GB RAM

  • HT5007 There is a piano player on the iPad mini advert, can anyone please tell me where can I find the app for this?

    Hello everyone. Just using the iPad for the first few weeks. So still learning. I want to know which app is shown on the iPad mini advert? Looks like a nice tool to learn to annoy the girlfriend.

  • All of a sudden, I can't load Microsoft Word,

    The error message says that i need to check if Word works with this version of Mac OS X ... but Excel and PP ok and Word was fine yesterday?! I just noticed that the W icon on my bar was missing ... haven't had any problems with this before......Any

  • Missing table (jdo_sequencex)

    Hi! Have a strange problem - hope you can help me: The Stage: to control access to several resources i want to have ACLs. Therefore i implemented the java.security.acl.Acl interfaces. All persitent classes were correctly enhanced and are working fine