Hi, I'm asking for an open source custom tag for localizing a struts application.
I've tried to make it manually, and it succeeded in localization the view. But I faced some proplems. Here's the scenario: first, I submit the language to an action that save the source url that make the request using the "REFERER" http header and then call the Action method setLocale(...) to change the locale, then forward the request again to the source url using ActionForward(srcUrl, true) // true for redirecting the request. So, the problem is that I'm using dispatch action, when I forward the request from the 1st dispatch to the 2nd dispatch action, the Http header "REFERER" retains the 1st dispatch url not the second.