Increased field size: pattern.description
This commit is contained in:
@@ -15,7 +15,7 @@ public class Pattern {
|
|||||||
@Column(length=36)
|
@Column(length=36)
|
||||||
private String oid;
|
private String oid;
|
||||||
|
|
||||||
@Column(length=20, unique=true)
|
@Column(length=36, unique=true)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@OneToMany(mappedBy="pattern")
|
@OneToMany(mappedBy="pattern")
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,4 @@
|
|||||||
<%
|
<% Servlets.setCharacterEncoding(request, response); %> <%-- Must be the very first, in order character encoding takes effect --%>
|
||||||
request.setCharacterEncoding("UTF-8");
|
|
||||||
Servlets.setCharacterEncoding(request, response);
|
|
||||||
%> <%-- Must be the very first, in order character encoding takes effect --%>
|
|
||||||
|
|
||||||
<%@ include file="imports.jsp"%>
|
<%@ include file="imports.jsp"%>
|
||||||
|
|
||||||
@@ -21,7 +18,6 @@
|
|||||||
<%@page import="org.apache.commons.logging.LogFactory" %>
|
<%@page import="org.apache.commons.logging.LogFactory" %>
|
||||||
<%@page import="org.apache.commons.logging.Log" %>
|
<%@page import="org.apache.commons.logging.Log" %>
|
||||||
<%@page import="org.openxava.web.Browsers"%>
|
<%@page import="org.openxava.web.Browsers"%>
|
||||||
<%@page contentType="text/html; charset=UTF-8" %>
|
|
||||||
|
|
||||||
|
|
||||||
<%!private static Log log = LogFactory.getLog("module.jsp");
|
<%!private static Log log = LogFactory.getLog("module.jsp");
|
||||||
|
|||||||
Reference in New Issue
Block a user