Hi all,
I have a JSP with JSTL code as follows…
<c:forEach items="${inputFileList}" var="infile">
<tbody>
<tr>
<td align="left" width="25%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" valign="top" class="text_bg_row_even_view">
I would like to see the value in my collection called inputFileList. Is there any way I can put a breakpoint next to the JSTL c:forEach.
I am running myEclipse 5.5 and right now it is not letting me do it. I right click on the grey bar and select “Toggle Breakpoints” and the breakpoint does not appear.
Thanks for any help.