blob: 19466bff7f46e92331dbb470ef85a572de46cc7d [file] [log] [blame]
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Test_DTManager</title>
</head>
<body>
<f:view>
<h:form>
<h:selectManyListbox>
<f:selectItem itemLabel="selectItem One" itemValue="selectItem_1"/>
<f:selectItem/>
</h:selectManyListbox>
<h:commandLink value="commandLink value" attr1="attr1_value" attr2="attr2_value">
<f:actionListener/>
</h:commandLink>
</h:form>
</f:view>
</body>
</html>