• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > 编程与数据库 > Jsp编程 >

JSP自定义标签实现数据字典(10)

来源: www.dedecms8.com 编辑:织梦吧 时间:2012-06-29点击:
    @Override 
    public int doEndTag() throws JspException { 
        try { 
            StringBuffer results = new StringBuffer(""); 
            if ("SEX".equals(collection)) { 
                results.append("<option value=\"0\"  selected=\"selected\">请选择</option>"); 
                results.append("<option value=\"1\">男</option>"); 
                results.append("<option value=\"2\">女</option>"); 
            } 
            pageContext.getOut().write(results.toString()); 
        } catch (IOException ex) { 
            throw new JspTagException("错误"); 
        } 
        return EVAL_PAGE; 
    } 
    // collection只是传递一个标识,具体下拉值内容是从数据库取还是从请求中得到为不同具体实现 
    protected String collection; 
    public String getCollection() { 
        return collection; 
    } 
    public void setCollection(String collection) { 

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1170734538@qq.com ,  QQ