hello,

Sorry I know it isn't the exact mailing list for my question ...
I am trying to use jakrata taglib JSTL, particulary forEach taglib.
I look at the given examples and I don't understand how to initialize
collection on which the forEach applies.

Collection declared before in the JSP are not accessible
ex : "
<@ .... import URI and prefix for JSTL
<%
Collection bob = getMyColl();
%>
"
and in the forEach JSTL I use the coll bob which is correctly
initialized but that
I can't access within the forEach tag....

thanks.

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to