Sha256: 81229465e69630da13ad131c70b094b2b4d223d9d8c3dd2355852e5025c9d277

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

<head>
	<title><%= class_name %> [new]</title>
</head>
<body>
	<h1>New <%= class_name %></h1>
	<form:form action="<%= path %>" commandName="<%= model_parameter_name %>">
		<%%@include file="form.jsp"%>
		<div class="actions">
			<button type="submit">Create <%= class_name %></button>
		</div>
	</form:form>
</body>

<a href="<%= path %>">Back</a>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
springmvc-scaffold-1.0.1 lib/springmvc-scaffold/generators/scaffold/jsp/templates/new.erb