Search:

Type: Posts; User: DanBrown

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    5,873

    Re: Display Servlet Output into JSP Page

    Transactions tr = new Transactions()

    this class is in web-inf/classes folder

    Transaction is an helper java class.

    And my Jsp page is outside the web-inf where we generally put our html...
  2. Replies
    3
    Views
    5,873

    Display Servlet Output into JSP Page

    Hello Friends,

    I want to show the output return by the below given servlet into jsp page .



    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
Results 1 to 2 of 2