Hi all,
 
I'm using displaytag 1.0-b2 and get the nested tables feature to work out.
 
Here is my sample code:
<display:table name="sessionScope.lstDossies" id="protocolo" sort="list"
align="center" pagesize="8"
requestURI="areaTrabalhoPrepararVisualizacao.do?atualizar=nao">

    <display:column title="<img
src='../biblioteca/imagens/paginas/selecionarOpcao.gif' border='0'
alt='Selecionar Dossi�s'>">

        <input type='checkbox' name='ideDossie' value='<bean:write
name="protocolo" property="ideProtocolo"/>' onClick="marcar(this);"
style="text-align:center" headerClass="tableRowHeader">

    </display:column>


    <display:column title="Vols">

        <display:table name="<%="sessionScope.lstDossies.item[" +
(parent_rowNum.intValue() -1)+ "].volumesCarga"%>" id="volume" sort="list"
align="center">

            <display:column title = "n." name="numVolume"/>

        </display:table>

    </display:column>

    <display:column property="numeroAnoProtocolo" title="N� Protocolo"
sortable="true" align="center" headerClass="tableRowHeader"

class="miniTableCell" />

    <display:column property="linkTipoProtocolo" title="T�tulo"
sortable="true" headerClass="tableRowHeader"

class="miniTableCell" />

    <display:column property="datCriacao" sortable="true"
decorator="br.gov.camara.cenin.coens.sipro.decorator.DecoradorDataHora"
title="Data Cria��o" headerClass="tableRowHeader"

align="center" class="miniTableCell" />

</display:table>

The problem is it keeps returning ServletException
in:/WEB-INF/paginas/SIPRO/areaTrabalho.jsp]
/WEB-INF/paginas/SIPRO/areaTrabalho.jsp(129,8) Attribute name invalid
according to the specified TLD'  as the TLD is invalid. This line is exactly
the one where i put the nested <display:table>
 
I used the last TLD, displaytag-12.tld... did't work, used
displaytag-11.tld, no good
 
I downgraded do displaytag-1.0 b1 and used displaytag.tld that comes with
this distribution, didn't work too.
 
Help please!! 
 
Thanks in advance
 
__________________________________ 
Rinaldi Maya Neto, MSc 
Analista Legislativo - Inform�tica
SEDOC/COENS 
Centro de Inform�tica 
C�mara dos Deputados 
Tel:318-7760 
 


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to