You are on page 1of 1

Object Oriented Software Engineering

Lab Assignment # 02
Due Date: 02-03-2020 Section: S Total Marks: 10

Program: BS(SE)
Instructions
I can take either quiz or in class viva for this assignment by calling any one on the white board to solve
any question of the assignment. Copied assignment will be getting zero marks and further action will be
taken as per university policy.

Question: Create a form Student using JSF framework. The form has following text fields First
Name, Last Name, Age, CNIC, Mobile Number, Email I’d. When this form is submitted, the
validator will make sure the “username” text field contains a minimum length of 5, maximum
length of 10 and so on. Apply all the validator on form text fields.

You might also like