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

View File

@@ -0,0 +1,6 @@
<jsp:useBean id="style" class="org.openxava.web.style.Style" scope="request"/>
<span class="<%=style.getMoney()%>">
<b>%</b>
<jsp:include page="textEditor.jsp"/>
</span>