Hi Tony,
if there really is no way to get the encoded request parameter, although it's not very smart, we still have the possibility to encode the parameter anew. Is there already an existing function to encode the parameter somewhere?
Regards
Kai
Well, if we can't solve the problem correctly, the quick and dirty solution is to manually re-encode the value inside the inputmodule using java.net.URLEncoder.encode().
Still working on it.. must have patience! :)
Tony