test
This commit is contained in:
11
web/xava/addToCollection.jsp
Normal file
11
web/xava/addToCollection.jsp
Normal file
@@ -0,0 +1,11 @@
|
||||
<%
|
||||
String rowAction = request.getParameter("rowAction");
|
||||
%>
|
||||
|
||||
<table><tr><td>
|
||||
<jsp:include page="list.jsp">
|
||||
<jsp:param name="rowAction" value="<%=rowAction%>"/>
|
||||
<jsp:param name="onlyOneActionPerRow" value="true"/>
|
||||
</jsp:include>
|
||||
</span>
|
||||
</td></tr></table>
|
||||
Reference in New Issue
Block a user