HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Documents
Technical documentation
Các bước thực hiện và query dữ liệu trong struts/hibernate.
2011-06-06 07:55 PM
Sử dụng các bước sau để tạo 1 trang chứa dữ liệu từ database query lên:
1. Tạo trang jsp để chứa dữ liệu (testpage.jsp).
<%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> <title><s:text name='active'/> - Test Page</title> ...