var globalActiveIndex=${videoDataSetResultCurrentTab} function updateSession(event){ var link = "${createLink(action: sessionAction, controller: sessionController)}" var activeIndexDom = tabView.get('activeIndex'); if(activeIndexDom) { var activeIndex = activeIndexDom.toString(); // only send a message if we change state this way it's fast // if(activeIndex != globalActiveIndex) { globalActiveIndex = activeIndex.toString(); new Ajax.Request(link+"?"+"videoDataSetResultCurrentTab="+activeIndex, { method: 'post' }); } } } //

Video Data Set Search Results

${flash.message}
<%-- --%> <%-- --%> <%-- --%>
Thumbnail Width Height Ground GeomMin Lon Min Lat Max Lon Max Lat
Show Frame ${videoDataSet.id?.encodeAsHTML()} ${videoDataSet.width?.encodeAsHTML()} ${videoDataSet.height?.encodeAsHTML()} ${bounds?.minLon?.encodeAsHTML()} ${bounds?.minLat?.encodeAsHTML()} ${bounds?.maxLon?.encodeAsHTML()} ${bounds?.maxLat?.encodeAsHTML()}${videoDataSet.groundGeom?.encodeAsHTML()}
Thumbnail Filename
Show Frame ${videoDataSet.id?.encodeAsHTML()} ${videoFile?.name?.encodeAsHTML()}