The mail-list example below demonstrates how to use simple HTML forms with JSP Expressions.
This example takes firstname, last name and email from user and display it as an output.
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 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 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.