Ajustes acordados na reunião de sexta feira dia 16/03/12
authormaroni <maroni@192.168.1.103>
Sat, 17 Mar 2012 00:22:08 +0000 (21:22 -0300)
committermaroni <maroni@192.168.1.103>
Sat, 17 Mar 2012 00:22:08 +0000 (21:22 -0300)
web/editarcasos/editarCaso.xhtml
web/login.xhtml

index 96a6391..323c21b 100644 (file)
@@ -25,8 +25,8 @@
                     <tr>
                         <ui:repeat id="listaPacientes" value="#{editarCasoBean.listaPacientes}" var="paciente">
                             <td align="center">
-                                <p:commandLink update=":fMontarCaso" oncomplete="document.getElementById('fMontarCaso:atualizarRede').click();pMontarCaso.show();" actionListener="#{editarCasoBean.selecionaPaciente()}">
-                                    <f:param name="pIdPaciente" value="#{paciente.id}" />
+                                <p:commandLink update=":fMontarCaso, :fMontarCaso:pResultadoRede" oncomplete="document.getElementById('fMontarCaso:atualizarRede').click();pMontarCaso.show();" actionListener="#{editarCasoBean.selecionaPaciente()}">
+                                    <f:param name="pIdPaciente, :fMontarCaso:pResultadoRede" value="#{paciente.id}" />
                                     <img src="../#{paciente.image}" border="0"/>
                                 </p:commandLink>
                                 <br/>
index 6d48810..3e22878 100644 (file)
@@ -33,7 +33,7 @@
             </p:panel>
             <br/>
             <br/>
-            <h:outputText value="Versão 2.0.0" />
+            <h:outputText value="Versão 2.0.1" />
         </center>
     </h:body>
 </html>