All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.editJsp.tmpl Maven / Gradle / Ivy

Go to download

Assist in generating CRUD code, without limitation on the specific language, as long as you can write velocity templates.

There is a newer version: 1.0.8
Show newest version
<%@page language="java" errorPage="/common/error.jsp" contentType="text/html;charset=GBK" pageEncoding="GBK"%>

<%@include file="/common/header.jsp"%>
<%@ taglib uri="/WEB-INF/form.tld" prefix="cms"%>


编辑

<%@include file="/common/public.jsp"%>


	





	
#foreach($prop in $columnResult) #set ($fieldName = ${prop.javaName} ) #set ($fieldType = $prop.dataType ) #set ($innerFieldUpper = $stringUtil.capitalize($fieldName) ) #set ($required = ('false'==$prop.nullable) ) #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy