<h:commandButtonrendered="#{placeGroupView.canModifyCurrent and placeGroupView.currentMemberUserNotNull and placeGroupView.currentReleaseAllowed}"action="#{placeGroupView.releasePlace()}"value="#{i18n['placegroupview.releasePlace']}"/>
<h:commandButtonrendered="#{placeGroupView.canModifyCurrent and placeGroupView.currentMemberUserNotNull and placeGroupView.currentReleaseAllowed}"action="#{placeGroupView.releasePlace()}"value="#{i18n['placegroupview.releasePlace']}"/>
<p:inputTextimmediate="true"rendered="#{!(placeGroupView.canModifyCurrent and placeGroupView.currentMemberUserNotNull and placeGroupView.currentReleaseAllowed)}"value="#{placeGroupView.inviteMail}"/>
<p:commandButtonrendered="#{!(placeGroupView.canModifyCurrent and placeGroupView.currentMemberUserNotNull and placeGroupView.currentReleaseAllowed)}"value="#{i18n['user.invite']}"actionListener="#{placeGroupView.sendInvite}"update=":messages placestable"/>