Menu

Rebind result could not be found

Help
2010-08-13
2013-04-26
  • Nobody/Anonymous

    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

     
  • Anatol Mayen

    Anatol Mayen - 2010-08-14

    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

     

Log in to post a comment.