<tdcolspan="2"><h:outputLabelvalue="#{i18n['user.nick']}"for="nick"/><br/><p:inputTextsize="45"id="nick"disabled="#{!cc.attrs.creating and !userView.canSave}"
<tdcolspan="2"><h:outputLabelvalue="#{i18n['user.nick']}"for="nick"/><br/><p:inputTextsize="45"id="nick"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.nick}"/></td>
value="#{userView.selectedUser.nick}"/></td>
</tr>
</tr>
<tr>
<tr>
<td><h:outputLabelvalue="#{i18n['user.firstNames']}"for="firstnames"/><br/><p:inputTextsize="22"id="firstnames"disabled="#{!cc.attrs.creating and !userView.canSave}"
<td><h:outputLabelvalue="#{i18n['user.firstNames']}"for="firstnames"/><br/><p:inputTextsize="22"id="firstnames"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.firstnames}"/></td>
<td><h:outputLabelvalue="#{i18n['user.lastName']}"for="lastname"/><br/><p:inputTextsize="30"id="lastname"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.lastname}"/></td>
<td><h:outputLabelvalue="#{i18n['user.lastName']}"for="lastname"/><br/><p:inputTextsize="30"id="lastname"disabled="#{!cc.attrs.creating and !userView.canSave}"
<td><h:outputLabelvalue="#{i18n['user.sex']}"for="sex"/><br/><p:selectOneMenudisabled="#{!cc.attrs.creating and !userView.canSave}"id="sex"value="#{userView.selectedUser.gender}">
<td><h:outputLabelvalue="#{i18n['user.sex']}"for="sex"/><br/><p:selectOneMenudisabled="#{!cc.attrs.creating and !userView.canSave}"id="sex"value="#{userView.selectedUser.gender}">
<tdcolspan="2"><p:outputLabelvalue="#{i18n['user.address']}"for="address"/><br/><p:inputTextsize="45"id="address"disabled="#{!cc.attrs.creating and !userView.canSave}"
<tdcolspan="2"><p:outputLabelvalue="#{i18n['user.address']}"for="address"/><br/><p:inputTextsize="45"id="address"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.address}"/></td>
value="#{userView.selectedUser.address}"/></td>
</tr>
</tr>
<tr>
<tr>
<td><p:outputLabelvalue="#{i18n['user.zipCode']}"for="zip"/><br/><p:inputTextstyleClass="ui-input"size="7"id="zip"disabled="#{!cc.attrs.creating and !userView.canSave}"
<td><p:outputLabelvalue="#{i18n['user.zipCode']}"for="zip"/><br/><p:inputTextstyleClass="ui-input"size="7"id="zip"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.zip}"/><p:messagefor="zip"/></td>
<td><p:outputLabelvalue="#{i18n['user.town']}"for="town"/><br/><p:inputTextstyleClass="ui-input"size="25"id="town"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.town}"/><p:messagefor="town"/></td>
<td><p:outputLabelvalue="#{i18n['user.town']}"for="town"/><br/><p:inputTextstyleClass="ui-input"size="25"id="town"disabled="#{!cc.attrs.creating and !userView.canSave}"
<tdcolspan="2"><h:outputLabelvalue="#{i18n['user.email']}"for="email"/><br/><p:inputTextvalidator="#{userValidator.validateEmail}"size="45"id="email"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.email}"/></td>
disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.email}"/></td>
</tr>
</tr>
<tr>
<td><p:outputLabelvalue="#{i18n['user.phone']}"for="phone"/><br/><p:inputTextsize="9"id="phone"disabled="#{!cc.attrs.creating and !userView.canSave}"value="#{userView.selectedUser.phone}"/><p:messagefor="phone"/></td>
</tr>
</table>
</table>
<p:commandButtonajax="false"rendered="#{cc.attrs.creating or userView.canSave}"id="commitbtn"action="#{cc.attrs.commitaction}"value="#{cc.attrs.commitvalue}"/>
<p:commandButtonajax="false"rendered="#{cc.attrs.creating or userView.canSave}"id="commitbtn"action="#{cc.attrs.commitaction}"value="#{cc.attrs.commitvalue}"/>