Ticket #1131 (new enhancement)
decouple form layout from operation
| Reported by: | cristi@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | View-JSP taglib | Version: | 0.8.2.3 |
| Keywords: | Cc: | manuel@… |
Description
forms can become a bit less coupled to their operation
<mak:form type="best.Student" operation="new" >
behave exactly like a newForm
the operation of a form may be variable (operation="$op")
that would finally let us use the same code for new and edit forms
also, if more than the CRUD operations are defined for the type (in MDD or thru JSP operations), separating operation also makes a lot of sense
Change History
Note: See
TracTickets for help on using
tickets.
