Author: echatellier Date: 2012-01-10 11:51:58 +0100 (Tue, 10 Jan 2012) New Revision: 962 Url: http://forge.codelutin.com/repositories/revision/coser/962 Log: #677 : UI validation is not working in java web start Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-09 17:47:03 UTC (rev 961) +++ trunk/pom.xml 2012-01-10 10:51:58 UTC (rev 962) @@ -340,7 +340,8 @@ <!-- Versions --> <jaxx.version>2.4.2</jaxx.version> <i18n.version>2.4.1</i18n.version> - <struts.version>2.3.1.1</struts.version> + <!-- 2.3.1.1 fails to validate fields in jnlp --> + <struts.version>2.2.3</struts.version> </properties> <scm>
participants (1)
-
echatellier@users.forge.codelutin.com