0 Replies Latest reply on Sep 20, 2012 11:07 AM by mdhirsch30345

    What is the relationship between template and errai-ui elements

    mdhirsch30345

      I had a problem with Internet Explorer not loading my application when I had a UI template element that was a password field (i.e. an input field of type="password") bound to a plain GWT TextBox.  When I switched to a GWT PasswordTextBox everything started to work again.

       

      Now, again, I'm having trouble with IE displaying the app with a SmartGWT ListGrid, and I'm wondering if I have a type mismatch again.

       

      So my question is whether the type of the HTML element and the type of the java element are required to match in some way, and, if so, where I can find the required matchines?

       

      In particular, what HTML element should I use in my template file to be replaced by a ListGrid in Java?

       

      Thanks,

       

      Michael