var globalActiveIndex=${videoDataSetResultCurrentTab}; function updateSession(event){ var link = "${createLink(action: sessionAction, controller: sessionController)}" var activeIndex = tabView.get('activeIndex').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}
<%-- --%> <%-- --%> <%-- --%>
Width Height Ground GeomMin Lon Min Lat Max Lon Max Lat Thumbnail
${videoDataSet.id?.encodeAsHTML()} ${videoDataSet.width?.encodeAsHTML()} ${videoDataSet.height?.encodeAsHTML()} ${bounds?.minLon?.encodeAsHTML()} ${bounds?.minLat?.encodeAsHTML()} ${bounds?.maxLon?.encodeAsHTML()} ${bounds?.maxLat?.encodeAsHTML()}${videoDataSet.groundGeom?.encodeAsHTML()} Show Frame
Filename Thumbnail
${videoDataSet.id?.encodeAsHTML()} ${videoFile?.name?.encodeAsHTML()} Show Frame