Guest User

Untitled

a guest
Jan 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <%
  2. ...
  3. ArrayList list = vb.getStuff();
  4. ...
  5. Iterator it = list.iterator();
  6. while (it.hasNext()){
  7. ...
  8. //I show my list items in a table
  9. ...
  10. }
  11. %>
  12.  
  13. ArrayList list = vb.getStuff();
  14.  
  15. JspLineBreakpoint myPath/mylist.jsp : 48 partially submitted - not into all classes, reason: No executable location available at line 48 in class org.apache.jsp.portal_jsp.
  16.  
  17. ArrayList list = vb.getStuff();
Add Comment
Please, Sign In to add comment