Learning Java Programming Made Easy
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<body>
<jsp:useBean id="test" class="action.testbean" />
<jsp:setProperty name="test"
property="message"
value="Hello JSP..." />
<jsp:getProperty name="test" property="message" />
</body>
</html>
No comments:
Post a Comment
Welcome, happy learning