Example usage for org.springframework.web.servlet.tags.form OptionsTag subclass-usage

List of usage examples for org.springframework.web.servlet.tags.form OptionsTag subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.tags.form OptionsTag subclass-usage.

Usage

From source file com.luna.common.web.form.OptionsTag.java

/**
 * ?
 * 1??parameter
 * 2???attribute (page--->request--->session--->application)
 * <p>User: Zhang Kaitao
 * <p>Date: 13-3-28 ?3:11

From source file cn.guoyukun.spring.web.form.OptionsTag.java

/**
 * ?
 * 1??parameter
 * 2???attribute (page--->request--->session--->application)
 * <p>User: 
 * <p>Date: 13-3-28 ?3:11

From source file org.hdiv.web.servlet.tags.form.OptionsTagHDIV.java

/**
 * Convenient tag that allows one to supply a collection of objects
 * that are to be rendered as '<code>option</code>' tags within a
 * '<code>select</code>' tag.
 * 
 * <p><i>Must</i> be used within a {@link SelectTag 'select' tag}.