I am currently working on a project (contact IS) built using openlaszlo and I am using mysql as database... I use JSP as the servlet that will handle the connection to the database and present the information to openlaszlo as XML, however when I try to add a new contact through LzParams (laszlo parameters) and pass them onto jsp through: String myField=request.getParameter("myParamName") it returns a null value and that null value is inserted into my database...It is very annoying and I wish someone could help me with this....
Thanks in advance,
Loken: