I'm hoping someone can help me out with this one.... I'm almost finished
converting the entire app :-)

I have a <c:forEach> loop and within the loop I have a scriptlet. Now I'm
aware that JSTL variables are *not* visible within scriptlets. So how would
I convert the following below... 'suggestionList' is the variable that I'm
having trouble with.

<c:forEach items="${SPELL_CHECK_SUGGESTIONS_BEAN}" var="suggestionList">

<% String[] suggs =
(String[])((java.util.Map.Entry)suggestionList).getValue();

....
%>

</c:forEach>


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

Reply via email to