You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/10/28 18:49:59 UTC

svn commit: r1536444 - /juddi/trunk/juddi-gui/src/main/webapp/businessEditor2.jsp

Author: alexoree
Date: Mon Oct 28 17:49:59 2013
New Revision: 1536444

URL: http://svn.apache.org/r1536444
Log:
JUDDI-676 fixed

Modified:
    juddi/trunk/juddi-gui/src/main/webapp/businessEditor2.jsp

Modified: juddi/trunk/juddi-gui/src/main/webapp/businessEditor2.jsp
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/businessEditor2.jsp?rev=1536444&r1=1536443&r2=1536444&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/businessEditor2.jsp (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/businessEditor2.jsp Mon Oct 28 17:49:59 2013
@@ -68,7 +68,7 @@
 
                      %>" id="<%=PostBackConstants.BUSINESSKEY%>">
                     <%
-                        if (newitem) {
+                        if (!newitem) {
                             out.write(StringEscapeUtils.escapeHtml(bd.getBusinessKey()));
                         }
                         if (bd.getContacts() == null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org