I have been using DisplayTag 1.0 for the past few months with very few
issues...on the whole, this is a great project and I am very thankful
to all that have contributed.  I have searched the mailing list and I
have not found this issue before anywhere...

I have a custom decorator that establishes an object for every
iteration via the startRow() method in my decorator.  All of my other
overridden methods rely on this object to get information. I destroy
the object at the end of each iteration via the finishRow() method.

Everything works as expected as long as you are viewing the html,
print, or excel version.  But when the pdf is called, I have verified
that the finishRow() method is not being called, the startRow() method
is only being called once, and thus my object is not getting reset
properly on each iteration.

The even stranger thing is that all of my non-overridden methods have
the correct information listed for that row (those that are populated
using the normal business object methods), and the ones that are
populated via my decorator methods contain the values of the first
iteration.

Suggestions?

---Bradley Barnett


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to