J2EE Project Re-direct Url in NWDS |
|
| Comments (1) |
|
Sandy in Munich, Germany 71 months ago |
Hello All, 1. I imported a zip file into a NWDS J2EE project.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTENT="TSSAP HTML Generator"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META NAME="Description" CONTENT=""> </HEAD> <BODY BGCOLOR="#FFFFFF"> <H1>Hallo<H1>
</HTML> 4. Now my task is to avoid this form.html page and write a code in one of the index.jsp page which when executed will directly call the
5. For this I wrote the following code in Index.jsp page :- <%@ page language="java" %>
|
» Sign in or create an account to comment on this topic.
