<display:table id="mylist" border="0" cellspacing="0" cellpadding="0" width="100%" name="sessionScope.listnew" >
<display:column  Key="aaa" align="left">
 <a href="#" onclick="function(<bean:write name="mylist" property="pro"/>);"></a></display:column> 
在function 中写弹出窗口JS <bean:write name="mylist" property="rfqid"/>为表中跌带字段值

解决方案 »

  1.   

    display 有个属性能设置 具体你找一下描述文件,写得很清楚的
      

  2.   

    给你找到了,看看描述吧:
    <attribute>
                <name>href</name>
                <required>false</required>
                <rtexprvalue>true</rtexprvalue>
                <description>
                    The base URL used to construct the dynamic link. If this attribute is provided, then the data that is
                    shown for this column is wrapped inside a &lt;a href&gt; tag with the url provided through this
                    attribute. Typically you would use this attribute along with one of the struts-like param attributes
                    (param*) to create a dynamic link so that each row creates a different URL based on the data that is
                    being viewed. An empty href value will generate a link to the current page, preserving parameters just
                    like for paging links.
                </description>
            </attribute>这个属性还能激活EMAIL,启动邮件工具呢
    哈哈,希望对你有点帮助