Lets say you want to do a mullit row display or update of the html tag.
If you nest it in logic iterate it works!
If you nest it in c:for each or similar, it throws an exception that indexed property only works in logic tag nesting.
So one day.... this needs to be fixed in all the html tags or maybe even in JSTL, if Struts one day decides to move to JSTL instead of logic.
.V

David M. Karr wrote:
"V" == V Cekvenich <[EMAIL PROTECTED]> writes:

    V> The onlye thing that most html-el tags need to be modified to support indexed
    V> property in JSTL, so we can do multi row updates.

    V> But that is post 1.1 I am sure.

    V> .V

What do you mean, Vic?  I'm using the same EL engine that the JSTL uses.  What
exactly do you think is missing?

    V> Hal Deadman wrote:
    >> I think the faster everyone moves from "logic" tags to JSTL the happier
    >> everyone will be. The JSTL choose tag already supports if/elseif/else. The
    >> expression language in JSTL makes logic easy that would be nasty with the
    >> various logic tags.
    >> <c:choose>

    >> <c:when test="${foo.bar eq 'baz'}">
    >> ...
    >> </c:when>
    >> <c:otherwise>
    >> ...
    >> </c:otherwise>
    >> </c:choose>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to