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

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

Introduction

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

Usage

From source file com.luna.common.web.form.RadioButtonTag.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.RadioButtonTag.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.RadioButtonTagHDIV.java

/**
 * Databinding-aware JSP tag for rendering an HTML '<code>input</code>'
 * element with a '<code>type</code>' of '<code>radio</code>'.
 *
 * <p>Rendered elements are marked as 'checked' if the configured
 * {@link #setValue(Object) value} matches the {@link #getValue bound value}.