Files
Babydatenbank/xava/editors.xml
Socrates 905519266b Working on percentageEditor.
Still having problems with combination of @Max / @Digits /
@Column(length=xxx)
2020-06-10 11:22:24 +02:00

10 lines
311 B
XML

<?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>