The El expression example below demonstrates how to use different operators in JSP.
This example uses various operators to compare the value specified and gives the results as output.
The EL type conversion example below demonstrates how to use tags to convert datatypes in JSP.
This example converts different datatypes of JSP specified in the example and prints them as output.
The EL property access and nested properties example below demonstrates how to access object's property in JSP.
This example accesses NewsFeed's object properties and collections to show it as output
The EL function example below demonstrates how to use El functions in JSP.
This example uses abs() and round() to find out the absolute and rounded value of given values.
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.
The below example demonstrates DateType Conversion in Struts 2. In this example if you will enter birth Date in (dd/mm/yyyy) formate. then it will convert in to (mon dd,yyyy) format and show on redirected page.