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