Sorry to have to ask this again, but I got
no response to my original question. This
time I only asking about the most important
subset of the problem, so hopefully it will
get a response.
I have a table I fill using the iterate tag.
In the table I have a link that is generated
from the iterate tag data.
I need to pass data in the link without using
a parameter, since when I get to the target
page from an Action Class, instead of this
link, I can't set parameters.
As far as I can tell, that means I will have
to utilize the onclick handler to do the
work, and I will need to pass it, as a
parameter, something made available from
the iterate tag. How does one do this?
-- Larry Maturo