use of struts tag inside display tag or column
----------------------------------------------
Key: DISPL-534
URL: http://jira.codehaus.org/browse/DISPL-534
Project: DisplayTag
Issue Type: Bug
Reporter: ghost0408
When I use a logic:equal tag inside display tag it works:
<div><display:table class="simple nocol"
name="sessionScope.memoCivilCartes" pagesize="20" requestURI=""
id="objectLigne" sort="list"
decorator="fr.gouv.finances.douane.dnsce.oci.struts.actions.presaisies.validation.DisplayTagWrapperValidation">
<logic:equal property="cartes" name="ListeCartesProForm"
value="Agents">
<display:column property="nirreel" sortable="true"
title=" N° INSEE" />
</logic:equal>
when I use a html:text for an imput field it don't work :
<div style="text-align: center;"><display:table class="greve"
name="sessionScope.listeAgentSaisieParAgent" pagesize="20"
requestURI="" id="objectLigne" sort="list"
decorator="fr.gouv.finances.douane.dnsce.oci.struts.actions.saisieGroupee.greves.DisplayTagWrapperGreve">
<display:column property="insee" sortable="true"
title=" N° INSEE" />
<display:column property="nom" sortable="true"
title=" NOM Prénom" />
<display:column property="iddossier" sortable="true"
title=" N° dossier" >
<html:text property="nbDemiJourGreve" />
</display:column>
In the html source of IE I don't have a imput text html component to replace
html:text ????!!!!!!!!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel