logbean.sendMessage(MoyaEventType.BANKING_MESSAGE,permbean.getCurrentUser(),"Marking bill paid from checkout. Received bill status ",statusInt," for bill ",bill," stamp ",stamp," payment: ",payment," reference ",reference);
logbean.sendMessage(MoyaEventType.BANKING_MESSAGE,permbean.getCurrentUser(),"Marking bill paid from checkout. Received bill status ",statusInt," for bill ",bill," stamp ",stamp," payment: ",payment," reference ",reference);
<h:commandButtonrendered="#{empty slot.place and empty slot.used}"value="#{i18n['placeslot.lockSlot']}"ajax="false"action="#{placeGroupView.lockSlot}"/>
<p:commandButtonrendered="#{empty slot.place and empty slot.used}"value="#{i18n['placeslot.lockSlot']}"actionListener="#{placeGroupView.lockSlot}"update="placeslots"/>
<h:commandButtonrendered="#{empty slot.place and not empty slot.used}"value="#{i18n['placeslot.releaseSlot']}"ajax="false"action="#{placeGroupView.releaseSlot}"/>
<p:commandButtonrendered="#{empty slot.place and not empty slot.used}"value="#{i18n['placeslot.releaseSlot']}"actionListener="#{placeGroupView.releaseSlot}"update="placeslots"/>