Adding errors to be handled. Organizing error handling.
[mkjsf-moved-to-github.git] / src / META-INF / resources / pz2utils / pz2watch.xhtml
index 965e01f..9cbdda2 100644 (file)
@@ -38,9 +38,6 @@
       <h:panelGrid id="errorMessages" style="${pz2.hasErrors() ? 'display: block;' : 'display: none;'}">\r
         <h:dataTable value="#{pz2.configurationErrors}" var="error" cellspace="0" cellpadding="0" style="${pz2.hasConfigurationErrors() ? 'display: block; vertical-align: top;' : 'display: none;'}">\r
           <h:column valign="top">\r
-            #{error.label} \r
-          </h:column>\r
-          <h:column valign="top">\r
             <h:outputText value="#{error.message}" style="color: red;"/>\r
             <h:dataTable value="#{error.suggestions}" var="suggestion" cellspacing="0" cellpadding="0">\r
              <h:column>\r
@@ -50,9 +47,6 @@
           </h:column>\r
         </h:dataTable>\r
         <h:panelGrid  style="${pz2.hasCommandErrors() ? 'display: block;' : 'display: none;'}">\r
-          <h:column>   \r
-            <h:outputText value="#{pz2.commandError.label}"/>\r
-          </h:column>\r
           <h:column>\r
             <h:outputText id="messages" value="#{pz2.commandError.message}" style="color: red;"/>\r
           </h:column>\r