The registration example below demonstrates how to implement MVC pattern in JSP using java beans.
This example allows user to add their details to register for the conference and recieves the billing
The registration example below demonstrates how to use HTML with JSP to create a registration page.
This example takes user information from user and computes the billing information to show as outpu
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 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 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 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 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.