Search:

Type: Posts; User: reubenmk

Search: Search took 0.11 seconds.

  1. No data after downloading pdf BLOB from Oracle db

    1.I want to download a pdf file which is stored in the oracle db as a blob. But i get 0 kb file.
    I havent done this before. So pls help
    on button click a servlet calls another servlet which does...
  2. How to display data against row clicked on html table?

    I have a jsp page on which when i click submit button retrieves a resutlset(table orders) from the servlet
    and displays on the same jsp page in a html table format. now i know that html rows have...
  3. Replies
    7
    Views
    9,012

    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\">");
    ...
  4. Replies
    7
    Views
    9,012

    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?
  5. Replies
    7
    Views
    9,012

    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...
  6. Replies
    7
    Views
    9,012

    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 6 of 6