This topic is part of our Web Application Development in Java training
Struts contains a number of powerful UI (User Interface) components. In essence, each UI component:
- Generate (complex) HTML
- Links HTML form fields to Java properties
- Does automatic type conversion and validation
Out of the tens of UI components, four are very powerful while being relatively easy to use. They are:
Work to do
Write a Struts web application which showcases the four above UI components. Look at the image above for some inspiration…
Bonus
Want autocompletion like in Google Search? Look no further than the autocompleter tag. Try it!
This topic is part of our Web Application Development in Java training
Emmly says
Knowledge wants to be free, just like these articels!