Hey all,
I asked this question here:
http://forums.sun.com/thread.jspa?messageID=10567634
But I thought I would try the mailing list as well.
I'm trying to nest tables several levels deep, and on some of the inner
tables, I have action methods which need to take some action on their
respective data.
Is there a way that I can bind the inner tables to a bean, or get a
reference to them in order to extract the row that was clicked
(h:commandLink)?
My desire comes from the fact that I don't want to use an f:param and
re-load the row from the database if it's already been loaded the first
time.
Thanks very much,
Lincoln