1. #1
    Sencha User
    Join Date
    Oct 2010
    Posts
    10
    Vote Rating
    0
    Answers
    3
    gfroud is on a distinguished road

      0  

    Default Answered: Running GXT 2 & 3 side by side. Deferred binding failed for BeanModelLookup.

    Answered: Running GXT 2 & 3 side by side. Deferred binding failed for BeanModelLookup.


    I wish to have GXT 2 and GXT 3 code in the same application. I have succesfully displayed a mixture of GXT 2 and GXT 3 widgets on the same page. However, I am getting an error when trying to use BeanModelLookup with the GXT 2 widgets:


    java.lang.RuntimeException: Deferred binding failed for 'com.extjs.gxt.ui.client.data.BeanModelLookup' (did you forget to inherit a required module?)

    Is this a known problem?

  2. Ok, I've managed to find the answer. I was using an old pre-GWT 2.2 version of GXT2. I added the latest GXT 2.2.5 and the problem is solved.

  3. #2
    Sencha User
    Join Date
    Oct 2010
    Posts
    10
    Vote Rating
    0
    Answers
    3
    gfroud is on a distinguished road

      0  

    Default


    Ok, I've managed to find the answer. I was using an old pre-GWT 2.2 version of GXT2. I added the latest GXT 2.2.5 and the problem is solved.