JSF Error Message not displaying/popping up in clickToEdit table

I have an entity object validation rule which displays a message when the validation fails. I have set the Validation Failure Severity as an Informational Warning. I do want to user to continue if he is happy to do so. Everything works fine when testing in the model project.
Now, in the ViewController project when I add the View Object to a page as a af:table component the Warning message only comes up if the tables Behavior/EditingMode property is equal to editAll AND if the inputText Behavior/AutoSubmit property is false. It actually seems like this is the only time the validation is performed…
If I change the tables Behavior/EditingMode property to be clickToEdit the warning message does not come up anymore?
If I change the inputText Behavior/AutoSubmit property equal to true, then the warning messagewill not come up in ether of the editAll or clickToEdit table. A orange border will be displayed in the editAll table, but no message?
What is the difference, and how can I get the warning message to be displayed when the table is clickToEdit table?
I am using JDeveloper 11.1.1.3 PS2
Thanks

Hi
Just to mention. It seems this issue was a bug in 11.1.1.3, and it is fixed in 11.1.1.4...
I still don't know how to get around the problem in 11.1.1.3, but atleast it is working in the latest version.

Similar Messages

  • Error message not displayed - Downloading files in a table

    Hi!!!
    I'm following the guide to download files onDemand in a table, you can find that guide at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0e10426-77ca-2910-7eb5-d7d8982cb83f
    If found a problem with the guide: What would happen if there's an error while downloading or somenthing else? There the author doesn't explain how to show an error in the view.
    What I'd like to do is to show a error message in the view where the table is.
    I tried to add some code, but it doesn't finally show the error message.
    I have a method that generates the file and returns the path of the file in the context, so I can read it. It return boolean (true if the file was generated, false on the contray). That method is called executeZgav_Sf_Formulario_Sv_Input(nroEmpleado, nroViaje, morei, datosEspejo); and is working fine.
    I also have a static class that reads a file and returns the byte[] called: ManejoArchivos.getByteArrayFromResourcePath(wdContext.currentOutput_FormularioSVElement().getP_Path(), true);
    But if for example, the parameters are incorrect and the file cannot be generated, the method is supposed to show an error but is not displayed on the screen.
    I have some code after that which validates if the file could be read or not and returns the bytes of a prewritten PDF file with an error message.
    Added code:
              byte[] r = null;
              boolean continuar =
                   this.executeZgav_Sf_Formulario_Sv_Input(nroEmpleado, nroViaje, morei, datosEspejo);
              if (continuar)
                   try {
                        r =
                             ManejoArchivos.getByteArrayFromResourcePath(
                                  wdContext.currentOutput_FormularioSVElement().getP_Path(),
                                  true);
                   } catch (FileNotFoundException e) {
                        wdComponentAPI.getMessageManager().reportMessage(
                             IMessageData.ARCHIVO_NO_ENCONTRADO,
                             null,
                             true);
                   } catch (IOException e) {
                        wdComponentAPI.getMessageManager().reportMessage(IMessageData.PROBLEMA_IO, null, true);

    Hi Alejandro,
    Try This.
    try
    catch (FileNotFoundException e) {
    wdComponentAPI.getMessageManager().reportException("Given FileNotFoundException : "+e.getMessage(),true);
    catch (IOException ex) {
    wdComponentAPI.getMessageManager().reportException("Given IOException : "+ex.getMessage(),true);
    Re: How to display which exception Is Raised?
    Regards,
    Mithu

  • Error message not displayed in a pop up

    Hi ,
    I have a pop up screen in my web dynpro  with a input field and two buttons.
    i have a error message written in the WDDOBEFOREACTION method of my pop up window. But the message is not displayed on the window. But If the same is written in the event handler of the button click it is triggered.
    Please help me to display the message with the code in WDDOBEFOREACTION method  .
    The code is as below
    lo_nd_bp_data = wd_context->get_child_node( name = wd_this->wdctx_bp_data ).
    * get element via lead selection
      lo_el_bp_data = lo_nd_bp_data->get_element( ).
    * get single attribute
      lo_el_bp_data->get_attribute(
        EXPORTING
          name =  `BP_NUMBER`
        IMPORTING
          value = lv_bp_number ).
      CHECK lv_bp_number IS NOT INITIAL.
      IF zcl_rms_webdynpro_texts=>check_for_victim_bp( i_bp_number = lv_bp_number ) = abap_true.
    * get message manager
        DATA lo_api_controller     TYPE REF TO if_wd_controller.
        DATA lo_message_manager    TYPE REF TO if_wd_message_manager.
        DATA: lv_p1 LIKE syst-msgv1.
        lo_api_controller ?= wd_this->wd_get_api( ).
        CALL METHOD lo_api_controller->get_message_manager
          RECEIVING
            message_manager = lo_message_manager.
        lv_p1 = lv_bp_number.
    * report message
        CALL METHOD lo_message_manager->report_t100_message
          EXPORTING
            msgid                     = ZMSG_CLS
            msgno                     = '222'
            msgty                     = 'E'
            p1                        = lv_p1
            cancel_navigation         = abap_true
            enable_message_navigation = abap_true.
      ENDIF.
    Edited by: SAP LEARNER on Jan 5, 2012 1:37 PM

    have a error message written in the WDDOBEFOREACTION method of my pop up window. But the message is not displayed on the window. But If the same is written in the event handler of the button click it is triggered.
    strange..
    wddobeforeaction will trigger then event handler wil trigger then wddoafteraction will trigger.
    Did you put a break point in wddobeforeaction?
    Regards
    Srinivas

  • Error Message not displaying full error msg in screen

    Hi Frds,
    Need to display the error message as my specified words.... . I have created a message class also... even though its not displaying mesage properly
    My Message i passed here . R&D Material already exists.........

    Hello Kabil,
    If you use '&' then your message will be truncate in Status bar message. Best option would be use 'and' instead of '&' the your problem will be resolved.
    Cheers,
    Vadamalai A

  • Why error messages not displaying in installed AIR app?

    Hi!
    Help me please understand how AIR handle errors. When I run air application from the Flex Builder and have some code that
    generates an error, a window appears with the error description, such this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at MyApp/genError()[C:\FlexProjects\MyApp\src\MyApp.mxml:10876]
        at MyApp/___MyApp_Button92_click()[C:\FlexProjects\MyApp\src\MyAppmxml:10880]
    So I can see where error is occur and handle it. But when I release build the same app, run it, click the button that generate error, nothing happens, no error messages etc. So users can not catch bug even if it happens and can't reported it ...

    Thanks Ted!
    I will make every effort to debug errors at development time, but can not be 100% sure that they can all be found immediately. Can I set in the compiler option some parameter to 'true' for displaying error messages or something like that?

  • Error message not displaying when stock is zero

    Hi friends
    pls guide me how to solve , when ther is zero stock in the system for the particular item is not showing any error message , instead it is creating the delivery doc without any error message .
    pls tel me where would be the problem .....
    awaiting for the reply sooon ....
    Thanks in advance
    Mahi.

    Check Material Master, it it allows Negitive Stock. If yes then it will allow to process the Delivery Document.
    It is also possible that Availability Check is not maintained in Material Master ot settings of Availability Check.
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • Displaying Error message in a pop-up window

    Hi,
    I need to validate the entry in a field on the selection screen and display the error message if the entry does not exists in the corresponding table.  <b>But the error message should be displayed in a pop-up such  that on continuing , the selection screen re-appears.</b>
    How can i  display the error message in a pop-up window  with a single continue button?
    <b>( i dont want to display the yes and no options as in case of fm popup_to_confirm etc.)</b>
    thanks,
    vartika

    Hi,
    Try this:
    tables : BSIS.
    parameter : bukrs like bsis-bukrs.
    at selection-screen.
    if bukrs eq '1000'.
       message 'Co. Code is not allowed' type 'I'.
    endif.
    Thanks,
    Sri.

  • Error message as a pop up

    Hello All,
    I have a requirement to show an error message in a pop up window. This cannot be a information message.
    i also tried using the function module POPUP_DISPLAY_MESSAGE but it does not seem to work. I want the processing to stop here, but the processing continues with this FM even if the message type is E.
    Please let me know if there is any other method.
    Thank you
    Usha

    Hi Usha,
    when you use error message than sy will take care that not to proceed further.
    when you using FM to show it as popup,
    you have to handle not to proceed the control using flags or exit statements.
    -Anu

  • No error message is displayed while deleting an attendee from a course.

    Hi Experts,
    Mu customer is facing problem while trying to delete an attendee from a course under Training and event management. The path he is following is right:
    1) In PSV1(Dynamic Attendance Menu)the employee is seen firmly booked in
    a course.
    2)Right-click on his name and select cancel
    3)Click the dustbin to remove
    But nothing is happening, neither the employee is getting moved from the course nor any error message is displaying giving us any indication of what can go wrong. Can you please suggest what can be the possible problem?
    Strangest thing is, this problem is occuring only for one employee.
    Thanks and Regards,
    Toa

    Hi Manoj,
    Thanks for your reply.
    That is the problem, no error message is showing. When the delete button is pressed, neither the attendee is getting deleted nor any error message is displaying as of why the deletion is not occuring.
    FYI: The employee is not locked.
    Thanks,
    Toa

  • Error messages are displayed when opening the RTV form.

    Hi All,
    While doing a return to vendor the following error messages are displayed.
    1.Go to the Inventory Management --> Return to Vendor screen.
    2. In Action Drop down select ‘New’ and click on OK
    3. A series of errors are encountered.
    4. A warning message as [640+49> 688] and then click ‘OK’.
    5. Notice the error message”Multi view internal error: B_RTV_DETAIL.QTY_RETURNED:current_col_pos exceeds parameter defined maximum right position” and then click’ OK’.
    Can any one help me out in these?
    Thanks,
    Sushanth.D

    This is a coding issue in the form, maybe the number is too big for the box on the canvas.
    It looks also like a business issue is kicking off the error, the message [640+49> 688] looks like some units of stock etc. check, e.g. the returned quantity is larger than the stock on hand.
    File an SR with OracleSupport and/or open the UI's Form fmb code in Forms Developer.
    Multi View relates to an (quite old) OracleRetail (Retek) Forms pll library that enhances the Forms features, if my memory is not letting me down.
    Best regards,
    Erik

  • JSF error messages

    has anybody successful using JSF error messages. Im using JSF portlet framework to display error msgs using h:messages tag. Im able to display validation/conversion errors with h:message tag.
    Im unable to display general messages that are result of an application exception. Has anybody ever done that?
    Help would be appreciated.
    Thanks
    -Sri

    If I understand you correctly ...
    FacesContext context = FacesContext.getCurrentInstance();
    FacesMessage message = new FacesMessage("New Message");
    context.addMessage(null, message);

  • UI error message when displaying Account Factsheet.

    When I view the factsheet in the UI I get the following error message:
    Cannot display view BSP_DLC_FS/factsheet of UI Component BSP_DLC_FS
    An exception has occurred
    Exception Class     CX_BSP_WD_INCORRECT_IMPLEMENT - Window 'SalesOrgSelectorWindow' is not defined in the component 'BP_FACTSHEET'
    Method:     CL_BSP_WD_COMPONENT_USAGE=>GET_INTERFACE_VIEW_CONTR
    Source Text Row:     28
    Cannot display view BSP_DLC_FS/factsheet of UI Component BSP_DLC_FS
    An exception has occurred
    Exception Class     CX_BSP_WD_RUNTIME_ERROR - View BP_FACTSHEET0002.SalesOrgSelectorWindow in component BSP_DLC_FS could not be bound
    Method:     CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row:     165
    If I look at the BP_FACTSHEET component and the the window ''SalesOrgSelectorWindow' is defined and is active though.
    Can anyone make any suggestions as to the cause, or maybe things to check.
    Jason

    CRM 7.
    I was planning on performing a restore of the CRM dev system from the previous day, but then discovered that the Repository.xml was missing, or almost empty. This was the SAP standard .xml file, so I copied/pasted from our Sandpit CRM system, then everything worked. That may not have fixed the problem completely though, I'm just trying to see if there are any more issues. One of the symptoms was that when I entered the BSP component workbench there was no BOL Model Browser tab, but the Component structure browser and Runtime Repository editor was there.
    I'll check everything now and will ensure that all is okay, but on the plus side we can now display the factsheet in full within the UI with no errors. I'm beginning to think that perhaps CRM 7 is not as stable as I first thought. What action would blitz the Repository in this way and leave you with a non-working system I wonder. Also, at what point does the repository.xml get updated when changes are made, like when new viewsets added etc.
    Regards
    Jason

  • Prevent that error messages are displayed twice

    Hi All!
    How can I prevent that error messages are displayed twice.
    The FuBa is called at the backend more than one time (at least twice)
    therefore I get every message twice.
    Regards
    sas

    Sas-
    I'm not sure if I understood your problem. Are you saying that you have a service which you call in a loop, and display the error message in the loop as well? If so an option would be to have a [HashMap|http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html] where the key is the error message id, and the value is the error message. In the loop check if the error message id returned by your service already exists in the map and add it only if absent. Then after your loop is complete use the MessageManager to display your consolidated error messages.
    Cheers-
    Atul

  • Error 107: I keep trying to download AE but the error message keeps on popping up.

    I am trying to download AE but this error message keeps on popping up. I refreshes the page, cleared the Local Store, cleared my cookies, turned off the security program, everything. I NEED HELP!

    Troubleshoot Adobe Download Assistant
    Direct Download Links for Adobe Software
    And not to state the obvious: Error 107 usually indicates that your system doesn't meet the system requirements, so verify that.
    Mylenium

  • Infopath 2013 generic error message that displays

    In an InfoPath 2013 custom form that I created, I have several columns that are required. If the user does not enter all the data that is required, the automatic generic error message is displayed.
    I would prefer to make the error message that is more 'user friendly'. Thus can you tell me if there is a way to make the error message more user friendly? If so, would you tell me how to make the message more user friendly?
    The generic error message that is automatically displayed is:
    'InfoPath cannot submit the form because it contains errors. Errors are marked with either a red asterisk (required fields) or a red, dashed border (invalid values). use ctl+shift+O to go to the next error. Use ctl+shift+I to view error details'.
    Thus can you show me how to make this error message more user friendly in InfoPath 2013?

    Hi Wendy,
    All the error messages for the InfoPath form errors are stored in the intlcorestrings.js file which is located in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\INC.
    If you want to modify the error messages, then you can modify that file to change the corresponding error message.
    Per my knowledge, the error you want to customize is IntlCoreStrings.k_strSubmitBeforeErrors and IntlCoreStrings.k_strSaveSubmitErrorInformation.
    You can change the two lines.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Error while creating webdynpro component

    while checking the  webdynpro application there was an error getting displayed as " Accessibility description is not set for element "TABLE_EMPID"."

  • With Scanning call RFC of create TO and confirm TO W/O SAP WM confg--------

    Hello expert, We are using SAP WM functionality. Client is using scanning device for scanning a bar code. Can I integrate scanning with SAP WM to create TO and confirm TO with RFC? We do not want to use RF transaction/SAP RF configuration. Is it poss

  • BPM (blocks) stops for Abort messages

    Hi, We are using a RFC to get details from R/3 in a BPM scenario and handled exceptions for this RFC response. Our problem is the error handling behaves well when it has an error or success wherease for an abort messages, the entire process stops wit

  • What are the differences between three BAPIs available to create quotes.

    Hello SAP gurus. I am trying to understand the difference between the following 3 BAPIs that are used to create Quote BAPI_QUOTATION_CREATEFROMDATA2 BAPI_QUOTATION_CREATEFROMDATA BAPI_QUOTATION_CREATEBOS Our company is right now using BAPI_QUOTATION_

  • PSE6 on Mac OS 10.6.2

    Hi I have recently been experiencing a lot of problems with PSE6 on Mac OS 10.6.2. When I initially installed the snow leopard update (10.6.2) PSE6 worked perfectly fine. However while attempting to save a layer file, PSE6 crashed on my and has not b