Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF Table - not sorting my language characters like č,ć,ž correctly

Robert ŠajinaAug 28 2017 — edited Aug 29 2017

Hi all,

i have just noticed that default column sorting is not sorting correctly when there is my language characters (č.ć,ž,đ etc.).

Example

Sorting result:

     - c

     - d

     - z

     - ć

     - ž

Correctly:

     - c

     - ć

     - d

     - z

     - ž

Is there a global solution to solve this problem? Does the filtering executes just on the client?


Thank you

JDev: 12.2.1.2.0

This post has been answered by kdario on Aug 29 2017
Jump to Answer

Comments

NickR2600-Oracle

Labs 1,2, and 3 should be ok with JDK 11.  But running Java Puzzle Ball and Lab 4 require an additional step to get OpenJFX.  JavaFX was removed from the standard Java SE download with Java 11.  Otherwise, the game and lab 4 do work on Java 8, 9, and 10.  I've been running the game off earlier versions of Java and haven't tried getting OpenJFX yet myself.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 26 2017
Added on Aug 28 2017
10 comments
286 views