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 validation on login form in struts framework. In this example when you will keep empty any text fields then it will give a validate message. if you will not keep empty then it will redirect on another page.
The below example demonstrates validate empty fields in struts framework. In this example you will see a message when user will leave any empty field on customer registration form and click on submit button.
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