<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> Order Repeating Select

Order Repeating Select

This will test some combination of the ordered repeating options. The repeating select allows you to specify the order of options within the select. In this case, we order them in various ways.

Null, Default, Options -> results1
Options -> results2
Options,Null -> results3
DataSource,Options,Null -> results4