aspose file tools
The moose likes Servlets and the fly likes Servlet to html Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet to html" Watch "Servlet to html" New topic
Author

Servlet to html

sharjeel afzal
Greenhorn

Joined: Sep 30, 2009
Posts: 22
how a servlet redirected to a html page and set the html attributes.....
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

You'll need to use complete sentences and explain what you are asking a bit better. For example, what are "html attributes"?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
samir singha
Greenhorn

Joined: Mar 17, 2008
Posts: 23
You can redirect to a page from a servlet by using RequestDispatcher if want to redirect within the servlet container use response.sendRedirect("url") method to redirect to another server. which html attribute you want to set??
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlet to html
 
Similar Threads
Disabling a href=...
calling a servlet by clicking a menu?
Java program to produce a HTML page
use JSlider (SWING)
Printing Web Page to fan fold paper