Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7158713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T13:06:42+00:00 2026-05-28T13:06:42+00:00

When the RequestFactory validates my domain objects using a jsr303 validator it gets localized

  • 0

When the RequestFactory validates my domain objects using a jsr303 validator it gets localized contraint violation message and a message key. I debuged the code and on the server side the default locale is used no matter what locale is used on the client side. I did not find any locale settings in the payload either.

Are there any examples how to treat localization in comibation with RequestFactory and BeanValidation?
Should the messages be translated on the client or server side?
What are the best practices?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T13:06:43+00:00Added an answer on May 28, 2026 at 1:06 pm

    I did not find any blue print to this problem so I implemented my own mechanisem.
    I added the currently selected language as an attribute to the header and on the server side I read the language from the header.

    Client side:

    MyRequestFactory factory = GWT.create(MyRequestFactory.class);
    factory.initialize(new SimpleEventBus(), new DefaultRequestTransport() {
    
        @Override
        protected void configureRequestBuilder(RequestBuilder builder) {
            super.configureRequestBuilder(builder);
            builder.setHeader("X-GWT-Language",   
                LocaleInfo.getCurrentLocale().getLocaleName());
        }
    });
    

    Server side (Grails):

    def index = {
        String gwtLanguage = request.getHeader("X-GWT-Language")
        if(gwtLanguage){
            Locale gwtLocale = new Locale(gwtLanguage)
            RequestContextUtils.getLocaleResolver(request).setLocale(request, response, gwtLocale)
        }
        // ... Handle the RequestFactory request
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a Android AppEngine Connected Project I'm trying to build using GWT2.4 RequestFactory
I'm new to GWT and RequestFactory so I'm coding a simple test app using
when I fetch an object using the requestfactory it always fetches all dependencies even
I have a problem using fire() with a GWT RequestFactory after I've used it
I've just started porting my GWT-RPC code to the new RequestFactory mechanism. In order
I am using GWT 2.2 with RequestFactory. The app has an existing service layer
Does anyone have a working example of using the new GWT constructs for RequestFactory
GWT RequestFactory is nice while saving/update the data, using as below: EmployeeRequest request =
I am using RequestFactory with appengine and android. It has been working great, however
Does anyone know for an example of GWT's CellTable using RequestFactory and that table

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.