Re: Is it possible to create custom widget?

2009-10-27 Thread Felipe
... i don't understand , but: you should test your service with jUnit , then . try that: seee: parametricas = ServiceLocator.getFacadeParametricas(); public class ComunasSelector extends Composite { private SuggestBox listadoSuggestComunas; private ComunaSuggestOracle

Re: Is it possible to create custom widget?

2009-10-27 Thread Cage
Wao thanks a lot, let me study your code first. On Oct 27, 8:08 pm, Felipe felipe.andres.p...@gmail.com wrote: ... i don't understand , but: you should test your service with jUnit , then . try that: seee: parametricas = ServiceLocator.getFacadeParametricas(); public class

Is it possible to create custom widget?

2009-10-26 Thread Cage
Hi all, I just create a suggestBox with RPC source, and I want to use it in couple of formpanel in difference pages, is it possible? Would you mind to tell me how and where can I found the information abou that. Thank you very much. c...@hk

Re: Is it possible to create custom widget?

2009-10-26 Thread Cage
I tried to import that class in and it able to show a suggestbox in new page, but it is not able to got the data from server side, I guess the problem should be on the RPC connection, please help, thank you very much. c...@hk On Oct 27, 1:23 pm, Cage cage...@gmail.com wrote: Hi all,   I