commands, e-mail: [hidden email]
>>
>> >
>> >
>>
>> ---------------------
>> To unsubscribe, e-mail: [hidden email]
>>
>> For additional commands, e-mail: [hidden ema
ubscribe, e-mail: [hidden email]
>
> For additional commands, e-mail: [hidden email]
>
>
>
>
> ----------------
> If you reply to this email, your message will be added to the
> discussion below:
> http://tapestr
Looks like a defect, not sure if it's been filed yet.
ActivationRequestParameterWorker isn't encoding the client value
returned by the ValueEncoder.
String clientValue = encoder.toClient(value);
link.addParameter(parameterName, clientValue);
addParameter is documented as not doing the encodin
Hi, I have a situation where my ActivationRequestParameter has an & symbol in
it. This doesn't seem to get encoded when it is attached to the query
string. When it gets submitted back to tapestry everything after the & is
just truncated (because obviously after the & it thinks a new parameter is
st