Working on percentageEditor.
Still having problems with combination of @Max / @Digits / @Column(length=xxx)
This commit is contained in:
10
xava/editors.xml
Normal file
10
xava/editors.xml
Normal 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>
|
||||
Reference in New Issue
Block a user