Search:

Type: Posts; User: rickzferry

Search: Search took 0.07 seconds.

  1. Re: Problem pass values from page JSP to another page JSP

    The error is in this part. Only executes the else, i.e. the list "nota" came from page-3.jsp is null or empty. The problem probably is in this code:


    List<Notas> nota = new ArrayList<>();
    ...
  2. Re: Problem pass values from page JSP to another page JSP

    The error is this page. Can you help me? I donīt no why the List nota came from page-3.jsp null or empty. Thankīs a lot.
  3. Problem pass values from page JSP to another page JSP

    Hi. is my first post. So Iīm very begginer Java programer. I have a simple system made in JSP without JSTL or servlets that is used to record student grades and uses a database. Bank connections are...
Results 1 to 3 of 3