Commit c0ba0ad1 by Tuomas Riihimäki

Ajax map user fetching

1 parent 602bcc35
...@@ -143,6 +143,11 @@ public class AjaxMapView extends GenericCDIView { ...@@ -143,6 +143,11 @@ public class AjaxMapView extends GenericCDIView {
); );
} }
public EventUser getEventuser()
{
return userview.getSelectedUser();
}
public String buySelectedPlaces() { public String buySelectedPlaces() {
try { try {
EventUser user = userview.getSelectedUser(); EventUser user = userview.getSelectedUser();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!