You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/09/14 09:18:31 UTC

svn commit: r443272 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/notifierSelectType.jsp

Author: carlos
Date: Thu Sep 14 00:18:30 2006
New Revision: 443272

URL: http://svn.apache.org/viewvc?view=rev&rev=443272
Log:
[CONTINUUM-873] Clicking "Add" in the Notifiers section of a project causes an exception

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/notifierSelectType.jsp

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/notifierSelectType.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/notifierSelectType.jsp?view=diff&rev=443272&r1=443271&r2=443272
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/notifierSelectType.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/notifierSelectType.jsp Thu Sep 14 00:18:30 2006
@@ -15,7 +15,7 @@
             <table>
               <tbody>
                 <ww:select label="%{getText('notifier.type.label')}" name="notifierType"
-                           list="#{ 'mail' : 'Mail', 'irc' : 'IRC', 'jabber' : 'Jabber', 'msn' : 'MSN'}"/>
+                           list="#@java.util.LinkedHashMap@{'mail':'Mail', 'irc':'IRC', 'jabber':'Jabber', 'msn':'MSN'}"/>
               </tbody>
             </table>
             <div class="functnbar3">