I'd like to ask again.. It's important for my project..

Then the request is form/multipart-data, why I can't still access service name?

Shouldn't this method return service name in both situations?



  public String getParameter(String name)
    {
        IMultipartDecoder decoder = getDecoder();
        if (decoder != null)
            return decoder.getString(_request, name);

        return _request.getParameter(name);
    }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to