[ 
http://jira.codehaus.org/browse/DISPL-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=130227#action_130227
 ] 

ghost0408 commented on DISPL-534:
---------------------------------

thanks a lot it works without property .... of course !!!! 
But it's not the main deal !!!!
I want to add a row with finishRow() method in my decorator using my Struts tag:

        @Override
        public String finishRow() {

                String newRow = "<html:text property=\"nbDemiJourGreve\"/>";

                return newRow;
        }

and this is the source in IExplorer :

       </td></tr><html:text property="nbDemiJourGreve"/>
<tr class="even">
<td>
                test
        </td></tr><html:text property="nbDemiJourGreve"/>
<tr class="odd">
<td>
                test
        </td></tr><html:text property="nbDemiJourGreve"/>
<tr class="even">
<td>

the struts tag is not interpreted ?!?!
Is it possible to add a row using Strut tag ?!?



> 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="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;N°&nbsp;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="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;N°&nbsp;INSEE" />
>               <display:column property="nom" sortable="true"
>                       title="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NOM&nbsp;Prénom" />
>               <display:column property="iddossier" sortable="true"
>                       title="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;N°&nbsp;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 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to