Marc Portier wrote:
1/ fd:output is ignoring fd:initial-value this one is quite obvious I think: anybody adding a fd:initial-value to a fd:output can wait for eternity for it to ever get applied. Proposed fix: initialize() should do it like Field.java does.
+1 <snip union/>
4/ field should not turn to 'null' when the matching parameterName was not present in the request.
I'm not convinced we should change this. I suppose you need it only because 1/ does not work.
Given the way browsers work I believe that BooleanField is the only exception to this. (html-checkboxes will not be present in the
Multi-value field also will not have a parameter in the request if nothing was chosen.
Vadim
