Wilson-san wrote:

> i believe that the first scope defines where the subjects beans is (in this
> case, an attribute of the request) and the second one defines where the
> subjectEntry bean is (created by the iterate tag, so it should only be page
> scope)...  right?

I'd like to get a better understanding of this, too.  So, what you're saying
is that in

> > > <logic:iterate name="subjects" id="subjectEntry" scope="request"

the "subjectEntry" is defined for the "page" with data ("subjects") that
was passed as a (or defined in the) "request"?

> > >    <bean:write name="subjectEntry" property="value" scope="page" />

Then the current iteration of "subjects," which is this "subjectEntry,"
belonging to this "page" has its "value" retrieved (via getValue)?

OK.  I think I get it now.  Thank you.  I just regret that it didn't help
out your situation.

--
Michael Westbay
Work: Beacon-IT http://www.beacon-it.co.jp/
Home:           http://www.seaple.icc.ne.jp/~westbay
Commentary:     http://www.japanesebaseball.com/

Reply via email to