You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Louis Vetsch <lw...@gmail.com> on 2018/07/20 16:01:33 UTC

Change Password portlet not showing form errors

Hi,

In the 2.3.1 version of Jetspeed-2, the Change Password portlet is no
longer showing form errors. For example, when the values specified in the
'New Password' and 'New Password (again)' fields do not match, no error is
displayed in the portlet when the 'Save' button is pressed.

From what I can tell, the change-password.jsp file in the j2-admin webapp
has a trivial typographical error that I think is preventing form errors
from being displayed in the portlet ('errorMeagesKey' vs.
'errorMessagesKey' on line 42 of the .jsp file).

Is this a known bug in the latest distribution of Jetspeed-2?

Thanks in advance.

Re: Change Password portlet not showing form errors

Posted by David S Taylor <da...@bluesunrise.com>.
Thanks Louis, that bug has been there for a few years. Its fixed in trunk now

http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp?r1=1836416&r2=1836415&pathrev=1836416 <http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/security/chgpwd/change-password.jsp?r1=1836416&r2=1836415&pathrev=1836416>

--
David S Taylor
707 529-9194
david@bluesunrise.com
https://www.linkedin.com/in/davidseantaylor/

> On Jul 20, 2018, at 9:01 AM, Louis Vetsch <lw...@gmail.com> wrote:
> 
> Hi,
> 
> In the 2.3.1 version of Jetspeed-2, the Change Password portlet is no
> longer showing form errors. For example, when the values specified in the
> 'New Password' and 'New Password (again)' fields do not match, no error is
> displayed in the portlet when the 'Save' button is pressed.
> 
> From what I can tell, the change-password.jsp file in the j2-admin webapp
> has a trivial typographical error that I think is preventing form errors
> from being displayed in the portlet ('errorMeagesKey' vs.
> 'errorMessagesKey' on line 42 of the .jsp file).
> 
> Is this a known bug in the latest distribution of Jetspeed-2?
> 
> Thanks in advance.