zoukankan      html  css  js  c++  java
  • struts2 标签s:select在table中单行显示

    <table class="query_form_table">
                <tr>
                    <th>用户名</th>
                    <td>
                        <input name="u.UUsername" id="username" type="text" value=""/>
                        <span class="red_star">*</span>
                    </td>
                    <th>角色</th>
                    <td>
                        <s:select name="u.roles" list="roleList" listKey="RId" listValue="RName" theme="simple"/>
                        <span class="red_star">*</span>
                    </td>
                </tr>
                <tr>
                    <th>密码</th>
                    <td>
                        <input name="u.UPwd" id="pwd" type="text" value=""/>
                        <span class="red_star">*</span>
                    </td>
                    <th>确认密码</th>
                    <td>
                        <input id="repwd" type="text" value=""/>
                        <span class="red_star">*</span>
                    </td>

                </tr>

    </table>

  • 相关阅读:
    黄聪:DEDECMS织梦 真正的随机文章的调用方法
    黄聪:Apache 301重定向中RewriteCond规则参数介绍(转)
    [阅读笔记]fsnotify源码阅读
    [阅读笔记]Go语言并发之美
    NUMA的取舍
    Web服务器那些招
    PHP执行批量mysql语句
    gotour练习解答
    mysql多个TimeStamp设置
    mysql那些招
  • 原文地址:https://www.cnblogs.com/archermeng/p/7537470.html
Copyright © 2011-2022 走看看