[Carbon-commits] [Carbon] svn commit r53121 - branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints

hiranya at wso2.com hiranya at wso2.com
Mon Jan 18 03:25:37 PST 2010


Author: hiranya
Date: Mon Jan 18 03:25:37 2010
New Revision: 53121
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=53121

Log:
Fixing CARBON-5461 - Minor UI fix



Modified:
   branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/WSDLEndpoint.jsp
   branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/addressEndpoint.jsp

Modified: branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/WSDLEndpoint.jsp
URL: http://wso2.org/svn/browse/wso2/branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/WSDLEndpoint.jsp?rev=53121&r1=53120&r2=53121&view=diff
==============================================================================
--- branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/WSDLEndpoint.jsp	(original)
+++ branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/WSDLEndpoint.jsp	Mon Jan 18 03:25:37 2010
@@ -439,13 +439,13 @@
 <tr>
     <td><fmt:message key="retry"/></td>
     <td><input type="text" id="retryTimeOut" name="retryTimeOut"
-               value="<%=retryTimeOut%>"/>
+               value="<%=retryDelayTimeOut%>"/>
     </td>
 </tr>
 <tr>
     <td><fmt:message key="retry.delay.millis"/></td>
     <td><input type="text" id="retryDelay" name="retryDelay"
-               value="<%=retryDelayTimeOut%>"/>
+               value="<%=retryTimeOut%>"/>
     </td>
 </tr>
 

Modified: branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/addressEndpoint.jsp
URL: http://wso2.org/svn/browse/wso2/branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/addressEndpoint.jsp?rev=53121&r1=53120&r2=53121&view=diff
==============================================================================
--- branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/addressEndpoint.jsp	(original)
+++ branches/carbon/2.0.3/carbon-components/endpoint/2.0.3/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/addressEndpoint.jsp	Mon Jan 18 03:25:37 2010
@@ -463,13 +463,13 @@
 <tr>
     <td><fmt:message key="retry"/></td>
     <td><input type="text" id="retryTimeOut" name="retryTimeOut"
-               value="<%=retryTimeOut%>"/>
+               value="<%=retryDelayTimeOut%>"/>
     </td>
 </tr>
 <tr>
     <td><fmt:message key="retry.delay.millis"/></td>
     <td><input type="text" id="retryDelay" name="retryDelay"
-               value="<%=retryDelayTimeOut%>"/>
+               value="<%=retryTimeOut%>"/>
     </td>
 </tr>
 



More information about the Carbon-commits mailing list