Commit d7bf1f7b by Tuukka Kivilahti

something

1 parent 69d1e731
...@@ -121,4 +121,8 @@ public class PlaceMapBean implements PlaceMapBeanLocal { ...@@ -121,4 +121,8 @@ public class PlaceMapBean implements PlaceMapBeanLocal {
return "/PlaceMap" + parameters; return "/PlaceMap" + parameters;
// TODO: do something. // TODO: do something.
} }
public int selectablePlaceCount(User user, Event currentEvent) {
throw new UnsupportedOperationException("Not supported yet.");
}
} }
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<h:form> <h:form>
<h:commandButton image="#{mapView.selectPlaceMapUrl}" actionListener="#{mapView.placeSelectActionListener}" /> <h:commandButton image="#{mapView.selectPlaceMapUrl}" actionListener="#{mapView.placeSelectActionListener}" />
<h:outputText value="#{i18n['placeSelect.left']}: #{mapView.placeLeftToSelect}" /> <h:outputText value="#{i18n['placeSelect.left']}: #{mapView.placeLeftToSelect}" />
</h:form> </h:form>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!