How can i pass two values in a query string using LzBrowser.loadURL() in openlaszlo.
My sample code:
LzBrowser.loadURL("../modules/Index.jsp?base="+ canvas.base +" id=" + canvas.Id,"fraMain");
I am getting number Format exception:
java.lang.NumberFormatException: For input string: “1 base=1”]
Please help in solving this.
Thanks,
Raj
We have to provide & amp; instead of &. It worked for me.