Hi,

I am using display tag to display my search results and i am using Struts2.
But i want the table to be Editable but not sure how to implement it. I am 
seeing ur jsp code for editable table but unable to do get the result.

Here's my code. Can u let me know what changes can i make to get the editable 
display table.

<display:table  name="sessionScope.inclist" requestURI="Search" pagesize="10" 
export="true" defaultorder="descending" >
        
         <display:column property="incidentid" title="Incident Id"   
media="html excel xml pdf csv"/>
         <display:column property="name" title="Agent's Name" sortable="true" 
media="html excel xml pdf csv" />
         <display:column property="agentid" title="Agent ID"  media="html excel 
xml pdf csv" />
         <display:column property="extension" title="Extension"  media="html 
excel xml pdf csv" />
         <display:column property="issue" title="Issue"  media="html excel xml 
pdf csv" />
        <display:column property="summary"  title="Sumamry"  media="html excel 
xml pdf csv" />
        <display:column property="resolution" title="Resolution"  media="html 
excel xml pdf csv" />

        
           
    </display:table>

i want atleast 2 of the fields to be editable.
can u help me in this please.

Thanks,
Rakesh



      
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to