for (int i = 0; i < 5; i++) {

Howdy from the JSP example.

}

The current date and time is: new java.util.Date()

Chapter 8 © copyright Janson Industries 2011"> for (int i = 0; i < 5; i++) {

Howdy from the JSP example.

}

The current date and time is: new java.util.Date()

Chapter 8 © copyright Janson Industries 2011">

Presentation is loading. Please wait.

Presentation is loading. Please wait.

JSP In Class Assg 1 Do same thing using JSP tags instead of scripting tags Chapter 9 © copyright Janson Industries 2011.

Similar presentations


Presentation on theme: "JSP In Class Assg 1 Do same thing using JSP tags instead of scripting tags Chapter 9 © copyright Janson Industries 2011."— Presentation transcript:

1 JSP In Class Assg 1 Do same thing using JSP tags instead of scripting tags Chapter 9 © copyright Janson Industries 2011

2 In Class Assg 1 - solution
<HTML> <HEAD> <TITLE> JSP Example </TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <jsp:scriptlet> for (int i = 0; i < 5; i++) { </jsp:scriptlet> <P>Howdy from the JSP example.</P> <jsp:scriptlet> } </jsp:scriptlet> <P>The current date and time is: <jsp:expression> new java.util.Date() </jsp:expression> </P> </BODY> </HTML> Chapter 8 © copyright Janson Industries 2011


Download ppt "JSP In Class Assg 1 Do same thing using JSP tags instead of scripting tags Chapter 9 © copyright Janson Industries 2011."

Similar presentations


Ads by Google