Author: jacopoc
Date: Sun Aug 24 23:23:45 2008
New Revision: 688631
URL:
http://svn.apache.org/viewvc?rev=688631&view=revLog:
Fix for NPE happening for service implemented in Java in the service detail screen of the Artifact Info menu.
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/artifactinfo/ArtifactInfo.ftl
Modified: ofbiz/trunk/framework/webtools/webapp/webtools/artifactinfo/ArtifactInfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/artifactinfo/ArtifactInfo.ftl?rev=688631&r1=688630&r2=688631&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/artifactinfo/ArtifactInfo.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/artifactinfo/ArtifactInfo.ftl Sun Aug 24 23:23:45 2008
@@ -119,7 +119,7 @@
<h2>Service Info</h2>
<div> Description: ${artifactInfo.modelService.description}</div>
<div> Run (${artifactInfo.modelService.engineName}): ${artifactInfo.modelService.location} :: ${artifactInfo.modelService.invoke}</div>
- <div> Impl Location: <a href="${artifactInfo.getImplementationLocationURL()}">${artifactInfo.getImplementationLocationURL()}</a></div>
+ <div> Impl Location: <a href="${artifactInfo.getImplementationLocationURL()?if_exists}">${artifactInfo.getImplementationLocationURL()?if_exists}</a></div>
<h2>Service Parameters</h2>
<table>
<tr><td>Name</td><td>Type</td><td>Optional</td><td>Mode</td></tr>