[EMAIL PROTECTED] wrote:
> Having that situation:
>
> <h:dataTable var="foo" value="#{customerResearchBean.researchResults}" 
> style="display:none" />
>
> <display:table id="researchResultsList"        
> name="requestScope.customerResearchBean.researchResults" 
>                    export="true"
>                    class="dataTable" pagesize="5" cellspacing="0"
>                    decorator="it...CustomerTableWrapper">
>
> <display:column property="name" title="Name" sortable="true" />
> <display:column property="country" title="Country" sortable="true" />
> <display:column property="city" title="City" sortable="true" />
>
> <display:column  title="${bundle.customer_research_field_label_actions}">
>     <t:commandLink id="edit">Edit</t:commandLink>
> </display:column>
> </display:table>
>
>   
Remove the <t:commandLink></t:commandLink> to leave just the word Edit. 
Does Edit now display in each row? If it does then your problem is with 
the <t:*> library whatever that might be. At first glance there does not 
seem to be enough information in the commandLink tag to form a 
satisfactory link anyway.

Ed!

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to