Autosubmitted page causing validation issues

Hi,
I have a task flow ( which is used in webcenter portal ) with 3 pages.
|--> page1 -------> page2 ---------> page3 ------------------|
| |
| |
| ----------------Back to page1---------------------------------- |
Page1 has few validations.
Things work fine when i navigate Page1 to page2 to Page3.
But when i return to page1 from page3.... validations are getting fired before i submit the page.( Seems it is getting AutoSubmitted)
Not sure why it is getting autosubmitted. Is it the behaviour of Webcenter portals.
Thanks,
CM

What happens when you use the taskflow in a normal ADF application. So don't use it as a portlet? Do the validations trigger when you navigate from page3 to 1 or not? If they do, then their is something wrong with your taskflow and not with the portletBridge.
If the behaviour is correct than i suggest you create an SR with oracle becuase then it is a bug becuase normaly the behaviour shouldn't change when converting to portlet.

Similar Messages

  • 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.

  • Error message is not telling which field causing the issue!

    Hello
    I am developing the Adobe Interactive Form and launching this form from WebDynPro ABAP application, fine.
    This form has tonns of dropdown fields, mandatory fields, greyed out fields. Fine.
    I am filling the list the drop-down fields from webdynpro ABAP, but, i am filling list for only 80% of the drop-down fields, rest 20 % is not filling at all (bcz, business want to have those 20% dropd-owns on the form by thinking going further they require, this moment they dont need so they dont want to fill the lists)
    Now the form is launching on the browser, fine. But when user submits it i am getting the below erro:
    The Entered Value Is Not on the List of Valid Values.  (I am guessing this error is talking about the DROPDOWN fields only)
    I hv tonns of drop-down fields, so, its very difficult for me to go and trace each and every drop-down fielld!! But, i checked all the populated/entered values in the drop-down fields, they are all fine. Sone dropd-down fields are GREYED OUT, they are defaulted from webdynpro ABAP
    Pls. let me know How can know which field/drop-down is causing this issue? Wht are the possible causes for this error? Error is not telling which fields is making issue?
    How can i trace and how can i fix it, pls. let me know
    Thank you

    Thank you for your tips.
    But, as of my knowledge every thing (case sensitive, list box entries) are fine, not sure, why am getting this error! I will double chk again.
    But, thing is.... actually, i have 4 pages, depending on the logged in user, i will HIDE the pages (say, for me the 3 rd page will be hidden), i am hiding the pages by using JavaScript in the form.
    So, this error is not coming if i execute/launch all the 4 pages, but, its coming if i hide any page for any user!!
    By chance, do we debug to figure out which FIELD is CAUSING issue/this error?
    From where this message is coming, i mean, from the SAP's JAVA stack? Wht is the message ID and #?
    or is it Adobe's/Form's error?
    Thank you

  • Page level validation to prevent duplicate data entry into the database

    Hello,
    Can anyone please help me out with this issue.
    I have a form with two items based on a table. I already have an item level validation to check for null. Now I would like to create a page level validation to check that duplicate data are not entered into the database. I would like to check the database when the user clicks on ‘Create’ button to ensure they are not inserting duplicate record. If data already exist, then show the error message and redirect them to another page. I am using apex 3.2
    Thanks

    Hi,
    Have you tried writing a PLSQL function to check this?
    I haven't tested this specifically, but something like this should work:
    1) Create a Page Level Validation
    2) Choose PLSQL for the method
    3) Choose Function Returning Boolean for the Type
    For the validation code, you could do something like this:
    DECLARE
        v_cnt number;
    BEGIN
        select count(*)
        into v_cnt
        from
        your_table
        where
        col1 = :P1_field1 AND
        col2 = :P2_field2;
        if v_cnt > 0 then return false;
        else return true;
        end if;
    END;If the query returns false, then your error message will be displayed.
    Not sure how you would go about redirecting after this page though. Maybe just allow the user to try again with another value (in case they made a mistake) or just press a 'cancel' button to finish trying to create a new record.
    Amanda.

  • Digital Signature validation issue in Adapter Module

    Hi guys,
    we have developed an adapter module for digital signature validation, unfortunately, it simetimes work, sometimes doesnt. Strange is, that the same adapter module works for one customer, while for another one doesn't.
    We have sent through some "invalid" messages, which should have been valid at the client, where the module works and theu were flagged as valid. It seems the problem is caused by "special" spanish characters, because validation works for the messages where are only standard chars.
    Any idea, what to check? Java version, system encoding?
    Any help appreciated,
    Olian

    Hi,
    Not really sure about what causes such issues, but if your module coding uses String and byte[] manipulation, are you using explicite encoding when declaring such types ? I remember facing strange issues with XML field values, and "forcing" encoding to "UTF-8" when appropriate, it solved all my errors (string typed object, when converted internally by the JVM, were not always represented by the same bytes object)
    Hope this helps
    Chris

  • Losing data on a tabular form when submitting a page with validation errors

    I have a window that has a regular HTML form at the top that has several items. Then on the bottom of the page, I have a tabular form where the user can enter multiple rows of information. Unfortunately, when the page is submitted, if there are any validation errors, any changes that were made in the tabular form are lost.
    Any suggestions

    Fair enough :)
    Actually what I was meaning was could I use a collection to repopulate the tabular form when I receive errors. It appears as if it may work. However, I am hitting one snag.
    I have created a PL/SQL Process that runs On Submit and Before Computations/Validations. In this process, I have saving the values in the tabular form to a collection.
    I was then hoping to create another process that ran after any errors occur. However, it does not appear as if any processes run when the screen redraws after a validation issue. Is there a process that runs after validations when the screen is redrawing? Will I need to do this using javascript?
    Thanks

  • Small Product page table format issues with unused sections

    Hello All,
    I hope someone can help me to identify what it is I may be doing wrong with my Small Product catalog pages. I have this issue where I have unused sections or blanks where normally product images/detail would be. I think this may be coming from my Product titles which use more than two lines of characters and those products that I have on sale where the listed price is lined through with a new price below(additional row of text) where the product is taking more hieght area than the norm. It seems to be pushing the other products farther over/down to another column/row. I'm sure it is somelthing that I have wrong with the way the table is setup for managing the hight of each product area dynamically, but I am new to this so not sure what to address it in the code.
    here is a link to one of the problem pages showing the issue:
    http://tigressartscomics.com/cgc-graded-comics
    Any help would be greatly appreciated.
    Thanks,
    Kennedy

    Hi Mike,
    Actually I just realized that by adding that height code to my css the Stock qty and add to cart button are no longer visible. I even tried increasing the height to a ridiculous amount to see if the value was just not large enough to show it, but still no stock and add to cart button...just a lot of blank space under the items.
    Any idea what may be causing that?
    Thanks,
    Kennedy

  • XFi-2- Latest firmware (1.20.08) has caused some issues on 32GB model...

    HXFi-2- Latest firmware (.20.08) has caused some issues on 32GB model... When I started my PC last night, it notified me that new firmware was avaliable so it downloaded it and installed it on my Xfi-2 32GB
    According to the release notes, it was to add support for the 64 GB model as well as some general improvements.
    I can't determine what the latest improvements were (anyone have any clues ) and the UI seems the same.....the only things that have changed are that my applications no longer work (when I go into the applications shortcut, it says there is no valid content: I haven't touched these folders etc and they are still populated with the three standard apps as far as I can tell)
    The other thing (which may not be related to the firmware upgrade) is that my photos shortcut now pulls up some of my music folders that contain album art. Is this a feature or a bug (I don't want it to happen, I just want it to show photos within the 'photos' folder on the device).... I think it may have been caused by me simply dragging and dropping music folders onto the device using windows explorer rather than going through Centrale (slow!)
    Cheers

    Hi Timmo.
    What release notes are you reading? I have seen no reference to improvements other than adding support for the new 64 GB model on this firmware version. From the description of the problems you have, it seems that your player has some sort of file system corruption on the internal flash. I would suggest reinstalling the firmware on your device after formatting it (formatting the device only should be enough, I think).
    The size of the new firmware release, double than the size on the previous one, means that it probably has new features and applications that will be enabled on the future; however I doubt it means it has new features right now and hope it does not means we have two firmwares (on for the 64 GB model and other for the previous ones) as the SRM/AlphaBIOS pair on the Digital Alpha systems (an ugly hack on these superb computers, in my humble opinion) -- by the way, the new firmware does not require more space on the internal flash (I have 5077 MB available on mine with all firmware releases).
    The behavior you describe about album art being shown on the photos shortcut happens with older firmware releases too; I prefer album art embedded on the audio files instead of being available as another file. I agree with you, only pictures under the photos directory should be shown as images.
    Cheers.

  • Recommended practice for handling page level validation?

    I'm wondering what the recommended practice is for handling what I would call "page level validation?"
    For example, I have two text boxes. Either one text box or the other must have a non-null value. If they are both null, I want the page validation to fail and redisplay the page the same way it would if validation for a particular field failed. However, I don't want the message that is posted to be associated with either of the two text boxes. I want it to use some other unique ID because I want to display the error text at a location that is different than for either of the text box error messages.

    The reason I don't want to use a custom converter is because I'm using a custom tag/renderer which aggregates several HTML input components and has complex conversion logic. Maybe I could chain things together, but, a converter should be used for conversion not validation. Secondly, I don't understand why validation occurs after conversion. This seems backward to me.
    One hack that I tried which almost worked was to create a custom tag/rendererer that was an input component, but, had no visible UI. I made that component always have a value which caused the validator to always be called. I made it so that it accepted a method binding as an input so that you could specify which validation method was called. I checked the component values for the components of interest using UIInput.getValue(). However, I ran into what might be a bug. Everything worked fine as long as the value changed to a non-null value. When the value was set to null, UIInput.getValue() was returning the old value instead of null. The strange thing is that the bean property that the component was bound to, ultimately was changed to null as I would have expected to. The problem was that UIInput.getValue() was returning the old value instead of null.
    My current solution which isn't ideal is by using code similar to the following in my action method that my form submit button calls.
    if(value1 == null && value2 == null) {
    String message = "Validation Error: Value is required.";
    FacesContext context = FacesContext.getCurrentInstance();
    context.addMessage("id1", new FacesMessage(message, message));
    return "validationError";
    Note, I had to create my own custom tag/renderer equivalent of h:message because I couldn't get h:message to work. h:message couldn't find the message that I posted.
    The down side to doing it this way is that the validation is occurring after the validation phase. Hence, the error message isn't displayed at the same time as other error messages. Furthermore, if you have more than one button on the form, you'd have to do the check for each action method.
    This is really stupid. I can't believe something that should be so simple is so difficult in JSF. I'm planning on taking a closer look at ASP.NET. I'm pretty sure all you have to do in ASP.NET is override a method to do this and you have access to all the form controls as variables within the Page object. i.e. no having to lookup the controls using a method and a client ID.

  • HT4009 I keep getting a message to contact itunes support when I try to make an in app purchase.  What could be causing this issue?  My credit card is up to date and in app purchases aren't restricted.

    I keep getting a message to contact itunes support when I try to make an in app purchase.  What could be causing this issue?  My credit card is up to date and in app purchases aren't restricted.

    Have you tried contacting iTunes Support and asking them ? We are fellow users here on these forums, it could be due to a number of reasons, we won't know which one.
    http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Page viewer webpart issue

    Hi Friends,
    Today, I inserted a Page viewer webpart on a SharePoint 2010 page and linked http://office.microsoft.com/en-us/sharepoint-server-help/introduction-control-user-access-with-permissions-HA101794487.aspx to
    that webpart.  But I got the below error when I opened that page
    Then, I went ahead and changed the URL in the webpart to https://microsoft.com.... Then, I got the correct page. Has anybody encountered this?  What is causing the issue here?
    Shonilchi..

    Hi Shonilchi,
    According to your description, you got an error when you inserted a Page viewer web part on a SharePoint 2010 page and linked
    http://office.microsoft.com/en-us/sharepoint-server-help/introduction-control-user-access-with-permissions-HA101794487.aspx to the web part.
    Based on your description, I did a test, below are my steps:
     1.Create a new page, and edit the page
     2.Click Insert ribbon under Editing Tools, and click Web Part
     3.Under Categories, select Media and Content, under Web Part, select Page Viewer, and click Add
     4.Click open the tool pane , then a message from webpart occurred, then click OK
     5.On the Link section, type
    http://office.microsoft.com/en-us/sharepoint-server-help/introduction-control-user-access-with-permissions-HA101794487.aspx, and click OK
     6.Everything worked well
    Below is a screenshot:
    Please have a try again.
    I hope this helps.
    Thanks,
    Wendy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Pages, Numbers, Keynote issue with WebDAV

    I am in need of your assistance as the new version of Keynote appears to be causing issues, and I am not sure where to go or what to do to report this.
    Here is the situation.
    We have a Sharepoint server running WebDAV services.  Our students use WebDAV capable applications on their iPads such as Pages, Numbers, Keynote, WebDAV NAV +, etc.   They create files using these apps on their iPads and then save them to their "WebDAV" folder on the SharePoint server.  This is necessary so that students may access their files via the iPad in our LMS and turn in assignments via a digital dropbox.  This has worked fine in the past until the update of Pages, Numbers, and Keynote.  In the past these apps on the iPad have always placed a single file on the server to which the students could go in and retrieve the file or send it to a digital dropbox in our LMS through a WebDAV connection between the LMS and the SharePoint server.
    With the update of these apps on the iPad to the newest version, Pages, Numbers, and Keynote now place a folder on the SharePoint server of which it contains the following items:  folder titled "Data", folder titled "Metadata", icon titled index.zip, icon titled preview-micro.jpg, icon titled preview-web.jpg, icon titled preview.jpg.
    The issue is that now with this being a folder, students are no longer able to retrieve the file nor are they able to go into the LMS and send the file to a digital dropbox as it is now a folder and not a packaged file.
    This is a serious setback to us as it renders Pages, Numbers, and Keynote useless since they can not use their iPads to retrieve or submit their assignments to a dropbox in an LMS or bring it back to the apps on the iPad. 
    As I said earlier, this worked perfectly fine prior to the new version of Pages, Keynote, and Numbers.
    I believe this to be a Pages, Numbers, Keynote issue as when I send the file from Keynote to the WebDAV folder as a PPT, everything works fine.  Kind of hard to get the staff to use Keynote when all they see is the "PowerPoint" verson works with no issues.  Also, this would be a poor work around for something that use to work in the past.
    Anyone else experience this or have suggestions?
    Thank you in advance.

    I'm not sure if this is exactly what your original post is about but I saw the comments under it talking about
    getting the same notification over and over again that dropbox files were updated, like it's in a loop and won't stop. I also am seeing the properties.plist, index.zip and preview-micro.jpg as the updated file names when I click on my little dropbox icon on the top of my desktop. I am on a Macbook Air OS X 10.9 (Maverick). I've been using dropbox for a while and this seems to have started after I upgraded to Maverick.
    I wrote to Dropbox and here is the process they had me follow to correct this problem, and it worked perfectly, so I thought I'd share (**the only step that I didn't do is step 4 because I couldn't find the dropboxhelpertools folder in my library):
    Thank you for contacting Dropbox Support!
    There appears to be a problem with the Dropbox software currently installed on your computer. I'm going to have you do a full reinstall and resync to attempt to fix the problem.First, make sure you save and quit ALL programs that access files in the Dropbox folder.
    Here are the steps:
    1. Download the newest version:
    - http://www.dropbox.com/install/
    2. Stop the Dropbox desktop application (if needed)
    - Click on the Dropbox icon.
    - Choose Quit/Stop/Exit
    3. Delete Dropbox meta-data folder:
    - To delete this folder open a Terminal (Located at /Applications/Utilities/Terminal for Mac OS)
    - Copy and paste the following lines into the Terminal and press RETURN:
    mv ~/.dropbox ~/.Trash/dropbox.old
    - This will move the folder to the Trash and make it visible.
    4. Delete the Dropbox Contextual Menu Item Plugin
    - Open the Finder and select Go to folder... from the Go menu (or press Shift-Command-G)
    - A dialog box should appear. Now copy and paste the following line into the box and press the return key:
    /Library/
    - Finally drag the DropboxHelperTools folder to the Trash and enter your Administrator password if prompted to complete this action.
    5. Reinstall the Dropbox desktop application
    - Open the Dropbox .dmg file and double click the Dropbox icon.
    - Dropbox should appear in your menu bar.
    - Relink your account.

  • HTML5 media such as HTML5-enabled YouTube and the Ingress Intel page causes Firefox to crash my nVidia driver.

    I've began to notice that HTML5 media causes strange issues with my graphics drivers. Watching HTML5 videos on YouTube or browsing the Ingress Intel page causes Firefox to lock up after a period of a few minutes, though I can still hear audio and use keybindings, I'm not able to move my mouse onto the desktop that Firefox is currently on (I use two monitors). I'm forced to reboot my PC to resolve the error.
    This appears in the event viewer when the issue occurs.
    "The description for Event ID 14 from source nvlddmkm cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    \Device\Video5
    !06d7(2640)"
    I've tried resetting Firefox, reinstalling video drivers, etc. It only happens with HTML5, not Flash.

    Yep, that fixed it.

  • Page item validation does not get removed

    Hi All,
         I had a page item validation defined on the page and later removed by deleting the validation in the 'page processing' in Application Builder. However, the validation still seems to execute at runtime. Can anyone tell me if it needs to be deleted from some other place as well.
    Thanks

    What is the validation? What version are you in?
    There are some item validations that execute automatically based on settings like 'Required'.
    Date pickers has other attributes that can declaratively validate range.

  • Item Level & Page Level Validation..

    Hi ,
    What is the difference between Item Level validation & Page Level validation..
    in which sceneario it will be useful.
    Anoo..
    Edited by: Anoo on Dec 16, 2008 5:04 AM

    Hi,
    From the APEX help:
    * Item level validations are specific to a single item.
    * Page level validations do not apply to any single item, but apply to an entire page.
    {code}
    Paulo Vale
    [http://apex-notes.blogspot.com]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • CS3 Bridge is not function; do I need to re-install?

    Hello, I will admit to being woefully remiss in installing my wonderful CS3 software.  Just did so a few days ago.  Adobe Bridge was working fine, but today I can't access it at all for some reason.  Do I need to de-install and re-install everything

  • Connect to a shared printer

    My dilemma: I have a desktop computer with Windows XP installed.  Other household laptops use Windows vista and want to be able to print through my printer which is directly connected to my desktop using XP.  How can I set my Vista laptops up to acce

  • Adding role in fk column name

    Hi, 2 entities PROJECT and EMPLOYEE; with two 1:N relations between these two entites : "commercial representative" and "manager". a projet has one manager (employee) and a projet has one commercial repr. By default (naming templates), the fk columns

  • Inserting Record in Two Databases

    Hello , i want to save the record in two database 1 oracle 9i r1 2 MS access what is the best way to do

  • Bo edge 3.1 , crystal report and xcelcius installation

    Hi, I am installing BO edge 3.1 sp3 on windows server. i have a query is it required to install crystal report 2008 and xcelcius on the server? or it should be install it on the client machine? If the  crystal report 2008 and xcelcius has to be insta