PROT-7 fixed ServletProteinSequence
[proteocache.git] / website / ReportSequenceProtein.jsp
index 0459668..5225bf5 100644 (file)
        </c:otherwise>
 </c:choose>
 <h3>Time execution: ${timeExecution} ms</h3>
+<c:choose>
+
+       <c:when test="${result == null}">
+               <h3>No jobs for sequence ${prot} </h3>
+       </c:when>
+       <c:otherwise>
+       
+       
 <table border="1" style="border-collapse: collapse; white-space: nowrap">
        <c:choose>
                <c:when test="${search == 'Search counter'}">
@@ -74,3 +82,5 @@
        </c:choose>
        </tbody>
 </table>
+</c:otherwise>
+</c:choose>
\ No newline at end of file