makumba / makumba

Makumba helps you rapidly develop data driven web applications. Provides a custom JSP taglib as a main interface, but leaves API open for advanced access. It is implemented in Java.
https://www.makumba.org
GNU Lesser General Public License v2.1
5 stars 2 forks source link

Form-type specific default responder message #643

Open ghost opened 15 years ago

ghost commented 15 years ago

Reported by @rudolfmayer on 8 May 2009 20:13 UTC The standard form-message is "changes done", which is not optimal.

One simple improvement is to make the message depending on the form type, i.e.

newForm: "New record created" editForm: Record updated (modified), or Changes saved deleteForm: Record deleted

(or maybe object or entry instead of record)

For all other forms (mak:form, multiple forms), use "Changes saved"

Migrated-From: http://trac.makumba.org/ticket/1097

ghost commented 14 years ago

Modified by @manuelbernhardt on 28 Jun 2010 07:22 UTC

ghost commented 14 years ago

Modified by @manuelbernhardt on 28 Jun 2010 07:36 UTC

ghost commented 14 years ago

Modified by @manuelbernhardt on 28 Jun 2010 14:35 UTC