Struts Tutorials, Tips & Tricks

Implementing Clean URL in Struts

The web application created by using Struts framework can be easily identified by the URL patterns. Mostly all the Struts application have *.do or *.action URL depending on the version of Struts being used...

Multiple message resource property file in Struts

Recently I came up with a requirement where in we have to display messages from multiple bundle resource (message resource) property files in Struts using <bean:message>. Following are the steps for the same: Make...

Struts Internationalization (I18N)

Problem Statement: We require to achieve internationalization using Struts 1.x We have a layout setup for our application as header footer and content and few other tiles.. There is a select box in the...