If I want to create
the href line as follows, what should I do in display tag format?
<a class="linkAsbutton" href="">Modify</a>
Right now I can only
use one ParamId for that and it is done below.
<display:column property="tscTaskId" title="Task Id"
href="" paramId="tscTaskId" paramProperty="tscTaskId" sort="true"
align="center"/>

