Re: Similar to php post method

2014-04-07 Thread Matteo Fioravanti
Thak you very much! Il giorno sabato 5 aprile 2014 16:50:42 UTC+2, Matteo Fioravanti ha scritto: > > Hi there, a function have this code to generate a list of event formatted > with html and css. > > for (int i = 0; i < 10; i++) { > HTML div = new HTML ("Link"

Similar to php post method

2014-04-05 Thread Matteo Fioravanti
Hi there, a function have this code to generate a list of event formatted with html and css. for (int i = 0; i < 10; i++) { HTML div = new HTML ("Link"); RootPanel.get("mainLayout").add(div); } It 'a code for demonstration purposes, but my goal is to handle a clickhandler foreach link, I sh

Re: Controller navigation

2009-07-30 Thread Matteo
I have a working form with a service invocation : it works fine but i > don't know how to navigate to another screen when onComplete is > called? > > Congratulations for your work, > Ciao > Matteo --~--~-~--~~~---~--~~ You received this message beca

Re: error

2009-03-06 Thread Matteo
poonam, are you sure that you added all the hibernate dependencies to the classpath? Regards Matteo On 6 Mar, 13:26, poonam wrote: > Hello, >      I have made the changes as suggested by you in my application > which is developed integrating "GWT+Spring+Hibernate" ; also

Re:

2009-03-06 Thread Matteo
Hi GWT GWT, It looks like the commons-dbcp.jar is missing from the classpath. Regards, Matteo On 6 Mar, 07:16, GWT GWT wrote: > Hi I have developed an application using using GWT,spring,Hibernate. > Now I am getting an warning of > > [WARN] StandardContext[]Exception while dispatch