GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / sandbox / blog / grails-app / views / entry / create.test.jsp
blob79e208c74ca7f3e4b2486bb69d771a74f27cf0e0
1 <%@ page contentType="text/html;charset=UTF-8" %>
2 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
3 <html>
4 <head>
5 <title>Create Entry</title>
6 </head>
8 <body>
9 <h1>Create Entry</h1>
10 <form action="save" method="POST">
11 <h2>
12 <input type="text" name="title" />
13 </h2>
14 <p>
15 <textarea name="body" ></textarea>
16 </p>
17 <p>
18 <input type="submit" value="Save" />
19 </p>
20 </form>
21 </body>
22 </html>