Struts 2 Exception Handling

In this chapter we will learn about the exception handling in struts2 framework. If any exception occur between the code…

11 years ago

Themes in Struts 2

When you use a Struts 2 tag such as s:select in your web page, the Struts 2 framework generates HTML…

11 years ago

Internationalization and Localization in struts2

Internationalization (i18n) is the process of planning and implementing products and services so that they can easily be adapted to…

11 years ago

Struts2 Validation With Example

Introduction to Struts2 Validation Framework Struts Action 2 relies on a validation framework provided by XWork to enable the application…

11 years ago

Struts 2 Sending Mails

In this chapter we will teach you how to send an email using your Struts 2 application. For this application,…

11 years ago

Struts 2 Database Access

In this chapter we will teach you how to access a database using Struts 2 in simple steps. Struts is…

11 years ago

Struts 2 File Upload Example

In this example you will learn how to do file upload with the help of the built-in FileUploadInterceptor. To do…

11 years ago