passing value from servlet to html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shabnaz
    New Member
    • Jun 2010
    • 1

    passing value from servlet to html

    i have a servlet page which reads a file and stores it in a string variable.i need to display the contents of the file in a text area which that servlet creates an html in response..
    how am i to do this?
    pls anyone help me..
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    Servlets run at the server end and HTML at the client end.

    Are you talking about Ajax?

    Regards
    Dheeraj Joshi

    Comment

    Working...