Hi, I am trying to create Html code on the fly within my program, and then put it in the webclient control. I am trying to use the method loadFromStream() from the Navigation interface, but nothing happens.
Could someone explain me the less obvious arguments that need to be passed. InputStream, URI and contentLength I have no problem. contentType, I am not too sure what to put in there and the java.util.Properties... What do we do with this one?? Thanks.
