Griffith, Michael * wrote:
It would be a nice feature to have as a struts tag to allow other tags
or HTML into the form without mucking about with the template.
Something like:
<s:embed>
<display:table id="results"
class="displaytag"
name="search-results"
requestURI="summary.action">
<display:column property="shortName"
title="Short Name"
sortable="true"
sortProperty="id"
headerClass="sortable"/>
<display:column property="projectManager"
title="Project Manager"
sortable="true"
sortProperty="projectManager"
headerClass="sortable"/>
</display:table>
</s:embed>
It only matters for the "xhtml" theme, and it's either what Wes and I
said, or a tiny little JSP-based custom tag if the <tr><td...> is really
bothersome.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org