The below example demonstrates how to make basic hello world in struts framework. In this example student enter a name and it will give a message : hello username
The below example demonstrates DateType Conversion in Struts 2. In this example if you will enter birth Date in (yyyy/mm/dd) formate. then it will convert in to (mon dd,yyyy) format and show on redirected page.