Display of the results of the process beyond process success Message page

I have a page where the user can re - set their password. They are to enter a new value for password in both boxes, click a button and if the value is non-null and the same in the two areas, the password and the user sees the "Message of success of the process.

The problem is that even when the user does not enter the correct values, they see now the "Message of success of the process" even when they go bad values. They don't see what I'm trying to provide through the lines of htp.p below.

What follows is a page process that is triggered after a click on the Send button:

Start
If (: p26_pwd2 is null or: p26_pwd3 is null) then
HTP.p ("Please enter a value for your new password.'");
on the other
If: p26_pwd2 =: p26_pwd3 then
apex_util.change_current_user_pw(:p26_pwd3);
HTP.p ("your password has been changed.'");
on the other
HTP.p ('your password values do not match. Check your values and try again. ") ;
end if;
end if;
end;

This seems like it should be easy to solve, but I obviously have difficulties.

Published by: DDysart on July 16, 2009 11:04

The recommended way to do this is to use Apex "validations.
1. the point not null validation for p26_pwd2
2. the point not null validation for p26_pwd3
3. a validation of PL/SQL to check expression if: p26_pwd2! =: p26_pwd3

Each validation returns the appropriate error message you need.

If the validation fails, another page processing is not performed.

Now your process page can simply be apex_util.change_current_user_pw(:p26_pwd3) with the appropriate message.

Tags: Database

Similar Questions

  • The separate display - process success Message - for INSERT/UPDATE/DELETE

    Hello

    When we either Insert/update/delete records of shape of the APEX, it fires the Page - processing of automatic line (DML) process and displays the following message - process success Message

    -File has been processed.

    Is there a way for each of them, we can change this message...
    I mean, if the creation of a new record - message should be - record has been created... his way... If update... * manual has been updated *... and so on...

    Thank you
    Deepak

    Hello

    One way is to create a component hidden from this page and calculation value according page submit the request.
    for example if the application is updated then the item value record has been updated.

    Then put this point to the message of successful treatment of automatic line (DML) as & Px_YOUR_ITEM.

    Hope this helps

    BR, Jari

  • I am trying to install Windows XP and during the process, a message appears with the title "RUNDLL__Error in iesetup.dll Missing entry: IEAccessSysInst. The process then stops and I cannot make progress.

    I am trying to install Windows XP and during the process, a message appears with the title 'RUNDLL '.
    "Error in iesetup.dll Missing entry: IEAccessSysInst.  The process then stops and I cannot make progress.

    Do not install an operating system is usually caused by (in order of probability):

    1. you are trying to install with other devices connected to the computer. Unplug them before trying to make an installation.

    2. "" "" defective installation media. "" Check the CD/DVD installation for scratches, tasks. Try another machine.

    3. bad optical drive. Test with another CD/DVD bootable or Exchange for a well-known work.

    4. faulty RAM. Test with Memtest86 + www.memtest.org . You will download the .iso image file to create a bootable cd. Burn the file with the third party burning software *-as an image, not in the form of data. Then start with the media that you did (you may need to change the boot priority in your BIOS so that the optical drive is the first boot device). The test runs immediately. The test run for an hour or two--at least that errors are seen immediately. If you get any errors, replace the RAM.

    * It is not necessary to have a third party burning software in Windows 7 since Win7 natively allows to burn an .iso. Other operating systems require it. A good free choice ImgBurn comes from www.imgburn.com .

    5. bad hard drive. Test with a diagnostic utility downloaded from site of the disc mftr... You create a bootable CD with the files you download. Burn the file with the third party burning software *-as an image, not in the form of data. Boot with the CD that you have done and do a full test of the reader. The physical tests fail, replace it.

    * It is not necessary to have a third party burning software in Windows 7 since Win7 natively allows to burn an .iso. Other operating systems require it. A good free choice ImgBurn comes from www.imgburn.com .

    6. other hardware components are faulty. MS - MVP - Elephant Boy computers - don't panic!

  • IOM 11 GR 2 - unable to suppress the display of the process iPlanet form

    11 GR 2 IOM or 11.1.2
    SJSDS connector 9.0.4

    I have configured the SJSDS connector, it resources, etc. and can manually directly available iPlanet to a user of the IOM through the interface of the identity.
    I configured the process shape to pre-fill all the necessary fields.
    I checked the box Auto Save form within iPlanet process user definition.

    It is my hope that when the administrator directly affects the resource to a user they will not be presented with the form to process. However, when we directly allocate the resource, the process shape appears causing the administrator to submit the form.

    I double checked the documentation for Auto Save form in the developer's Guide to Oracle Identity Manager 11 g Release 2 (11.1.2) - E27150-03 and the Guide of connector Oracle® Identity Manager for Sun Java System Directory Release 9.0.4 - E10446-12 and I think that my expectations are correct.

    (1) no matter who has successfully deleted the form of courses on-line or manually provisioning SJSDS via the interface of the identity?
    (2) would Auto Save form only linked to demand of commissioning?

    Thank you in advance.

    They are also good questions, but I'll give you the details :-)

    (1) what does the box 'Auto Save form' useless? -

    NO, if you don't do this then your Provisioning will be blocked in the Validation System.

    (2) you can "Auto-save" the form of the Application Instance?
    According to Oracle either hide these attributes or delete these attributes, but there is no clean way to remove such things.

    Question for you:
    If you don't want automatic backup of your Instance of form then why did you create that.

    Workaround solution:
    If you don't want Application Instance and then create an Instance of the Application more without any form

  • Display of the process in the list of specific user tracking

    Hello

    I have a process in which there are several operations to assign tasks to users to complete forms.

    I want a specific user in my domain name in order to examine each instance of the process that is launched, but I didn't understand how to achieve without affecting the task to him. I played with task list of access control and properties of delegation and Consultation, adding a specific user or group settings, but always impossible to view the process in its watch list.

    Y at - it an option or a workaround for his watchlist get populated?

    Thank you

    I'm glad to hear it.  I was about to update my post.  It turns out that I had other search criteria that affect my research.  When I removed these I

    has been able to launch the research and to see tasks in other queues (assuming, of course, that I had any

    Active ACL in the service of the user.)

  • In the success message page elements?

    All,

    Is it possible to refer to a page element in a message of success of the process? If so, what is the syntax? We tried & P1_ITEM. and #P1_ITEM #, but neither seems to work...

    Thank you
    -David

    Hi David,

    This thread implies that * & P1_ITEM.* should work. Maybe something else in this thread will help.

    {message: id = 9652784}

    Jeff

  • Time is not correctly displayed in the process Planner

    I have a 9.2 install new (PT8.54) PeopleSoft FSCM.  When I ran at the start a task in Task Scheduler process, the work would be performed but display the wrong time and time zone.  I'm in the Eastern time zone, and it will display the Pacific time zone (and 4 hours off).  I changed the time zone in PeopleTools and customization options.  Now, when I run a job, it displays EDT, but always showing time of 4 hours.  For example 10: 00 EDT, I ran a job and it shows 20:00 CEST.  Can someone tell me how to solve this problem?

    Hi, could you run this in your database and see if it shows the difference of 4 hours?

    Select to_char (sysdate,' the hh24: mi: ss' dd/mm/yyyy) twice;

  • The Manager of the tasks only displays "complete the process" Panel without tab or click on and can only be closed by right clicking on the icon of cpu in the task bar.

    The Task Manager window shows only the "-l 'CPU usage = end process without tools like usual window Panel' close, reduce or restore and without tab to the rest of the installation." I can't get this Panel click with the right button in the taskbar - Ctrl-Alt-Delete to bring him more. How can I fix the missing parts of the Task Manager window, and which caused them to disappear?

    Double-click the border. (REF KB314227) Ramesh Srinivasan, Microsoft MVP [Windows Desktop Experience]

  • Firefox will display in the process, but does not actually open. Must force close and reopen in safe mode to run. Can not reset freezes.

    All I know is listed in the original question.

    Hello

    As mentioned by you that Firefox works fine when it is started in safe mode - is that at the time? To find out if some of the addons/plugins you have installed is causing the browser to freeze, can you please try disabling addons one by one to see if it helps to find the plugin that may cause this problem.

    Also, can you please confirm if you saw this question earlier or if it's something you started to notice once you have switched to Firefox 26.0.

    Thank you

  • Using the page submit after elements in the process of treatment page

    Hi all

    I have a form of DML in which the user can update a column.

    After clicking the Apply Changes button that I need to send an email saying the record has been updated with some page elements in the body of the email.

    I am able to send email, but I'm not able to display the page elements in the body.

    After changing the save the session state for the 'yes' also he did not.

    Y at - it another option that must be set so that I can use the page elements in the body of the email.

    Thank you

    MJ

    Make sure that after settlement it is normally a reset page call, is perhaps what kills the variables you are trying to access.  You should put your mail send processes PRIOR to the reset page process...

    Thank you

    Tony Miller
    Los Alamos, NM

  • "There was an error during the processing of a page.  There was a problem reading this document (109).

    Hi all

    I am tech support on site and some of my users receive the error message above (same error code, message varies).  I tried several fixes to note here: Adobe help

    Any help is greatly appreciated!

    Windows 7 Pro 64 b.  Adobe Acrobat Pro 10.1.12

    Download AssistantAdobe 109(1).pngAdobe 109.png

    After hitting ctrl + OK (discovered this trick after reading these great forums!) I get this new error:

    Adobe ctrl OK error.png

    I'm a bit of a loss compared with Sabian. What exactly users trying to do when they get the message? It almost seems that they are only trying to launch Acrobat and there is a problem. In this case, a repair is necessary. However, I'm back to not understand what they're trying to do, in the operating system or Acrobat, and where the problem may be resulting to be located.

  • text/button/display of the radio buttons in a different page depending on the radio button

    Hello
    I have this project wehre I need to display a text message about ten lines each based on the choice of a selection of button radio, then siplay to another page (screen page).
    is it possible donation
    and how?
    This is my code so far.


    In my index.cfm page
    I have the following code.


    If the user clicks
    show message1 / first the radio button then
    It appears
    yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy


    If the user clicks
    show message1 / second radio button then
    It appears
    pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppp



    < Td > < label > for the: < br / >
    < input name = "mygroup1" type = "radio" value = "show message1" / >
    First option button
    < / label >
    < p >
    < label >
    "" "" < input name = "mygroup1" type = "radio" value = "message recu2" / >
    second option button
    < / label >
    < /p > < table >


    my "submit" button

    < p >
    < input type = "submit" name = "Submit" value = "" gotodiplaypage > > "/ >"
    < /p >

    ------------------------------------------------------------------------------------------ --------

    When submit is pressed then it will go to

    View my stories page

    Dis_mystories.cfm

    Try this...

  • Organizing PE 10 Crash anytime, anywhere with W7 and stop the process with message

    When I use Orgaizer first elements 10 with W7, it crashes with the message when I work a picture full screen.

    My configuration is:

    Graphics card last dversion driver radeon HD 6970 2 GB

    8 GB of RAM

    Intel 7 2600K

    Windows 7 Sp1 64 b

    I you have idea, welcome in France

    Do you have manually switched to Windows Update and downloaded even non-critical updates?

    Also, try to run care of advanced system Care Free deep to make sure that your computer is clean, freshly tuned and defragmented.

    http://www.iobit.com/advancedsystemcareper.html

    If this does not work, please tell us what model of camcorder that comes your video and what format it is.

  • Where can I go to adjust the size of the police of the headers, tabs, toolbars? Messages, pages, on the screen appears normal and can be adjusted using ctrl +-.

    Run Firefox 28.0. Just updated, which did not help. On Firefox and Thunderbird font size increased to headers, tabs, toolbars, drop-down menus, etc. What's on the display appears normal and can be adjusted by using the CTRL +. Has no effect on the toolbars, headers, etc. My resolution is to the max, small icons, the size of the text to 100%.

    You can set the layout.css.devPixelsPerPx pref on the topic: config page on 1.0 or Windows 8 to 1.25 and if necessary adjust layout.css.devPixelsPerPx from 1.0 to 0.1 or 0.05 steps (1.1 or 0.9) do the icons to display properly.

    See also:

    An extension allows you to adjust the size of the text in the user interface and zoom the page in the browser window.

    You can watch this extension to adjust the font size for the user interface.

    You can watch the Default FullZoom Level or NoScript extension if the web pages need to be adjusted after the change of layout.css.devPixelsPerPx.

  • Mix of traditional and interactive reports fails the process of RESETTING of PAGINATION.

    I have a tab page where I got 3 different reports REPORT_A (classic), REPORT_B (interactive) and REPORT_C (CLASSIC) in alphabetical order. I have a page to reset pagination process that will always draw (without condition) when you visit the page with the tab.


    Reset pagination process that exists in the front scene of the header is set to fire but not to reset the interactive report. It affects the subsequent classic report REPORT_C as well. The REPORT_A would be reset paging very well since it exists before the interactive report. Is this a bug in apex?

    I created an application of demonstration of test with specific steps to reproduce the problem. The steps are on the demo site itself.

    http://Apex.Oracle.com/pls/Apex/f?p=56638
    SUP: testuser
    P: password

    Apex Version: 4.2.4.00.08

    In my real application I wish a dropdownlist control on the page based on which I would like to filter the data. The dropdownlist control will have a corresponding branch of after-submit who will absolutely perfect pagination to reset & RIR. But when we visit Web site by tab the above problem would break the page.

    I tried the solutions like gReport.search ('SEARCH') but that will only set the interactive report, not the classic REPORT_C. It's just a hack anyway.

    Any ideas. ?

    Hello

    Create before that the process header on page 12 that calls APEX_UTIL. IR_RESET

    Kind regards
    Jari

Maybe you are looking for