All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.xava.collectionList.jsp Maven / Gradle / Ivy

<%
String tabObject = org.openxava.web.Collections.tabObject(idCollection); 
org.openxava.tab.Tab tab = subview.getCollectionTab();

String tabPrefix = tabObject + "_";
tab.clearStyle();
int selectedRow = subview.getCollectionEditingRow();
if (selectedRow >= 0) {
	String cssClass=selectedRow%2==0?style.getListPairSelected():style.getListOddSelected();
	tab.setStyle(selectedRow, cssClass);
}
context.put(request, tabObject, tab);

// The list
%>

	
	
	
	
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy