#145
provide some helper functions to create forms easily from a domain model in a template
-
-
Created on:
Thu, Aug 26 2010 (almost 2 years ago)
-
Reported by:
jstrachan
-
Assigned to:
-
-
Milestone:
-
-
Estimate:
None/Small/Medium/Large
None
-
Status:
New
-
Priority:
Normal (3)
-
Component:
-
-
Permission type:
Private
-
-
Followers

jstrachan
No file chosen
You have an empty file field. Please select or remove it.
Associations
| # |
Relation |
Summary |
Status |
Action |
| No tickets |
No associations
Time Expenditure
Loading
<form action="/foo/bar" method="post>
${textField("name", customer.name)}
${textArea("comments", comments)}
</form>
so folks can avoid lots of the laborious coding for these things