Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1.0.2
-
None
Description
In the new Hidden component in method:
private void processSubmission(String controlName)
{ String encoded = request.getParameter(controlName); Object decoded = encoder.toClient(encoded); value = decoded; }the line
Object decoded = encoder.toClient(encoded);
should be
Object decoded = encoder.toValue(encoded);
Thanks,
Andrej Aschenbrenner
Attachments
Issue Links
- is related to
-
TAP5-265 Add a Hidden component, used to synchronize a value between the server and the client
- Closed