Hi all, I ran into an issue with Form.getFirstValue(String). This method not only returns <null> when the form doesn't contain the parameter, but also when there is a parameter with an empty string. The empty string is a valid input value in our application, but I can't distinguish between a missing parameter and an empty one using this method. IMHO, this method should return the empty string value in the latter case. What do you think?
Regards, Arjohn Kampman ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2849428

