Search:

Type: Posts; User: reubenmk

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    9,007

    Re: Display data from list on same jsp page

    problem is solved.Thanks
    this piece of code in the mainjsp.jsp solved it.
    <%
    List trad=(List)request.getAttribute("TradeDet");
    if (trad!=null){
    out.println("<table border=\"1\">");
    ...
  2. Replies
    7
    Views
    9,007

    Re: Display data from list on same jsp page

    u mean to place each index of data in each column in the jsp page??cud u show me a piece of that code?
  3. Replies
    7
    Views
    9,007

    Re: Display data from list on same jsp page

    i am creating table..but how do i display each value in each column...i dont know to read teh data individually...
  4. Replies
    7
    Views
    9,007

    Display data from list on same jsp page

    I have a jsp page in which i have few parameters for the user to select and on clicking submite
    it shud display the data on the same jsp page from the servlet to which it goes
    so these are the...
Results 1 to 4 of 4