Dynamic tabs template version

Does JHS 11.1.1.3.35 use the Oracle Dynamic Tabs Page Template 1.02 patch? Or do I have to install that separately?

We use some classes, not the actual classes.
In the upcoming JHeadstart 11.1.1.4 and JHeadstart 11.1.2 releases, we will no longer use anything of Oracle Dynamic Tabs Page Template, we have written a better and more feature-rich implementation.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Dynamic Tab Template : Use Menu Navigation Across Multiple Applications

    Hi
    I have the following use case and would appreciate help.
    Our client has multiple applications which they need integrated into a single home page. I am using the dynamic tab template as my home page with multiple panel boxes containing application specific menus. I need to be able to create a tab from any application via the menu.
    My strategy is to use bounded task flows in the various applications, but I am not 100% sure on how to do it. The applications would also contain multiple task flows, so I would then need to be able to paramatise the task flows so that it can execute the correct flow case.
    Thanks.
    Leon.

    Hi Sireesha
    I can access the remote task flow from the menu using the action listener. When I use a managed bean to add a new tab using the task flow it fails with;
    <RegistrationConfigurator><handleError> Server Exception during PPR, #1
    java.lang.NullPointerException
    The managed bean method to add the tab and execute the task flow is;
    private void startActivity(String title, String taskid, boolean isNew) {
    try {
    if (isNew) {
    TabContext.getCurrentInstance().addTab(title, taskid);
    } else {
    TabContext.getCurrentInstance().addOrSelectTab(title, taskid);
    } catch (TabContext.TabOverflowException e) {
    System.out.println("");
    Where title is the tab title and taskid is the task id in format TaskFlowName.xml#TaskFlowID.
    Thanks.

  • Using Dynamic Tabs in 11gR2 doesn't seem to work.

    Hi there,
    I'm trying to use the Dynamic Tabs Template in an ADF 11.1.2.3 application using JHeadstart 11.1.2.1.28.
    According to the developerguide section 9.3.1. (Enabling Dynamic Tabs) it should be rather easy to do this.
    Set PageTemplate to : /common/pageTemplates/JhsDynamicTabsPageTemplate
    Set datacontrolscope to : Isolated
    Set Default group Usage to : Region with Page Fragments.
    Set Default group Region Access to : Common UI Shell Page.
    I use facelets as viewtechnology.
    Generating the application works fine.
    Running the application results in an error at startup :
    Error 500--Internal Server Error
    java.io.FileNotFoundException: /common/regions/DynamicTabs.jsff Not Found in ExternalContext as a Resource
    The pagetemplate can't find the reference. The file is nowhere near /common/regions/DynamicTabs.jsff. I actually cannot find it at all.
    I can reproduce this behavior on two different workstations.
    All of the above works smoothly in 11gR1.
    I think it's a bug, at least it looks like it.
    What do you think ?
    Regards Luc

    Hi Steven,
    it is time for "Ripley's believe it or not" I guess....
    I am definitely able to reproduce the behavior.
    1) Create new ADF fusion webapp
    2) Create new ADF BC.
    2a) Connection = HR.
    2b) create EO, VO for Employees and Departments and also create default AM.
    No adjustments, everything default.
    3) Refresh Datacontrol palette to have new DC available
    4) Enable JHeadstart on ViewController project
    5) Create new Service Definition. Accept all the defaults.
    6) Go to application Definition and make the following adjustments
    6a) Set PageTemplate to : /common/pageTemplates/JhsDynamicTabsPageTemplate
    6b) Set datacontrolscope to : Isolated
    7) Apply, Save all and generate.
    During generation the /common/regions/DynamicTabs.jsff is not added to the project.
    Running the new application results in
    Error 500--Internal Server Error
    java.io.FileNotFoundException: /common/regions/DynamicTabs.jsff Not Found in ExternalContext as a Resource
    Versions :
    ADF 11.1.2.3
    JHeadstart 11.1.2.1.28
    Windows 7 64bit
    And I also have the OraFormsFaces extension installed. Could that be causing the problem ??
    I do not use it in this project, but the fact that it is there and that it is available as in the New gallery ....--> JHeadstart --> JHeadstart OFF Generator indicates that OFF does influence JHS in some way ?
    Regards
    Luc
    Edited by: lucbors on Jan 18, 2013 7:17 PM

  • Dynamic Tab shell 12C version

    Hi all,
    I am using JDeveloper 12C (12.1.2.0.0).
    I would like to know whether there is a dynamic tab shell 12C version available and if available, from where i can download the source of it.
    Thanks in advance,
    Gijith.

    Hi Frank,
         In the link you provided above ( UI Shell - ADF UI Patterns - Dynamic Tabs UI Shell Template Functional UI Pattern ) now I can see that the source zip name has changed to dynamic-tab-shell-src-121200.zip. Is this a modified one that is fully compatible with 12c?
    Gijith.

  • JSF Page Fragment based on Oracle Dynamic Tabs Shell Template

    Hi
    JDeveloper 11.1.1.6
    Can we create a JSF Page Fragment (jsff) based on an Oracle Dynamic Tabs Shell Template ?
    I tried to create this jsff page and added in a bounded taskflow.
    In the create jsff wizard, it will allow us to select the Oracle Dynamic Tabs Shell Template, but when trying to use this taskflow in the another page (jspx), it is giving the following exception.
    javax.faces.FacesException: javax.el.PropertyNotFoundException: Target Unreachable, 'tabContext' returned null
    at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:261)
    at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
    Basically the reason why I am trying to do like this is that I have to simply drop the taskflow in a page as a region.
    The ViewController project code will only be created as an ADF Library Jar File and be used in other projects
    (it will not be deployed as a web application (war))
    More about the requirement:
    I have a BPM Application in which I have 2 ADF ViewController projects, one for only BPM Human Task related UI and another for only ADF functionality.
    I am writing a custom BPM Workspace kind of ADF Application and want the UI to be based on the Oracle Dynamic Tab Shell Template.
    ADF ViewController project is deployed only as a ADF Library Jar file.
    Another advantage I can have is I can test my ADF code within JDeveloper.
    (If I create a jspx page based Oracle Dynamic Tab Shell Template in the BPM Human Task Related UI project, I will not be able to run it in JDeveloper and test it.
    Otherwise I have to deploy to the SOA environment each time I make a change)
    Thanks for any help.
    Sameer

    Hi,
    the dynamic tab shell template can only be used with top level (JSPX) pages (in 12c also with Facelet pages). There is no configuration for templates that would make the JDeveloper IDE to not show the template of the selected page is a fragment.
    Frank

  • [Dynamic Tabs UI Shell Template] Access AM from main page

    Hi
    I am using JDeveloper 11.1.2.1
    I have a doubt about UI Shell Template. I'm using this template and this user data map implementation to store user preferences:
       http://andrejusb.blogspot.com.es/2012/05/solution-for-sharing-global-user-data.html
    I use this solution because I need to share the user language in the view layer and the BC layer (some viewObjects depend of language)
    I have a use case where I need to change the user data map from a managed bean (the user changes your favorite language from UI). Because I use the UI Shell template with several BTF in ADF libraries I don't know how can I access the application modules of these BTFs or the DataControls from the managed bean in the main project that contain the home page based on the UI Shell Template.
    Any suggestion will be appreciated.
    Thank you

    Hi User,
    you need to look for customizing the UI shell template.
    here are few articles may help you to customize the default UI shell template.
    Techie gossip: ADF talk: customize the logo inside Dynamic Tab UI Shell
    Andrejus Baranovskis's Blog: Building Custom UI Shell with ADF 11g R2

  • Dynamic Tab Shell Template - Ctrl+P (Browser Print)

    We have are using dynamic tab shell template and rendering all our pages. The problem now is, that when the user tries to print the page using the regular browser print button or Ctrl + P, only the background (blue color content area see: http://www.oracle.com/technetwork/developer-tools/adf/uishell-093084.html ) screen gets printed in the entire page and none of the other rendered content prints. Print button does not solve our purpose either. So, it would be great if anyone could provide some pointers on what could be the reason that the rendered content is not printing (even in print preview it displays only the blue content)?
    Note: We have already created our default template based on the dynamic tab shell template to get handle to the closeIcon.
    Edited by: 119413 on Feb 21, 2013 5:02 PM
    Edited by: 119413 on Feb 21, 2013 5:16 PM

    Hi,
    never had a problem to perform a print screen using the UI Shell (would have noticed if this didn't work). So there must be some condition under which this happens. Can you download and run the sample for this article and try it with this.? Its using JDeveloper 11g R2
    http://www.oracle.com/technetwork/issue-archive/2012/12-mar/o22adf-1518265.html
    Frank

  • Oracle dynamic tab ui shell template : the rest of page missing

    im new in adf
    hi;
    im using oracle dynamic tab shell which i download it from oracle site.
    my problem is
    i have a page fragment ( two.jsff) and i drag and drop from data controls vo as adf amaster table ,detail table
    when i run the application first.jspx and click the fisrt link the page show me only the fist table , i can not see the second table Unless change the the zoom level in the internet explorer( to make application appearance smaller)
    how to solve this problem.
    i drag and drop vo directly to the panelGroupLayout , should i use panelstretch?
    - some one told me the problem in computer screen resolution ( he say when your create an application ( jdeveloper ) with high screen resolution then take it to other computer and edite the page you will face this problem) is it true.
    thanks

    Hi User,
    you need to look for customizing the UI shell template.
    here are few articles may help you to customize the default UI shell template.
    Techie gossip: ADF talk: customize the logo inside Dynamic Tab UI Shell
    Andrejus Baranovskis's Blog: Building Custom UI Shell with ADF 11g R2

  • Cross tab template for a matrix rdf report

    Hi
        I have a matrix report which displays in text except it continues to displays columns on a new header as the numberof columns are dynamic
    In the text report it displays lke this. Columns are the period. if its more than 5 columns it goes into the next header.
    The number of columns are dynamic.
    Current output
      Period                                May-08    June-08  July-08   Aug-08    Sep-08.
    company    Acct  Category      
    1201         23232  test1         10..0        20.02     3.033    45.999   46.777
                    23245  test2          10..0        20.02     3.033    45.999   46.777
    1202         223232  test13      120..0        20.02     3.033    45.999   46.77
                    23245  test23        110..0        20.02     3.033    45.999   46.777                        
      Period                                 Oct-08    Nov-08 
    company    Acct  Category      
    1201         23232  test1         10..0        20.02    
                    23245  test2          10..0        20.02    
    1202         223232  test13      120..0        20.02    
                    23245  test23        110..0        20.02    
    Desired output
                             Period          May-08    June-08  July-08   Aug-08    Sep-08... .... ...     oct-08 
    company    Acct  Category      
    1201         23232  test1         10..0        20.02     3.033    45.999   46.777                   20.02    
                    23245  test2          10..0        20.02     3.033    45.999   46.777                   20.02    
    1202         223232  test13      120..0        20.02     3.033    45.999   46.77                    20.02    
                    23245  test23        110..0        20.02     3.033    45.999   46.777                 20.02    
    How to display in this format continously in Cross tab Template.
    Could someone help

    Hi
    My xml dta file is not similar to yours though. I dont know why i am getting like this. The staring xml codes in bold are unsual
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <FASPRJ>
    <LIST_G_SUMDEPR1PERACCT>
    <G_SUMDEPR1PERACCT>
    <LIST_G_COMP_CODE>
    <G_COMP_CODE>
    <COMP_CODE>1201</COMP_CODE>
    <LIST_G_ACCT>
    <G_ACCT>
    <ACCT>791010</ACCT>
    <CATEGORY>BUILDING</CATEGORY>
    <LIST_G_PERIOD_NAME>
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *</LIST_G_PERIOD_NAME>*
    *</G_ACCT>*
    *<G_ACCT>*
    *<ACCT>791010</ACCT>*
    *<CATEGORY>EQUIPMENT</CATEGORY>*
    *<LIST_G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *</LIST_G_PERIOD_NAME>*
    *</G_ACCT>*
    *<G_ACCT>*
    *<ACCT>791010</ACCT>*
    *<CATEGORY>FURN&amp;FIXT</CATEGORY>*
    *<LIST_G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *</LIST_G_PERIOD_NAME>*
    *</G_ACCT>*
    *<G_ACCT>*
    *<ACCT>791010</ACCT>*
    *<CATEGORY>LEASEHOLDS</CATEGORY>*
    *<LIST_G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *</LIST_G_PERIOD_NAME>*
    *</G_ACCT>*
    *<G_ACCT>*
    *<ACCT>791012</ACCT>*
    *<CATEGORY>FURN&amp;FIXT</CATEGORY>*
    *<LIST_G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>APR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>AUG-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>DEC-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>FEB-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JAN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUL-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>JUN-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAR-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>MAY-10</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>NOV-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>OCT-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-08</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *<G_PERIOD_NAME>*
    *<PERIOD_NAME>SEP-09</PERIOD_NAME>*
    *<LIST_G_DEPR1>*
    *</LIST_G_DEPR1>*
    *</G_PERIOD_NAME>*
    *</LIST_G_PERIOD_NAME>*
    *</G_ACCT>* <G_ACCT>
    <ACCT>791012</ACCT>
    <CATEGORY>LEASEHOLDS</CATEGORY>
    <LIST_G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>APR-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>4</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>APR-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2010</FISCAL_YEAR>
    <PERIOD_INDEX>4</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>AUG-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2008</FISCAL_YEAR>
    <PERIOD_INDEX>8</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>AUG-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>8</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>DEC-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2008</FISCAL_YEAR>
    <PERIOD_INDEX>12</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>DEC-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>12</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>FEB-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>2</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>FEB-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2010</FISCAL_YEAR>
    <PERIOD_INDEX>2</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JAN-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>1</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JAN-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2010</FISCAL_YEAR>
    <PERIOD_INDEX>1</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUL-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2008</FISCAL_YEAR>
    <PERIOD_INDEX>7</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUL-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>7</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUN-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>6</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUN-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2010</FISCAL_YEAR>
    <PERIOD_INDEX>6</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAR-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>3</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAR-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2010</FISCAL_YEAR>
    <PERIOD_INDEX>3</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAY-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>5</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAY-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2010</FISCAL_YEAR>
    <PERIOD_INDEX>5</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>NOV-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2008</FISCAL_YEAR>
    <PERIOD_INDEX>11</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>NOV-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>11</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>OCT-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2008</FISCAL_YEAR>
    <PERIOD_INDEX>10</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>OCT-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3796.07</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>10</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>SEP-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.76</DEPR1>
    <FISCAL_YEAR>2008</FISCAL_YEAR>
    <PERIOD_INDEX>9</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>SEP-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    <G_DEPR1>
    <DEPR1>3798.78</DEPR1>
    <FISCAL_YEAR>2009</FISCAL_YEAR>
    <PERIOD_INDEX>9</PERIOD_INDEX>
    </G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    </LIST_G_PERIOD_NAME>
    </G_ACCT>
    <G_ACCT>
    <ACCT>792100</ACCT>
    <CATEGORY>EQUIPMENT</CATEGORY>
    <LIST_G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>APR-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>APR-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>AUG-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>AUG-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>DEC-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>DEC-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>FEB-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>FEB-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JAN-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JAN-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUL-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUL-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUN-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>JUN-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAR-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAR-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAY-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>MAY-10</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>NOV-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>NOV-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>OCT-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>OCT-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>SEP-08</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    <G_PERIOD_NAME>
    <PERIOD_NAME>SEP-09</PERIOD_NAME>
    <LIST_G_DEPR1>
    </LIST_G_DEPR1>
    </G_PERIOD_NAME>
    </LIST_G_PERIOD_NAME>
    </G_ACCT>

  • Dynamic Tabs Shell : issue with taskflows using pages

    Hi,
    We use the Dynamic tabs shell page template in our application.
    It works fine when used with taskflows with page fragments.
    However it errors when trying to render a taskflow with pages instead of fragments as:
    <FormRenderer><encodeAll> Multiple forms detected on viewId: /starter. Rich client currently has some limitations in dealing with multiple forms.
    <Jul 27, 2010 9:42:23 PM IST> <Error> <HTTP> <BEA-101020> <[ServletContext@32152418[app:calcmgr module:calcmgr path:/calcmgr spec-version:2.5]] Servlet failed with Exception
    java.lang.NullPointerException
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:233)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2567)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1071)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1515)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:785)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Is this a known issue or constaint with Dynamic Tabs Shell page template?

    Actually I don't think the answer is as clear cut as the dynamic tab shell template (aka. UI Shell) doesn't support task flow with pages, as, we have an application that uses it that calls out to a BTF using pages and it works fine. The catch is that BTF itself doesn't use the UI Shell. So it really depends what you mean.
    Can you be more specific what you're attempting to achieve? Are you trying in one page that uses the UI Shell, to embed a BTF in a region where the BTF uses pages rather than page fragments? Or, do you simple want lots of pages in your overall applications unbounded task flow to include the UI Shell template? As Alex has asked, we don't really have information of what you're trying to put in what at this stage.
    For the record, the better forum to ask such questions about the dynamic tab shell template is the ADF UI Patterns & Best Practices OTN forum:
    ADF UI Patterns & Best Practices
    ...however given you've started this thread here, you might as well continue.
    CM.

  • ADF Pgaes with Dynamic Tab Shell not rendering in iPAD 1+

    Hi,
    We have used Oracle Dynamic Tab Shell templates to build our Dashboard page with multiple dynamic tabs.
    One year back when we initially created the main Dashboard with Dynamic Tab Shell and used UIShell API's to open new dynamic tab on click of command links in left hand side navigator. We started with Jdev 11.1.1.3 and we upgrade till Jdev 11.1.1.5.
    Now recent requirement is, we need to test our applications in Safari browser within iPAD(2.0). While testing we observed below issues.
    1) The JSPX page with Dynamic Tab Shell is keep showing "Loading..." We had to refresh the Safari browser twice to render the page.
    2) Any af:commandLink as part of the JSPX which has dynamic tab shell template, not working. We have bunch of links on left navigator and on click of each link will open a new dynamic tab(we use UIShell API) . Nothing happens on click of those af:commandLinks.
    3) We have "Home" and "Logout" links on top right corner. Nothing happening on click of those links too.
    All these like af:commandLinks and af:commandButtons working as expected when we have them in side a JSPX page w/o dynamic tab shell.
    Tested and observed same behavior both in iPAD 1.0 and newer version iPAD 2.0.
    We desperately need help on thin. Pls let us know, if i need to provide more details. Is there any specific configurations required to make it work in Jdev 11.1.1.5? At this point we can not upgrade our Env to 11.1.1.6 or 11.1.2 as we already have these Apps in Production and we should give the users flexibility to use it in iPAD.
    Please help!!
    Thanks!!
    Subba.

    Hi Jaun,
    Thanks your response.
    Yes- I have seen the support for iPAD and iOS are more enhanced it in 11.1.1.6 and later versions.
    But we already hosted our apps in Production which is currently 11.1.1.5. We have complex workflows designed in SOA suite too.
    Now, if we need to upgrade to 11.1.1.6, we need to basically do validate/test all our applications on new release and it cost us. CLient may not approve for upgrade as of now.
    Is there any guidance or way for customers like us who are on 11.1.1.5 version, to get the ADF features and support for iPAD or iOS? Kind of backward compatible patches kind of thing?
    Do we need to log a SR on ORACLE?
    Please suggest!!

  • How to find Active Dynamic tab (disclosed) UIComponent?

    Hi all,
    I newbie to Fusion App. extension, preparing a separate application to integrate. My application consist of multiple taskflows and will be opened as seaparate tabs (uses the default UIShell) template. As a part of my application, I may require to do some coding in managed bean to refresh UI components resides inside my page. To make it happen, I need to find the Acitve tab first (i.e. the one that is disclosed).
    Question:
    Does fusion app provides any API or util (say DynamicTabUtil.findComponent(String pComponentId) -- suppose to search component not from view root but the Active tab) to find the current Active dynamic tab component? If so, please let me know the documentation link. If not, is there any way to get this done. (To get this done, I should aware of the standard oracle uses in generating ids for Dynamic tab).
    Thanks in Advance.
    Ragu

    Sorry for the delay in response.
    Jdeveloper version is 11.1.1.6.3, working for Fusion HCM, have to create an extension project to accomodate some additional functionalities.
    Explanation:
    Application is based on UIShell template, can open task-flows under dynamic tabs. Same screen (i.e. same task-flow id) can be opened multiple times since every task flow has its own transaction. As a part of functionality, I require some coding to be done in managed bean to access some UIcomponent and refresh it. Since same screen can be opened under multiple dynamic tabs, I should not start searching the required screen level UIcomponent from root, instead I need to find the Active Dynamic tab component first (i.e. currently disclosed dynamic tab) and then my screen component.
    Scneario:
    Assume Screen A has an SSN input text fidl with id 'ssnFldId'.
    1. User opens Screen A under a dynamic tab (it becomes first tab)
    2. User opens Screen A again under a new dynamic tab (it becomes second tab and Active)
    3. Based on the screen functionality, UIComponent of SSN field belongs to the second tab needs to be accessed. I know I cannot start searching for this component from root but to pick the correct dynamic tab first, followed by this component.
    Question:
    1. Is there any direct API available (say DynamicTabUtil::getActiveTab()) that returns the dynamic tab UIComponent.
    2. If not, how to find it?
    When I was working ADF Application development using Dynamic Tabs, I was able to access the initial version of Dynamic tab source (4 yrs back), customized for our need, worked with that source, hence I knew how the id gets generated for tab, was able to work with that, don't know how it is in Fusin Apps. Your help would be appreciated.
    Thanks in Advance.
    Thanks,
    Ragu

  • Different Tab Icons in Dynamic Tab Shell

    I am working on a custom implementation of the Dynamic Tab Shell.  I am opening tabs dynamically and want the icons on those tabs to also be dynamic based on the type of object contained in the tab.  The problem is as soon as I change the tab icon, it changes all the tab icons, not just the current tab's icon.  Is there anyway to preserve the icons on the already open tabs and only set the icon on the new tab?
    JDeveloper 11g R2 (11.1.2.4.0)
    Here is my code:
    dynamicCustomTabShell.jspx (my own customized version):
            <attribute>
              <attribute-name>tabIcon</attribute-name>
              <attribute-class>java.lang.String</attribute-class>
              <default-value>/images/default_icon.png</default-value>
            </attribute>
            <f:facet name="nodeStamp">
               <af:commandNavigationItem id="tabIndex" rendered="#{tab.active}"
                                                          actionListener="#{viewScope.tabContext.tabActivatedEvent}"
                                                          remove="inherit"
                                                          icon="#{attrs.tabIcon}"                                           
                                                          itemListener="#{backingBean.closeCurrentActivity}"
                                                          partialSubmit="true" text="#{tab.title}" immediate="true">
                   <f:attribute name="tabIndex" value="#{tab.index}" />
                </af:commandNavigationItem>
             </f:facet>
    myPage.jspx (my primary page):
    <af:pageTemplate viewId="/pageTemplates/dynamicCustomTabShell.jspx" value="#{bindings.ptb1}" id="pt1">
       <f:attribute name="tabIcon" value="backingBean.tabIcon"/>
    BackingBean.java (my backing bean):
    public String getTabIcon() {
         // functionality which determines the appropriate icon path based on the item type

    Hi,
    the bean that sets the icons should be in view scope at minimum because if this is in request it will reset it value with each request. But your code has another flaw as well:
    <af:pageTemplate viewId="/pageTemplates/dynamicCustomTabShell.jspx" value="#{bindings.ptb1}" id="pt1">
       <f:attribute name="tabIcon" value="backingBean.tabIcon"/>
    This doesn't set the tab icon per tab but per page call when the template is applied. So if the icon should be content dependent then the icon needs to be set by individual tab rendering which means that you need to have a managed bean that is of view scope and that holds a map of icons. E.g
    HashMap<String, String> icons = new HashMap<Srting, String>();
    icons.set("tab1","myLovelyIcon1.jpg");
    icons.set("tab2","myLovelyIcon2.jpg");
    If you keep the tab index synchron with the task flow binding you assign to it you extend the default API for opening a tab allowing developers to pass a custom tab icon. If this is provided as not null, you look at the task flow binding index and update the icon map. If the value is null you need to set the default icon
    Frank

  • Spry Dynamic Tabs - reCAPTCHA is missing when loading external php file

    Hello,
    I have solved all my problems lately on this forum.
    But now im converting my site to use Dynamic tabs, and something goes wrong.
    The dynamic tabs load content from external files. It loads html but i think something goes wrong with php and my buttons.
    You need to know ALL is working perfect on the old site.
    2 problems;
    I dont know how to convert my buttons to this new style.
    I dont know why the reCAP suddently is missing.
    Why is reCAPTCHA missing?
    SOURCE HTML (index.html);
    <?php include("PHP/form.php"); ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
         <title>Wientjes Voegwerk &amp; Renovatie - Home</title>
        <meta http-equiv="Content-Language" content="NL" />
         <meta http-equiv="imagetoolbar" content="no" />
         <meta name="MSSmartTagsPreventParsing" content="true" />
        <meta name="description" content="Wientjes Voegwerk en Renovatie is een voeg- en renovatiebedrijf gespecialiseerd in gevelrenovatie. Dagelijkse werkzaamheden zijn het voegen van nieuwbouwwerk, en alle voorkomende vormen van gevelrenovatie. Ik geef uw woning, garage of schoorsteen de aandacht die het verdient en ben trots op het resultaat van mijn werk!"/>
        <meta name="keywords" content="Voegwerk, Renovatie, Reinigen, Impregneren, Muur, Voegen, Steen, Woning, Garage, Schoorsteen, Bedrijf, Gevel, Wientjes, Uitslijten, Kappen, Fundering, Vorstschade, Metselen, Metselwerk, Vocht" />
        <meta name="author" content="Rob Nijlaan" />
        <link href="CSS/Style2.css" rel="stylesheet" type="text/css" />
        <script src="JAVASCRIPT/SpryTabbedPanels.js" type="text/javascript"></script>
        <script src="JAVASCRIPT/SpryEffects.js" type="text/javascript"></script>
         <script src="JAVASCRIPT/SpryData.js" type="text/javascript"></script>
        <script src="JAVASCRIPT/xpath.js" type="text/javascript"></script>
         <script type="text/javascript">
         <!--
         function FadeAndUpdateContent(ele, url){
              try {
                   Spry.Effect.DoFade(ele,{
                        duration: 500, from: 100, to: 0, finish: function() {
                             Spry.Utils.updateContent(ele, url, function() {
                                  Spry.Effect.DoFade(ele,{ duration: 500, from: 0, to: 100 });
              catch(e){ alert(e); }
         -->
         </script>
    </head>
    <body>
    <div id="WContainer">
      <div id="WHeader" align="center"> <img src="Art/VoegenRenLos.png" width="540" height="58" alt="Voeg en Renovatiebedrijf" /><br />
        <img src="Art/WientLogo.png" width="600" height="136" alt="Wientjes Voegwerk &amp; Renovatie" /> </div>
      <script type="text/javascript">
         var dsTabs = new Spry.Data.XMLDataSet("data/data.xml", "tabs/tab");
         function loadContent(panel,url){
              Spry.Utils.updateContent(panel,url);
         Spry.Data.Region.addObserver("example1Region",dateLoadedCallback);
         function dateLoadedCallback(notificationType, notifier, data){
              if (notificationType =="onPostUpdate"){    
                   row= dsTabs.getRowByRowNumber(0)
                   if(row){
                        loadContent('0',row.url)
         </script>
      <div id="example1Region" spry:region="dsTabs">
        <div id="dynamicTabs" class="TabbedPanels">
          <ul class="TabbedPanelsTabGroup" >
            <li spry:repeat="dsTabs" class="TabbedPanelsTab" onclick="loadContent('{ds_RowID}','{url}');" tabindex="0">{title}</li>
          </ul>
          <div class="TabbedPanelsContentGroup">
            <div spry:repeat="dsTabs" id="{ds_RowID}" class="TabbedPanelsContent"></div>
          </div>
        </div>
        <script type="text/javascript">
                var t1 = new Spry.Widget.TabbedPanels("dynamicTabs");
                 </script>
      </div>
      <div id="WFooter" align="center">
        <p class="footer">Wientjes Voegwerk &amp; Renovatie     ,    03- '02       »      Site by ;    <b>Rob Nijlaan</b></p>
      </div>
    </div>
    </body>
    </html>
    Dont mind the extra javascripts they are not used for now (like SpryEffects.js) its for future use.
    SOURCE XML (data.xml);
    <?xml version="1.0" encoding="UTF-8"?>
    <tabs>
        <tab>
            <title>
              tab 1
              </title>
            <url>../data/HOME.html</url>
        </tab>
        <tab>
            <title>Tab2</title>
            <url>examples/tab2.html</url>
        </tab>
         <tab>
            <title>Tab3</title>
            <url>examples/tab2.html</url>
        </tab>
         <tab>
            <title>Tab4</title>
            <url>../PHP/form.php</url>
        </tab>
    </tabs>
    The html file loads like it should be, but the php form has problems.
    See it yourself: http://www.wientjesvoegwerk.nl/index2.html
    The tab 1 displays a html file like it should.
    The tab 4 displays the contact form but you will see the reCAPTHCA is missing.
    I have really no clue why it happens, exept maybe its a PHP issue.
    Maybe the script isnt compatible with non-html documents...
    Can someone please tell me whats the problem and if there is a solution????
    How do i change this button?
    I used this in my previous site:
    <table class="Button"  >
         <tr>
         <td style="padding-right:0px" title ="Home">
         <a href="#" title="Home" style="background-image:url(/Buttons/Home.png);width:172px;height:75px;display:block;"><br/>
         </a></td>
         </tr>
    </table>
    But the dynamic script uses {title} to get the <title> out of the xml.
    I tryd to put this straight into the title tags in the xml but obviously it wont work.
    And i really dont have a clue how to change this.
    My button has a mouseover img. Basicly its 2 buttons in 1 img stacked on top of each other.
    Like this: http://www.wientjesvoegwerk.nl/Buttons/contact.png
    Because of the CSS script it hovers to the right position.
    Part of SOURCE CSS (Style.css)
    .Button a{display:block;}
    .Button a:hover{background-position:left bottom;}
    a.Button {display:none}
    How can i change the xml and the script so "title" can be replaced with the button.
    Or how can i change the button so the mouseover works and the script still takes the button-img from the xml???
    Any help would be nice, because im finnaly in a postition to finish this site, and this is the only blockade left to conquer...

    Maybe it is not liking that the index page is an HTML page and not a PHP page. Try this way:
    In your form.php, remove the following code:
    <?php
    require_once('recaptchalib.php');
    $publickey = "6LfKNwwAAAAAAEdS6PjiDSHRQBDOYrGcM8R1eQQm"; // you got this from the signup page
    echo recaptcha_get_html($publickey);
    ?>
    Replace it with:
    <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LfKNwwAAAAAAEdS6PjiDSHRQBDOYrGcM8R1eQQm"></script>
        <noscript>
              <iframe src="http://api.recaptcha.net/noscript?k=6LfKNwwAAAAAAEdS6PjiDSHRQBDOYrGcM8R1eQQm" height="300" width="500" frameborder="0"></iframe><br/>
              <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
              <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
        </noscript>
    The replacement code is the same code that is outputted from the recaptchalib.php file.

  • ADF 11.1.1.5 - Oracle Dynamic UI Template - Listener

    Hi All,
    I am facing a strange issue while implementing Oracle Dynamic UI Template.
    I have implemented a context Listener to store few data in application scope.
    Correspondingly i have made the entry of the Listener in Web.xml. I am getting the following error ADF FACES 60097.
    When i remove the entry everything works fine.
    No idea whats happening.
    Regards
    Praveen

    Hi All,
    Steps to reproduce the problem..
    1) Create adf ViewController application
    2) Create a jspx with Oracle Dynamic tab Shell as its template.
    3) Under Global toolbar facet...create a <af:Menubar> component and bind it to Managed Bean.
    4) Create 2 class variables of Type List and TreeModel. Create the accesors for it.
    5) Put the debug point on first class variable.
    6) Debug the page...when it hits MenuBar or TreeModel.........Error Message is poping up.
    Regards
    Praveen

Maybe you are looking for

  • Cancel or reverse the process ordrer confirmation posted in a closed period

    Hi SAP experts,                           It would be very nice of you if you could solve this issue for me.                           The issue is -                            There is a process order created and released for a material on 01.07.201

  • HP Quality Center Enterprise Integration problem

    Hello, I have a problem with the Solution Manager Enterprise Integration for Quality Center. I configured the adapter without any problems. Anything set up, BUT when I try to export the Business Blueprint in solar01 using send to quality center I alw

  • Writing plain-text files in UTF-8 encoding under MacOSX

    Hello forums, I've run into some problem writing text-files under MacOSX. I've tried several methods of writing, the current one I'm using is as follows; private void stringToFile(File file, String string) throws IOException     OutputStream fout = n

  • Error 16 with Adobe XI Pro.

    We're running Windows 8.1.  We bought Adobe XI Pro from the States and am running it in New Zealand.  Everytime we open a pdf file the error comes up.  We have re-installed Adobe several times and it'll be fine for a few days then the error will come

  • Page flow consistency

    I have a case where the screen has two dropdownlist boxes bound to a database table. Each of the dropdowns is set up to populate a list box underneth them that show detail for the item selected in the drop down. This is done in the value change metho