Re: Error using style with UiBinder

2010-12-02 Thread Luis Cabellos
I found the error, isn't related to UiBinder. The error was caused by a missing library, but the exception appearas when i modified the xml. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Error using style with UiBinder

2010-12-01 Thread Luis Cabellos
Hi, I'm beggining using UiBinder in my web app, but when I added a Style (only when y add the text styleName='{style.headerList}') I get and error exception and the Web don't load. I'm getting the error using the development mode. !DOCTYPE ui:UiBinder SYSTEM

Re: Error using style with UiBinder

2010-12-01 Thread Chris Conroy
This is a server side classloader failing to find the class es.ifca.altaweb.server.AltawebServiceImpl. I don't think UIBinder is your problem here. On Wed, Dec 1, 2010 at 5:03 AM, Luis Cabellos zhen.sy...@gmail.com wrote: Hi, I'm beggining using UiBinder in my web app, but when I added a

Re: Error using style with UiBinder

2010-12-01 Thread Nirmal
I think you are missing the mappings in your web.xml Regards, Nirmal On Dec 1, 9:08 pm, Chris Conroy con...@google.com wrote: This is a server side classloader failing to find the class es.ifca.altaweb.server.AltawebServiceImpl. I don't think UIBinder is your problem here. On Wed, Dec