Changes to the Renderer
Encoding:
- Before, we encoded the spinner like this:
Without JavaScript
- Now: With JavaScript
- Note use of the java.text.MessageFormat class to insert the
form and client IDs into the response string
Decoding:
Note that the UISpinner component is completely unaffected by this
change, since the renderer had been decoupled from it.