That should be working; that is, be sure to use
IRequestCycle.getParameter(), not HttpServletRequest.getParameter().

On 6/8/05, Tomas Jucius <[EMAIL PROTECTED]> wrote:
> 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]
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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

Reply via email to