JSP Page Using the Date Bean
<%@ page import=“date.*” %>
<jsp:useBean id=“now” class=“DateBean”/>
<html><head></head><body>
Now is <jsp:getProperty name=“now” property=“date”/>
</body></html>
Previous slide
Next slide
Back to first slide
View graphic version