TAILIEUCHUNG - Web Application Developer’s Guide phần 7

Sử dụng InternetBeans Express với servlets InternetBeans Express các thành phần đơn giản hóa màn hình hiển thị của dữ liệu trực tiếp trong một trang web và đăng tải các dữ liệu từ một trang web vào một cơ sở dữ liệu hoặc mô hình dữ liệu khác. Hiển thị các trang web trực tiếp với các servlet sử dụng InternetBeans Express Hầu hết các servlet nên sử dụng một thành phần IxPageProducer. Điều này cho phép servlet để tạo ra. | Step 8 Adding the InternetBeans control tags Step 8 Adding the InternetBeans control tags Now it s time to add the two control tags for the two text input fields. Add the tags shown in bold. form method POST p Enter your name p ix control dataSet signatures columnName Name input type text name Name size 50 ix control p Enter your comment p ix control dataSet signatures columnName Comment input type text name Comment size 100 ix control p Note that you are wrapping each of the HTML text input tags in an InternetBeans control tag. This allows the InternetBeans IxControls to implicitly understand which text input fields they are replacing. Step 9 Adding the InternetBeans submit tag Add the opening and closing submit tags shown in bold. input type text name Comment size 100 ix control p ix submit methodName submitPerformed input type submit name submit value Submit p ix submit form Note that you are wrapping the HTML submit input tag in an InternetBeans submit tag. This allows the InternetBeans IxSubmitButton to implicitly understand which submit button it is replacing. We re not done with the submit button yet. You still have to add the method which will be executed when the button is pushed. You ll do that in the next step. Tutorial Creating a JSP with InternetBeans Express 13-7 Step 10 Adding the s u b m i t P e r f o r m e d method Step 10 Adding the submitPerformed method Add the code shown in bold. ix submit methodName submitPerformed public void submitPerformed PageContext pageContext DataSet signatures DataSet signatures input type submit name submit value Submit p ix submit The submitPerformed method is contained within a JSP declaration tag. This method declaration doesn t have to be nested within the InternetBeans submit tag but it is an elegant way of writing the code. The parameter passed to this method is the PageContext. This is an object containing information about the page which exists .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.