Search:

Type: Posts; User: jbolat

Search: Search took 0.14 seconds.

  1. Spring Form Validation - Enforcing Duplicate Entry

    I have seen that @ScriptAssert is used for duplication validation. For example,
    @ScriptAssert(
    lang = "javascript",
    script = "_this.confirmPassword.equals(_this.password)",
    message =...
  2. [SOLVED] Re: Problems Display Unicode Directly from Keyboard

    Hi,

    Sure I can, but please do note that this is to run Java via a Command Prompt using MSDOS Windows:

    1. Each time you open up a DOS Window (by clicking on Start logo, then All Programs, then...
  3. [SOLVED] Re: Problems Display Unicode Directly from Keyboard

    Hi,

    I have solved the problem:

    The Command Prompt (MSDOS Windows) needed to be set to UFT-8 encoding, which was accomplished by invoking..

    chcp 65001

    ..at the prompt. This sets the...
  4. [SOLVED] Problems Display Unicode Directly from Keyboard

    Hi dear Java Community,

    I have developed many Java projects, but am working on my first Unicode project. I have searched the appropriate forum threads (such as,...
Results 1 to 4 of 4