How to disable built-in InputDate's validator ? (JDev 11.1.1.2.0)

How can I disable built-in InputDate's validator ?
Edited by: user9212524 on Jun 8, 2010 5:22 AM

I handle focus event on the InputDate. The default validator and my handler are conflict. They become an infinite loop.
Please see more at How to control what ADF return on handle clientListener (JDev 11.1.1.2.0)
So i want to validate the InputDate manually.
Thank you very much !

Similar Messages

  • [SOLVED] How to disable built-in speaker when I use the jack port ?

    Hi,
    I own an Asus X52F-SX053V laptop which has built-in Altec Lancing speaker.
    Here is my problem: When I plug my external speaker, or my headphones in the Jack port; I hear the sound through the device plugged in, AND through the built-in speaker.
    I'd like to disable the built-in speaker when I'm using an external speaker/headphones.
    I currently don't know how to do that, I guess it is possible
    I can copy the output of all the commands needed.
    Thanks
    Last edited by Lowra (2010-12-28 23:17:28)

    [SOLVED] When I plug something in the jack port, built-in speakers are automatically disabled.
    Here is the trick:
    sudo nano /etc/modprobe.d/alsa-base.conf
    Add the following line:
    options snd-hda-intel model=hp-laptop
    Restart Alsa, or reboot your computer
    Have Fun !
    Note: I guess it should work with other Asus computer (A52F, X52F series) and even maybe with other computers which use the following chipset: Intel IbexPeak HDMI

  • How to disable XML´s DTD validation in Weblogic10?

    Hello folks, we are trying to upgrade our server to Weblogic10, but it´s XML parser is validating XML´s DTD and ´cause we are behind a firewall we receive a error like:
    Tried all: ´6´ address, but could not connect over HTTP to server: 'www.w3.org', port: '80'
    Does anyone here known how to disable DTD validation in WL10?
    Regards,
    lottalava

    Well you can create non validating parser programatically .
    http://edocs.bea.com/wls/docs100/xml/programming.html#wp1069856
    i.e.
    SAXParserFactory spf = SAXParserFactory.newInstance();
    spf.setValidating(false);
    Hope this helps.

  • How to disable the validity of a particular Role for 100 users, in a single

    Hi
    How to disable the validity of a particular Role
    which is assigned to 100 users. (disabling the role of change the validity of the role )
    at present am doing manually, by entering into each user and changing the validity of the role
    Thanks.

    > How to disable the validity of a particular Role for 100 users, in a single ...
    ... shot?
    Assign a reference user to the 100+ users and create events in the factory calendar which assigns and removes the role from the reference user only.
    The downside is that it is not scalable for many of the same concepts at the same time, because a dialog user can at one logon time only have one reference user assigned to them.
    Cheers,
    Julius

  • How to disable field validation when block is in query mode ?

    Hi,
    we use Jdev 11g TP3 and implemented a button to set a block of input fields in query mode.
    Some of this fields are mandatory.
    When performing an execute operation this mandatory fields are validated and the JS error message pops up.
    In query mode this fields must not be mandatory !
    How to disable the validation of those mandatory fields when the block are in query mode?
    BR
    Peter

    Hello Peter,
    A little correction to Chris' suggestion, it should be:
    <af:inputText value="#{bindings.<your field name>.inputValue}"
                        label="#{bindings.<your field name>.hints.label}"
                        required="#{!bindings.<your iterator name>Iterator.findMode && bindings.<your field name>.hints.mandatory}">
    ...etc...The only difference is the removal of the ? : operator since it isn't required and represents both an additional parsing and processing effort. Go micro-optimization!
    ~ Simon

  • How to disable xml validation

    I'm trying to write an SVG parser using Xerces. The problem is that when the SVG file contains the doctype tag <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">my program throws the following exception:
    java.net.UnknownHostException: www.w3.org
            at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
            at java.net.Socket.connect(Socket.java:507)
            at java.net.Socket.connect(Socket.java:457)
    etc.If I remove <!DOCTYPE> tag, it works fine. According to what I read here, it's necessary to disable XML validation. The Xerces API documentation says that there is a method setValidation() in org.apache.xerces.framework.XMLParser but I can't locate it. Moreover, I don't see any org.apache.xerces.framework package in Xerces supplied with NetBeans 5.0 nor in Xerces 2.8.0 downloaded from apache.org (the XMLParser class available to me is located in org.apache.xerces.parsers).
    My question is simple:
    How to disable XML validation if the setValidation() method is not avaliable
    OR
    how to make the setValidation method available to my program?
    I'm really confused :(
    Here is the code:
    package svgviewer;
    import java.io.File;
    import org.w3c.dom.*;
    import org.w3c.dom.traversal.*;
    import org.apache.xerces.parsers.*;
    public class SVGFileParser {
        public void parse(String filename) throws Exception {
            File file = new File(filename);
            DOMParser parser = new DOMParser();
            parser.parse(file.toURL().toString()); //exception is thrown if doctype tag is present in the svg file

    You're solving the wrong problem here. Turning off validation won't help, because DTDs don't only do validation. Even non-validating parsers have to read the DTD in case it contains entity definitions, for example.
    If you want to stop the parser from looking for the DTD then you write a EntityResolver and apply it to the parser. The EntityResolver should be just like the one in the example in the API docs except it should return new InputSource(new StringReader("")).

  • How to disable my built-in iSight and use another webcam?

    Any tips on how to disable my built-in iSight? I have got a webcam that is mac compatible, but having problems with my yahoo msg because it does not recognise the usb camera...
    Can anyone pls help?
    Thanks.

    http://www.macupdate.com/info.php/id/23346/isight-disabler-applescript

  • How can the built in media player (MP3 etc.) be disabled in Firefox for Android?

    I am trying to figure out how to disable the media player so that media files get downloaded for playback later using my preferred Android media player. In my search for a solution I found the about:config method for the desktop version of Firefox but settings don't appear to be implemented in the Android version at this time. I'm on a rooted phone so command line / config file hacking is an option if that's what it takes.

    Unfortunately not as it's a redirect link for a podcast (see: http://twit.tv/show/this-week-in-tech/407 for example the audio link takes you to http://www.podtrac.com/pts/redirect.mp3/aolradio.podcast.aol.com/twit/twit0407.mp3 ) Since this is how they get paid for their content, I'd rather not try to bypass it if I can help it. What I'd really like is behavior Firefox (on the desktop, at least) used to have: click the link and it treats it as an unknown file and just downloads it.

  • How to disable sessions in CS6?

    InDesign Server CS6 added a mechanic of multi-threading jobs via sessions.
    Now you can begin session and end session via SOAP web service call.
    However, the sessions add a huge overhead for those who want to use multi-instance instead of multi-threading.
    A webservice call without a session ID is always ~500ms slower while it creates a session in the background. The session is then appears to be used on a ~5 second sliding timeout allowing subsequent calls to be 500ms faster, however if you wait around 10 seconds, the next call recreates the session and increases render time by ~500ms again.
    This is a major issue when rendering takes on average of 1000ms. That's a 50% longer execution time. This is a major problem when trying to offer a speedy web application built on top of IDS.
    I tried creating sessions and keeping the IDs in memory, but they expire and result in a whole bunch of SOAP errors.
    My question is: Is it possible to disable sessions in IDS CS6 or remove the session expiration time completely?

    This is the other discussion: http://forums.adobe.com/message/4518765#4518765
    I've tried to lower the quality, and with pure magic, it now works, even when I put highest quality. I don't understand what happened. I asked you how to disable openGL because they told me to in the last discussion. So, thank you for repairing my problem (I think you repaired it, i'll make tests to see). Just in case, could you verify if it's posible to disable openGL like the other person told me?

  • How to disable checking for sites security certificates

    I work in a company which manipulates its server in a way to make all unwanted sites look like not having a valid certificate so when I try to open them like gmail site I get a message that this site doesnt have a valid certificate and firefox - or any other browser- dont open the site. The question is: how to disable this feature in firefox to stop looking for sites certificates or doesnt care about them?

    Exporting a root certificate in another browser would only be helpful if it did work in that browser.
    If it happens in other browsers as well then it would be of any help.
    I'm not seeing the button to add an exception as that would allow to inspect the certificate in the Certificate Manager.
    Is that specific page opened in an (i)frame?
    If "I Understand the Risks" is missing then this page may be opened in an (i)frame and in that case try the right-click context menu and use "This Frame: Open Frame in New Tab".

  • Disable built-in mouse button?

    Does anyone know how to disable the built-in mouse button on a Macbook Pro?! I dropped a book on it, and it dented the button inwards such that it is permanently stuck down. The OS always thinks the button is down, making the computer almost unuseable!
    Thanks for your help.
    MacBook Pro Mac OS X (10.4.8) Core Duo 2.16GHz

    Again, thanks for your response, but no need to get snarky. I do not think the frame/button would have broken on my old iBook or other laptops, based on my experience. The book was only 250 pages! I am simply complaining about the MBP's clear fragility. I know perfectly well it's my fault, and trust me, I am very angry with myself. I am also a loyal Apple customer of many years, but this MBP has been repeatedly letting me down with other flaws (faded blotch on the LCD; uneven keyboard illumination; easily scratched). I had resisted sending it in until now, because I require my computer constantly for work, but I think now is the time to call and demand a replacement. I do not think I am the first to notice the MBP's many flaws. Despite them, it is a fantastic computer.
    Also, if you will note, I was complaining about the third party repair shop, and not Apple. I was simply asking whether people thought their price/advice was reasonable. I guess you've answered the question, though in a roundabout, you-are-an-idiot-and-stop-attacking-my-beloved-Apple kind of way.

  • How to disable print button in outoput screen from vf03

    hi,
    i have a requirement to display error message and, disable the print and print preview button.
    below its the step,
    1)vf03
    2)key in document type
    3)select output type
    4)if there's error, display error message and disable print and print preview button.
    what i have done was
    1) i've put the error message in my 1st part of code,
    *determine discount
    it_zmas-discount = it_zmas-gross_value - zkwert.
    MODIFY it_zmas.
    ELSE.
    MESSAGE ID 'Z0' TYPE 'S' NUMBER '999' WITH 'Please maintain cust pricing grp 34 for ' wa_zmas-matnr.
    p_proc_screen = 'X'.
    ENDIF.
    CLEAR zknumh.
    2)then i set itcpo-tdpreview = ' ' to display my print button after display the error message
    CLEAR itcpo.
    MOVE-CORRESPONDING nast TO itcpo.
    itcpo-tdcover   = nast-tdocover.
    itcpo-tddest    = nast-ldest.
    itcpo-tddataset = nast-dsnam.
    itcpo-tdsuffix1 = nast-dsuf1.
    itcpo-tdsuffix2 = nast-dsuf2.
    itcpo-tdimmed   = nast-dimme.
    itcpo-tddelete  = nast-delet.
    itcpo-tdcopies  = nast-anzal.
    itcpo-tdprogram = sy-repid.
    IF us_screen NE space
    AND p_var EQ space.
    itcpo-tdpreview = 'X'.
    itcpo-tdnoprint = 'X'.
    ELSE.
    itcpo-tdpreview = ' '.
    ENDIF.
    CASE nast-nacha.
    WHEN '1'.
    xdevice = 'PRINTER'.
    itcpo-tdnewid = 'X'.
    itcpo-tdgetotf = 'X'.
    WHEN '2'.
    xdevice = 'TELEFAX'.
    itcpo-tdtelenum = nast-telfx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    WHEN '3'.
    xdevice = 'TELETEX'.
    itcpo-tdtelenum = nast-teltx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    3) my last problem its, i am not sure how to disable the print button.i need  to show an error message for my invoice via vf03 when error occur when user click print or print preview button. however with my code above, i am only able to display the error message and disable the print preview.
    could anyone guide me how do i disable my print button? really appreciate your help.
    regards,
    sw

    Instead of disabling the print buttons, you can restrict creating the actual output message for a specific output type.
    You can achieve it by creating the Output Requirement in transaction VOFM. You need to assign this requirement to your Output type. In this Requirement you can check all your conditions. If they all validation pass through than and than create the Output.
    Regards,
    Naimesh Patel

  • How to disable "View Report" button in reporting services

    Is anyone know how to disable "View Report" button in reporting services, I know can do custom code in report properties, what is the code? I have tried something like this ***button1.enable=false, but it can not success.
    Appreciate if anyone can reply me, thanks.

    Hi,
    The message box don't work on the web because it is of windowform box. Based on your further description, you might want to do the date parameter validation. If so, there is common way to do this:(assume the date parameter value inputed can't be less than 2007)
    1) Intert a textbox and input the message used to show the end users if they input a invalidated date value for the parameter, and then set the textbox's hidden property to =iif(Year(Parameters!myPrameter.value) < 2007,false, true)
    2) Insert a Rectangle control below the textbox created in step 1, and put all report items in it and set the Rectangle's hidden property to =IIF(Year(Parameters!myParameter.value)<2007,true,false)
    After these, if the end users input the date value can meet the project requirement, the report will show the data the end users want, otherwise, the end users will see the error textbox to tell them the parameter value is incorrect.
    Hope this help,
    thanks,
    Jerry

  • Forms personalisation - Vendor Form - How to Disable a Tab Page

    Hi,
    I am not a Forms 6i/9i programmer, although I have an appreciation of the concepts and can look at forms in Form builder. I have been looking at forms personalisation and have used it to execute plsql via the built in 'execute a procedure'. I can also see how to disable blocks, or items, but I haven;t managed to disable a form tab page i.e. On the vendor form there are tabs for GENERAL, CLASSIFICATION etc.
    I have tried using the object type Tab Page, but the poplist doesn;t list any tab pages. Also if you choose Canvas, the list of Canvases appears but generates errors when you try and use the form (complaining of tab page ids).
    I understand that to disable a tab page programatically, you would use SET_TAB_PAGE_PROPERTY i.e. in a forms trigger or in CUSTOM.pll
    I would have thought Forms personalisation could do this.
    Any ideas would be appreciated
    mark
    I under

    What you can do is hiding the tabs (see pic below) and force the active tab programmaticily
    Hope this helps
    Message Edité par TiTou le 09-20-2006 10:35 AM
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Attachments:
    Clipboard01.png ‏151 KB

  • Landmarks display in Maps, how to disable ?

    I am using Landmark feature to plan routes, and i managed to import routes from google earth as landmarks in my E71.
    Three question remaining:
    1. How to disable the display of the landmarks ? Once i have choosen to display a category, i do not know how to disable it again (without deleting the landmarks). Since loading of maps takes more time with landmarks active i would like to switch them off again.
    2. Some landmarks are not loaded (usually around 20% of the landmarks create errormessage and do not have valid coordinates). Can not find the reason... anybody else having this problem?
    3. Does anybody know how to create own symbols? The blue pin-point is to big... would like to have simply a very small point on the map.

    I'm not sure if you can remove your personally saved favourites from the display. There is a choice in Maps 2.0 to enable and disable showing of certain types of "Point Of Interest":
    Options>Tools>Settings>Map>Categories
    But this does not include favourites, and there is no similar option under  the Favourites section.

Maybe you are looking for