[
http://jira.codehaus.org/browse/DISPL-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=130164#action_130164
]
Mike Calmus commented on DISPL-534:
-----------------------------------
Don't specify a property value for the column. This gets displayed when you do:
<display:column sortable="true"
title=" N° dossier">
<html:text property="nbDemiJourGreve" />
</display:column>
I would also recommend against makig the column sortable since it doesn't
really make sense for a text field.
> 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
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> 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