tstronge wrote:
> I got a bit carried away with enthusiasm ;-(
>
> What I got it to work yesterday only had one row in the table (the single
> thus last row in the table!).  However, on trying it with multiple rows in
> the table I realised that I cannot get at the correct row object.

I hadn't replied before as I didn't fully understand your problem and 
still don't but I'll give it a go.

What I think you need to do is to generate your "returnAssignmentsStr" 
String for each row in the table. Could you add an extra column to the 
table that is always called the same thing no matter what other columns 
are present (let's call it magic). Then you can create a TableDecorator 
that has a getMagic() method that does what your startRow() method does 
in your previous post (build up the returnAssignmentsStr String) and 
return it wrapped up in the <a> tag. This will result in one link per 
row (which I think is what you want) that contains the assignments for 
that row of the table.

If this doesn't help then you may need to try and explain it to us again 
(with pictures).

HTH

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