Sha256: 2d922b179284edc5c4d7166efbb5defbf0a3295bc49ea646b68dd31905e7af4e

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

<head>
	<title><%= class_name %> [edit]</title>
</head>
<body>
	<h1>Editing <%= class_name %></h1>
	<form:form action="<%= path %>/update" commandName="<%= model_parameter_name %>">
		<form:hidden path="id"/>
		<%%@include file="form.jsp"%>
		<div class="actions">
			<button type="submit">Update <%= 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/edit.erb