>> what do you mean? it works great
>
> He means that the presence of scriptlet in a JSP is a "bad" mark in a
> code review. It presents maintenance difficulties, and obviates the
> natural separation of view artifacts from logic artifacts.
right. but I didn't find a solution, what I gotta do?
> It also
> represents that you left a bug unfixed, in that the <c:forEach> idiom
> should work, so from an organizational standpoint that remains an
> open issue.
I agree. what do you suggest?
> I have known a few people who had Marty Hall as a teacher. He took
> off ten points from an assignment submission for each line of
> scriptlet in a JSP. http://www.apl.jhu.edu/~hall/
too bad that he wants us to buy the second volume of his book to tell us how
a <c:forEach>. works...

Signature
ciao
Vittorix
Lew - 12 Mar 2008 01:25 GMT
Lew wrote:
>> I have known a few people who had Marty Hall as a teacher. He took
>> off ten points from an assignment submission for each line of
>> scriptlet in a JSP. http://www.apl.jhu.edu/~hall/
> too bad that he wants us to buy the second volume of his book to tell us how
> a <c:forEach>. works...
It is my observation that Professor Hall is mighty good at promoting himself
and his products.
You can get an overview of the JSTL tags for free in the Sun Java EE tutorial.
<c:forEach> is covered in:
<http://java.sun.com/javaee/5/docs/tutorial/doc/bnakh.html#bnakm>

Signature
Lew
Vittorix - 12 Mar 2008 03:11 GMT
>>> I have known a few people who had Marty Hall as a teacher. He took
>>> off ten points from an assignment submission for each line of
>>> scriptlet in a JSP. http://www.apl.jhu.edu/~hall/
>> too bad that he wants us to buy the second volume of his book to
>> tell us how a <c:forEach>. works...
> It is my observation that Professor Hall is mighty good at promoting
> himself and his products.
and I reinforced it :)
however, his book is decent and the first volume is online for free.
> You can get an overview of the JSTL tags for free in the Sun Java EE
> tutorial. <c:forEach> is covered in:
> <http://java.sun.com/javaee/5/docs/tutorial/doc/bnakh.html#bnakm>
thanks, I don't know why I tried the approach and nothing is shown in the
page.
I posted the code on another thread, if you like to see it.

Signature
ciao
Vittorix