Hi all,
I have in my client package a MyMessages class that inherits eu.maydu.gwt.validation.client.i18n.StandardValidationMessages and com.google.gwt.i18n.client.Messages.
In my ValidationMessages class i do a GWT.create on MyMessages and return this in the method getStandardMessages().
I also use this MyMessages class in my project for label adn other stuff the i also do just a GWT.create(MyMessages.class).
But when i compile it gives the error: Rebind result 'be.roularta.jobcv.client.MyMessages_' could not be found.
When i don't inherit eu.maydu.gwt.validation.client.i18n.StandardValidationMessages, it doesn't give an error.
Has anyone an idea?
How could i fix this?
kind regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I have in my client package a MyMessages class that inherits eu.maydu.gwt.validation.client.i18n.StandardValidationMessages and com.google.gwt.i18n.client.Messages.
In my ValidationMessages class i do a GWT.create on MyMessages and return this in the method getStandardMessages().
I also use this MyMessages class in my project for label adn other stuff the i also do just a GWT.create(MyMessages.class).
But when i compile it gives the error: Rebind result 'be.roularta.jobcv.client.MyMessages_' could not be found.
When i don't inherit eu.maydu.gwt.validation.client.i18n.StandardValidationMessages, it doesn't give an error.
Has anyone an idea?
How could i fix this?
kind regards
Hi!
You can read the following: https://sourceforge.net/projects/gwt-vl/forums/forum/932715/topic/3784659 for information regarding i18n.
If this doesn't help you you could post your source code for the MyMessages class.
Regards, Anatol