Hi,
I had a hard time figuring out why the ProtoUser's changePassword page will
show an error message when the wrong old password is given but won't show
any messages when the new password is too short or two different new
passwords are entered. In the end it is very simple: The first error is not
related to a particular field, because it is created via S.error(??"Some
error text")), and the second error comes from a validation of a mapped
field. Now the Msgs built-in snippet will only display messages NOT related
to a particular field.

I propose to enhance the Msgs snippet such that it can be configured to
display ALL messages, e.g. via an showAll attribute. What do you think?

Heiko

--

My job: weiglewilczek.com
My blog: heikoseeberger.name
Follow me: twitter.com/hseeberger
OSGi on Scala: scalamodules.org
Lift, the simply functional web framework: liftweb.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to