This is done using the following code.
<display:column title="Edit"> <s:url id="updateUrl" action="marketing/update.action"> <s:param name="id" value="#attr.countrylist.id" /> </s:url> <s:a href="%{updateUrl}" theme="ajax" targets="countrylist">Update</s:a> </display:column>
Thanks for all the answers.
source share