I created an obj whose attributes represent the row obj of a display table.

RowObj
type
navigate
total

<display:table name="${data}" id="rows" requestURI="PrepareEntry.do">
      <!--  Type -->
<display:column property="type" titleKey="lbl.type" href="${rows.navigate}.do">/>

       <!-- Total -->
           <display:column property="total" titleKey="lbl.total"/>
</display:table>

clicking on each element in first column should navigate to different JSP.
i.e
clicking on element in first row, first column   should go to JSP A
clicking on element in second row , first column should go to JSP B
clicking on element in third row , first column should go to JSP C

The above was working as I supposed it's going to same JSP i.e first one.

I tried the below. I link itself is not comming.

      <a href="${rows.navigate}.do">
            <display:column property="type" titleKey="lbl.type" />
       </a>

What is the right way to do this?

Thanks.

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to