Re: encodeBase64URLSafeString in s:param

2011-05-17 Thread Andrew Lee
You can do that using "@com.xxx.xxx.classname@methodname(arg)" but wouldn't it be better to expose another getter on your action which provided the encoded string. Would be easier to test. On 17 May 2011 10:25, wrote: > Hi, > > I have a problem calling a method in a s :param tag. > > I want to en

encodeBase64URLSafeString in s:param

2011-05-17 Thread Matthieu.Marc
Hi, I have a problem calling a method in a s :param tag. I want to encode an url parameter in base64 in order to avoid French special char and charset problem. The param 'dn' is working. Item.result.common.dn.bytes is working (tested with a s:property tag). But the method