Using Tabs in Generated Pages - Validation Issue

Hi,
We're using JHS 10.1.3.0.97 and are using the "stacked" regions functionality
to make the form less cluttered.
The problem we're having now is that whenever a user wants to
view the items on a tab (that is not currently the selected one),
a validation issue is thrown saying that all the mandatory fields need to be entered first.
Is there a way to avoid this message and postpone the validation until the
user clicks on the "Save" button?
Regards,
Cliff

Cliff,
I am sorry, in the 10.1.3.1 release we switch off server-side model validation on a partial page request.
It is not possible to switch off the client-side validation, because the only way to do this, is by setting immediate=true on the tabs. However, with this setting JSF will skip the Model Update phase, which means that any changes you made to the tab region you are going to leave by clicking another tab, would be lost.
The only alternative is by creatign a custom templates and generating the required items with showRequired="true" instead of required="true" which means required items are never checked client-side.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Self Generated certificate validity issue in ACS 4.0 for Windows

    Hi,
    Is there any solution to extend the validity time of self generated certificate on ACS, by default the validity is set for one year.
    As the server certificate on one of the ACS which is CA has expired and need to renew it.
    Is it possible only one certificate from third party can be used both as a server certificate and certificate from CA for other ACS servers.
    Thanks in Advance
    Regards,
    Ahmed

    Other solution would be to create an in house(Microsoft probably) CA, and get a certificate for your ACS server. Go through the installation steps of Microsoft CA before, as the validity date for Server Certificate(i guess) is configured during initial install of CA.
    Regards,
    Prem

  • Using tab in forms on FireFox Issue

    Hello,
    When I'm filling out forms in Firefox 3.0.1, I use the tab button to skip fields, however, the issue is that it always skips the drop down tabs. I know in IE and other browsers, I can use the keyboard to choose a drop down. Is there an extension or something that I'm doing incorrectly? Thanks.

    Found the solution for those that need help:
    http://www.slashdotdash.net/articles/2007/09/05/firefox-on-mac-os-x-tab-problem
    The only difference is that it won't show the actual drop down, but you can use the PG Down, up down keys, etc.

  • Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    Pages is not saving document correctly.  After saving the changes either do not appear or you can not open the file. The error is "not a valid format"  I am in Pages '09 4.1 (923).  I also use Parallels.  Anyone having similar issues?

    I'm not sure that Lion AutoSave feature apply to network servers.
    I'm just sure that the Versions feature doesn't.
    Yvan KOENIG (VALLAURIS, France) samedi 21 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • My browser suddenly always opens on the page it was on when it was shut down last and uses tabs even though I have them turned off. I have tried reinstalling.

    I have my browser set to open on comcast.net webpage and to never use tabs. I have been using firefox for years and am very familiar with it. Suddenly it has started opening on the last page it was on when shut down, and has started using tabs. When I delete Firefox from my computer, it still remembers all my settings. I had this problem once before years ago and ended up having to wipe my entire drive to fix it. I would like to avoid a drive wipe this time. I need to know how to get ALL of the browsers information deleted from the registry so I can get a truly fresh install. And yes, I have tried all the normal avenues and am pretty computer savvy. Please help before I go nuts. I am running the most recent version, but going back to older versions didn't help either. Thanks.
    Bob Smith

    Another possibility is that Firefox keeps crashing during shutdown, and so Firefox is recovering from a crash every time. To diagnose this, you can change how Firefox recovers from a crash: instead of restoring the previous session, it will show a list of what you had open so you can be selective or bypass it altogether.
    Here's where you change that:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''sess''' and pause while the list is filtered
    (3) Double-click the '''browser.sessionstore.max_resumed_crashes''' preference and change the value from 1 to 0 and OK that.
    ''Note: Please don't change any other sessionstore preferences without researching them first.''

  • How to use tab to link to other page in other application

    Hi all,
    I noticed that tabs does not have the option URL for the Target. It only has current page.
    Is it possible to link a tab to a page in another application in the same workspace?
    Thanks.
    Allen

    Hi Allen,
    Lists are more useful and flexible in that case, you can apply a tab template on them.
    Out of the box, tabs don't allow you to navigate to url's like you want to do. What you can do, navigate to a page in your current app and have in the header a redirect to the other app.
    Make sure you transfer your session (and authentication) to the other app, otherwise you need to login again.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Is the license terms allow you to generate pages using Wizzard Business Catalyst and publish them on other servers. As the export side and run?

    Is the license terms allow you to generate pages using Wizzard Business Catalyst and publish them on other servers. As the export side and run?

    Our iPads work just fine behind a firewall and the Lightspeed filtering solution in an education environment.  If your proxy solution cannot be configured to support IOS maybe you should be looking at another vendor.  Products such as 8e6 and Lightspeed can be deployed without the use of a traditional proxy set up.
    http://www.m86security.com/products/web_security/m86-web-filtering-reporting-sui te-deployment.asp
    http://www.lightspeedsystems.com/products/Web-Filter.aspx

  • DATAGRID FOCUS ISSUE: Focus got lost, while moving from one cell to another cell using tab key.

    Problem: Focus got lost, while moving from one cell to another cell using tab key.
    Example: In an AdvanceDataGrid, there are three columns having custom ItemRenderer with Spark TextInput control (editable=true & focusEnabled=true).
    When I try to move the focus in with in 2nd, 3rd & 4th column using tab key, focus got lost. Most of the time it’s working, but some time it doesn’t work. There’s no clue as to how may rows/columns the focus has jumped to; or whether the focus has gone out of the data grid altogether.
    Observations: I am not sure whether this problem is because of custom component implementation or it is because of some issue related to Flex Component.
    It only occurs when we perform some actions like some server call, some complex logic execution etc. at the focus out event of itemrenderer.
    There is one property of datagrid i.e. editedItemPosition which contains row & column index of datagrid. On the focus out event, it gets null when focus got lost. We tried to set it, but it didn’t work.
    Steps Performed:-
    1. Currently focus is in 2nd column i.e. Apply to #.
    2. Once I press tab key from 2nd column, it goes to 3rd column which is correct.
    3. Now if I press tab key from 2nd column i.e. Payment #, focus should go to 3rd column, but it goes out of data grid and set the focus of button which is outside data grid.

    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Bjtable+%2Btab+%2B%22enter+key%22&col=javaforums

  • Using Tab Pages & Web Template Web Items

    Hi Experts,
    i want to build a report with a tabs
    i have created a WAD report with a tab page web item
    in the tab page i have inserted three web template web items
    and in each web item i have entered a diffrent technical name of a WAD report (3 reports)
    but when i run the report i get in all three tab pages
    the data of the first report (like it uses DP_1 of the first one)
    i have tried to change in the reports the name of the data providers
    to DP_7 or whatever and it is not working still.
    any one know how to display three WAD reports in a tab page web item?
    Thanks and BR,
    Or.

    Hi
    for  one clair example you can install the 0Analyzer web template - the standard sap web template that use TABs with different reports inside
    hope it helps
    Edited by: Andrea Previati on Sep 28, 2011 5:53 PM

  • Tab distance in Pages when using List and Tab

    Has anyone else noticed that sometime in the last update or 2 that the distance the TAB shortcut, or the --> arrow (under Inspector>List) moves the cursor is double the distance it used to be?
    The reason I noticed is because I have a few reports on there, and was working on them today, but I can't match the tab distance anymore. Is there a way to adjust how far --> moves the cursor, _WITHOUT setting tab_ stops on the ruler? I want to use --> from the List menu, not the TAB button.
    I noticed that if you select Bullet from the list menu the tab distance is the same as it used to be for ALL the List options, but it's only when you select None that it is double. (it used to be the same as the Bullet tab distance).
    Does anyone know how to adjust this, or work around it? Using Tab doesn't provide the formatting I need, so _setting tab stops doesn't help_. I don't want to create bullets and then re-color them white either!

    Realized my flaw... Those documents originated on the computer (which I forgot) - that is why I couldn't get the tabs to match. My mistake!

  • Design tab of UIX page in JDeveloper 10g

    I am using JDeveloper 10g (Build 9.0.5.1) and JHeadstart 9.0.5.1.11. I have generated a small application using the Application Generator but the UIX page generated does not display in the Design tab - rather a message saying that "The document is not in a valid state". Am I doing something wrong here or is this expected behaviour ??
    Cheers,
    Brent Harlow

    Brent,
    Yes, this a known limitation, dcoumented in the release notes:
    3601291: UIX: Errors are displayed in the structure pane of JDeveloper when clicking on a UIX page, for example: Element templates: findPage not defined in parent content. Also, when opening the UIX Design Editor the following text appears: The document is not in a valid state. Please edit this file in the code editor to resolve syntax problems and then return to the visual editor.
    This does not cause any runtime problems.
    The behavior is caused by the fact that JHeadstart does not use UIX in the default manner, and is therefore not correctly interpreted by JDeveloper 10g.
    This will be fixed with the JHeadstart release that uses ADF.
    Steven Davelaar,
    JHeadstart team.

  • XML Publisher question - Not generating a valid XML file

    I am working through an Oracle document that walks you through creating an XML Pub report. I am using HCM 8.9, Tools 8.49.15 and it has XML Pub installed and I have the Microsoft plug-in installed
    I have created a query and have downloaded an rtf template and now am on a page where you enter your data source and then click ‘Generate’ for the sample data file. I did it and it created ‘PERSONAL_DATA_PAY.XML’ which is created from a PS Query. However if I click on ‘PERSONAL_DATA_PAY.XML’ it generates a blocky text file that is not an XML file and I can’t go any further.
    Do you know why it’s not generating a valid XML file when I click on 'generate'?
    Thanks
    Allen H. Cunningham
    Data Base Administrator - Oracle/PeopleSoft
    Sonoma State University

    You mean to say that you create a new data source by specifying Data Source Type as 'PS Query' and Data Source ID as your query name, you are not able to generate a valid XML file (by clicking on Generate link).
    did you cross check your query by running it?
    On field change of Generate link, PeopleSoft uses PSXP_RPTDEFNMANAGER and PSXP_XMLGEN app packagaes and query objects to create the file
    It should work if you query is valid..

  • When I click on the tab with a + on it, located next to the active tab a new page does not open. If I click on "New Tab" in the File menu a new tab does not ope

    When I click on the tab with a + on it, located next to the active tab a new page does not open. If I click on "New Tab" in the File menu a new tab does not open.

    Hi jcatx2013, we don't really have enough information on your system to make specific suggestions...
    Could you test in Firefox's Safe Mode? That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • Problem creating a new row when using tabbed regions

    I am new to JHeadstart and ADF and have been using the evaluation version of JHeadstart (in JDev 11.1.1.3) to judge its efficacy for a new significantly-sized application. As part of that evaluation I have created a small application (you can do this with HR schema using say the Departments table) with a single entity and VO. On JHeadstart I have then placed some of the fields into multiple Item regions within a Tabbed region on the same page and below the Group (layout style Table, Table Overflow Style below With Splitter). Existing rows display fine and I can view the data on the separate tabs.
    However, if I try to create a row, I can fill in the data on the main region, but if I fill in data on the first tabbed region I cannot switch to the next tab without an error being generated.
    e.g. using Departments - fill in DepartmentId and DepartmentName on main region, fill in ManagerId on first tabbed region and try to switch to second tabbed region to fill in LocationId:
    Missing mandatory attributes for a row with key null of type HRModule.DepartmentsView1
    Attribute DepartmentId in HRModule.DepartmentsView1 is required.
    Attribute DepartmentName in HRModule.DepartmentsView1 is required.
    If you save, then you can navigate.
    You can also demonstrate something similar (different error message but probably the same root cause) on the myJHSTutorial demo. If you navigate to an employee off the regions page and try and create a new employee (using the '+' button below the 'Employees' label), then the tabs are not refreshed and any attempt to change the tabs results in an error
    Failed to validate a row with key oracle.jbo.Key[999 ] in HRModule.EmployeesView3
    Attribute Salary in HRModule.EmployeesView3 is required.
    Salary must be between 6000 and 12000 for this job.
    The JHS devguide does not help. Any thoughts? I can send the HR sample if you wish.

    OK, I was able to reproduce this. The problem is that when you switch tabs, a partial page request is send to the server which does not include the items filled in the table row itself, hence these items are not updated in the underlying view object row.
    Solution is to have a partial trigger at the table or group level listening to tab events. We will add that to the next release, but you can also apply the fix yourself by adding the following lines to the stackedRegionContainer.vm template:
    #if (${JHS.current.pageComponent.tableLayout} && !(${JHS.current.pageComponent.hasOverflowInline}))
    ## when creating a new row in a table, and using overflow right/below, when switching overflow tabs
    ## the items filled in the table itself must also be processed as part of JSF model update phase, to
    ## prevent required item error when clicking another tab in overflow area
    ## we can enforce this by making the whole group listen to tab events
    #ADD_CUR_GROUP_PARTIAL_TRIGGER("#REGION_ID()Tabs")
    #end
    Add these lines just before the line starting with
    <af:${elemName}
    Steven Davelaar,
    JHeadstart team.

  • Error deleting a row from the JHeadstart generated page

    Hi I am trying to learn JHeadstart. I have a small country table and I am creating maintenance screens for the same. I used JHeadstart to generate the default pages for me, but when I try deleting a row/record, I get JBO-27101 error. How do I resolve this issue. Which components do I have to modify?

    I don't think this has something to do with JHeadstart. The error means you are trying to access an entity object after it has been removed.
    Could the error be related to your audit logic ?
    Do you have a form- or a table layout ?
    Can you send me the whole stacktrace of the error ?
    I recommend cleaning up business components layer and try again.
    Jaco

Maybe you are looking for

  • Binary data in xml document

    Hi, I have some tables and I store binary data in varchar2 column. I want to create xml document from one of the table using xsql. What will happen to binary data? Can xml document takes care of binary data? I will appreciate, if I get the answer/sol

  • Validation of a Region defined as type SQL QUERY (Updateable Report)

    Hi, I am trying to perform some validation on a Region defined as type SQL QUERY (Updateable Report). The report has two columns. One of the columns is a Select List and I would like to insure that a user cannot select the same value twice in the rep

  • Evaluate a string

    Hi, I have a string that contains a logical expression, for example String str="(true | false) & true". I want to evaluate this expression just like if it was a boolean. So I would like to write if (str) { int test=0; }But this piece of code is wrong

  • Where do I find the Library in a Time Machine backup after Lion installation?

    Where do I find the Library in a Time Machine backp after Lion installation?

  • Satellite 2450 -101 Broken Hinge - Disassembly guide required

    Hi does anyone know where I can get hold of a disassembly guide to replace my broken hinge? I have the part but want to make sure I strip it down correctly. Any help gratefully received.