Author: vdichev
Date: Mon Sep 28 11:37:11 2009
New Revision: 819499
URL: http://svn.apache.org/viewvc?rev=819499&view=rev
Log:
ESME-85 Display error messages for invalid sign-up details
Modified:
incubator/esme/trunk/server/src/main/webapp/templates-hidden/upw_signup_form.html
Modified:
incubator/esme/trunk/server/src/main/webapp/templates-hidden/upw_signup_form.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/upw_signup_form.html?rev=819499&r1=819498&r2=819499&view=diff
==============================================================================
---
incubator/esme/trunk/server/src/main/webapp/templates-hidden/upw_signup_form.html
(original)
+++
incubator/esme/trunk/server/src/main/webapp/templates-hidden/upw_signup_form.html
Mon Sep 28 11:37:11 2009
@@ -1,11 +1,13 @@
<lift:xml_group>
<label for="email">
Email: <signup:email/>
+ <lift:msg id="email"/>
</label>
<br/>
<label for="pwd1">
Password: <signup:pwd1/>
+ <lift:msg id="pwd1"/>
</label>
<br/>