Working on percentageEditor.

Still having problems with combination of @Max / @Digits /
@Column(length=xxx)
This commit is contained in:
Socrates
2020-06-10 11:22:24 +02:00
parent 224ce9d2a4
commit 905519266b
8 changed files with 74 additions and 7 deletions

10
xava/editors.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE editors SYSTEM "dtds/editors.dtd">
<editors>
<editor name="PercentageTextField" url="percentageEditor.jsp">
<for-stereotype stereotype="PERCENTAGE" />
<formatter class="com.yourcompany.babydatenbank.formatters.PercentageFormatter" />
</editor>
</editors>