代码如下:
<table width="540">
     <display:table name="orgmanagers" cellspacing="1" pagesize="10" decorator="com.beyondbit.jua.org.ctrl.util.TableDecoratorOrg"  align="center" requestURI="/org/listOrg.do" class="simple">
     <display:column width="10" property="chkid" title="check"/>
     <display:column width="40" property="id" title="序号"/>
     <display:column width="150" property="name" title="部门名称"/>
     <display:column width="300" property="description" title="部门职责"/>
     <display:column width="40" property="sortNumber" title="排序"/>
     <display:column width=""  property="orgQuery" title="查询" />      
     <display:setProperty name="css.tr.even" value="even"/>
         <display:setProperty name="css.tr.odd" value="odd" />
     </display:table>
     </table>但是为什么如果某一列的内容过长,就会把display的原来的框架撑大