On 30-03-2009 at 19:25, samyem wrote:
> 
> if ${var} returns a string with space, it adds a + for the strings. Is there a
> way not to add those +? I would rather want it to replace the space with %20
> instead of a plus sign, which is breaking my application logic.

Altough you may not like it, the plus sign instead of %20 in a URL is the
correct way to encode it. I suggest you change your application logic to use
the URLDecoder others have mentioned, which will decode it correctly.


Oscar

-- 
   ,-_  Oscar Westra van holthe - Kind      http://www.xs4all.nl/~kindop/
  /() )
 (__ (  Progress is made by lazy men looking for easier ways to do things.
=/  ()  -- Robert Heinlein

------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to