ADF RegExp Validator ??? how to change Error Messege ?

what is the key for the Error Massage in the ADF Regular Expression validator.
Message was edited by:
JOKe

Timo, Thanks for Guidance and sugession.
actualy for ADF component Internationalization working properly, but the Validators are defined in .java file and from that we have to bind our messages. we have created two properties file , one for English content and another for Arabic . But Still in Arabic conversion. the English message is coming. Is am i going in wrong way?.....i am just giving you highlight of my module......
1) My Validation is for Date i.e. "from date should not be greater than to date", which i have define it in .java file. At first we have Hardcodef the message,but as per the requirement we have to translate this message into Arabic one.
2)the two property files we have defined are abc_en.properties (for english) and abc_ar (for arabic).
3)now in java file we have declare one String variable "res" and insted of sop we have defined one method
MessageUtil.messageInfoWithTitle(res.getString("NEW.DATE.TITLE"),
res.getString("NEW.DATE.WARNING.MESSAGE"));
so that whenever we call this method it will take these key values and depending on the locale this message should get display.
So what is wrong thing i did? Please help me out.

Similar Messages

  • How to change Error Message into warning message

    Dear Friends,
    I am getting an error
    The qty stored that was entered is adjusted
    Message no. XU 040
    at the time of GRN. I am maintaining batch specific Unit of Measure.
    Please tell me how to change this error message in to a warning message.
    Thanks
    Prashant Atri

    Hello Prashant,
    This is satndard SAP messagge which is maintained in customizing;
    SPRO>>Logistics - General>>Batch Management>>Define Attributes of System Messages
    Here you can convert this messages to warning message. I urge you to please check with abaper as this may be hardcoded message and it may have implications on valuation and posting.
    In the above IMG path you can do the changes
    Br,
    Tushar
    Edited by: Tushar Patankar on Jan 1, 2011 5:36 PM

  • ESS Business Package - How to change error message

    Hi,
    In ESSBusiness Package Leave Application screen, if we enter some character XXX for From and To date field and try to proceed further (preview button) It is showing a error message 'Enter the value in format 11/25/1987" that we want to change to 'Enter the value in format MM/DD/YYYY".
    Please let us know from where this standard message is coming whenever we put some character values for any date control and how to change the same to customer specific message.
    Regards
    Sudhir

    Thank you Poojith,
    This is a standard message not only coming for Calender control in ESS application but also behaviour is same for custom webdynpro applications. So this message is not part of Leave Component message pool
    Regards
    Sudhir

  • How display more error messeges in BSP

    Hi all,
    I want to diplay more error messeges in BSP.
    I'm working in the extention standar class CL_CRM_BSP_PM_GENERIC_1O
    in the method
    IF_CRM_BSP_PROCESS_IL~CHECK_BEFORE_SAVE
    with the following parameters:
      ls_message-msgid = 'ZGIVAUDAN'
      ls_message-msgty = 'E'
      ls_message-msgno = '001'
      CALL METHOD gr_intlay_1o->set_status_message
          EXPORTING
      is_msg_show      = ls_message
    With this procedure the system shows only one error messeges. If I repeat the same step for another message number the system displays only the last message.
    What's the code or parameters need to show multiple error messages in the same page (BSP)?
    Thanks in advance,
    Best Regards
    Lorenzo

    Hi Lorenzo,
      Go through the links,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/48/625f3c689a6c4de10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/aedd3a6dac703be10000000a11405a/frameset.htm
    Regards,
    Azaz Ali.

  • How to Change ERROR Message

    Hi Frnds,
    Hope you all doing good.
    I have kept a database level constrint for a Standared OAF page. but the database error was displaying on page like this
    ORA-02091: transaction rolled back ORA-00001: unique constraint (HR.XXDate_UNIQUE_UK) violated in Package irc_party_swi Procedure create_user
    how can i change this error message and keep my own custom message to display in screen !!
    any suggestions or code would be a big help please :-)

    Hi,
    Thank you frnd.it would be helpful for me if you provide any sample code.please
    You'd need to use a try - catch block around the code that invokes the database call an use an OAException
    when the submit button is pressed in the page. PFR is invoking AM,in the application module commit is taking place.at the time of commit the database level constaint is invoking.
    so now where shuld i keep try-catch block ?

  • How to change error messages in Oracle Portal 3.0.9.8

    I have errors such as "No row returned" and etc.
    How can I change this error messages.
    Urgent
    HELP

    about report:
    select field1,field2,...,fieldn
    from table
    where table.date_insert<sysdate
    union
    select null field1, null field2, ...,null fieldn
    from dual
    order by field1...
    about other err:
    solve this problem by writing portlet manually

  • How to change error log location

    I have been trying to change the location of the SQL 2005 error log. It's logging to the default location at C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG
    I want to move the log location to the E drive because it can get quite large.
    I already changed the setting in the SQL Server Error and Usage config tool, but this did not seem to make a difference.
    Can someone tell me please how to do this?
    Thank You,
    Ed

    The errorlog location is controlled by the -e startup parameter, which is read from the registry at startup.
    You can change the default location from the SQL Server Configuration Manager.  Open the properties for the SQL Server Service and find the Startup Parameters entry on the Advanced page. 
    By default the entry looks something like this:
    -dD:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eD:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lD:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
    Change the path after -e to be anything you'd like.

  • Programatically change the error message thrown by ADF Method validator

    Can I change an error message being displayed by an ADF Method Validator?
    The message of the method validator can be specified declaratively using the Wizard. But is there anyway I can programatically change it inside the body of the method validator?
    Inside a method validator i will check for about 5 conditions and each condition will have a separate error message to reflect the error correctly. I can't use a single message declared by the wizard.
    regards,
    Anton

    Hi,
    I think you should look at the follow links, hope they can
    help you
    http://blogs.technet.com/b/nexthop/archive/2013/02/19/using-iis-arr-as-a-reverse-proxy-for-lync-server-2013.aspx
    #Troubleshooting a 404.13 issue using IIS and Failed Request Tracing logs
    http://blogs.msdn.com/b/amb/archive/2012/10/10/troubleshooting-a-404-13-issue-using-iis-and-failed-request-tracing-logs.aspx

  • How to change java error message in transaction page?

    Hi experts,
    I want to ask, how to change ess critical error message to a user friendly message?
    the message appear because of user exit that we used on the back end.
    so here's the case:
    we use user exit of travel management to check end date of trip maximum is 2week from now.
    the user exit run correctly,
    but, the problem is it(error message) is appear in a new page. (and we can't undo or go back to the transaction page)
    how to make it appear in the transaction page? so the employee could easily change the date without input the transaction again from beginning?
    thanks.

    here is the error
    Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    , error key: RFC_ERROR_SYSTEM_FAILURE  
    this error come from user exit.
    i made validation for employee that they can't make travel request and expense more than 2 weeks (the end date)

  • How to change the default Layout Of the Error Page (to hide Home link)?

    How to change the default Layout Of the Error Page (to hide Home link)?
    If a user want to view some page that he/she don't have access to view it, a error page with this message will be displayed.
    "You do not have permission to perform this operation. (WWC-44131)"
    The error page, have in the Upper right page, Home link and Help link.
    My question is, How to Hide HOME link and HELP link in the Page?
    I try to find the template of the page, but failed to do that.
    Can anybody help?..it urgent.
    Thanks.

    Modifying the error page is not supported in the current release of Portal (9.0.2). You will be able to do this in the upcoming 9.0.2.6 release, planned for the end of May.
    Regards,
    Jerry
    PortalPM

  • Error messege- Please enter a valid date in Background Job

    Hi all,
    background job which is scheduled in sm37 is giving error for dated 01.01.2009 to 30.01.2009.
    But before 31.12.2008 it was working fine
    error messege-
    This is happening in Production and developement client.
    While running the report it showing the error messege- Please enter a valid date
    One function module is used in the report for geting fiscal year from date.
    it is showing the following error messege for perticular date range- 01.01.2009 to 30.01.2009.
    GM_GET_FISCAL_YEAR
    Error
    Fiscal year variant V3 not defined or maintained for date 01.01.2009
    Thanks
    Susanta

    Hi,
    Did you put the date fields to be dynamic in your variant? i.e if in your variant you specified date range of last year, this will not work for this year and eventually give you an error message that the date is not valid...
    Dev.

  • Error messege in Background Job(SM37) -  Please enter a valid date

    Hi all,
    background job which is scheduled in sm37 is giving error for dated 01.01.2009 to 30.01.2009.
    But before 31.12.2008 it was working fine
    error messege-
    This is happening in Production and developement  client.
    While running the report it showing the error messege- Please enter a valid date
    One function module is used in the report for geting fiscal year from date.
    it is showing the following error messege for perticular date range- 01.01.2009 to 30.01.2009.
    GM_GET_FISCAL_YEAR
    Error
    Fiscal year variant V3 not defined or maintained for date 01.01.2009
    Thanks
    Susanta

    Hi,Because this datein the past

  • HT204053 Why I can't purchase anything from UK Appstore? It says my ID connected to Kazakhstani store and I can't use it here in UK, I used to live in KZ. How to change stores? Create new ID? But I still have my old e-mail address, will it valid?

    Why I can't purchase anything from UK Appstore? It says my ID connected to Kazakhstani store and I can't use it here in UK, I used to live in KZ. How to change stores? Create a new ID? But I still have my old e-mail address, will it valid as a new ID?

    Welcome to the Apple Support Communities
    You can only purchase content on the Kazakhstani store because you created your Apple ID on that country. To change the country, see "Change your iTunes Store country" > http://support.apple.com/kb/HT1311?viewlocale=en_US&locale=en_US

  • While creating a device category i'm getting an error "enter a valid division via eg01,how can the error be overcom?

    While creating a device category i'm getting an error "enter a valid division via eg01,how can the error be overcome?

    Neha,
    you can do in two ways.
    1. Enter a valid Division which you configured in the system.
    2. Remove the Division as required field. However I suggest it should have a valid division. Why can not you check with your Functional owner?
    Linganna Katigiri

  • How to change validity period of cost centre or activity type

    Hi
    How to change validity period for an Activity type or Cost centre?
    Can we change the validity period once created?
    regards
    Prakash

    Please note this can be done.
    Go to Edit Cost Center
    Goto Edit, Analysis Period.
    Create a new validity period say today until 3112999
    Change the data you want and save.
    When you go into the CC again it will show two validity periods.

Maybe you are looking for

  • My skype number not working with new subscription

    My 1st subscription was cancelled due to an expired credit card. Unable to update credit card info, I was forced to open a 2nd subscription. I need to connect my skype phone number to the 2nd subscription.

  • Can't put ringtone on ipad to iphone

    I bought a ringtone on the itunes store on my ipad, how can i get it onto my iphone? When I go to the ringtone on the itunes store, it shows the price as if I hadn't downloaded it before. When I connect my ipad to itunes the ringtone is there but gra

  • Some easy java help required

    Kay Say for example i had: public int[] i d= new int[3]; {code}And i[0] was set to 3, i[1] was set to 5, i[2] was set to 4, and i[3] was set to 1. Basically in easier terms: {code:java} i[0] = 3; i[1] = 5; i[2] = 4; i[3] = 1; {code}Right, how would i

  • How do I add music to a slideshow of pics?

    I have just made a slideshow of pics in Keynote (with some text of the pics), and I am wanting to add some music that I have in iTunes to play in the background while the pictures are on automatic transition. I have tried dragging the song into Keyno

  • Photos keep getting rearranged or disappearing

    Each week, I have to take a bunch of pictures and set them to an audio recording as part of my job, and I've been using iMovie to do this since the start of the year.  Basically, I just drag all my photos into iMovie and then drag the audio on top of