Bob Schellink wrote:
This is due to https://issues.apache.org/jira/browse/CLK-508.
Its caused by a public hidden field (referrerField) that is added to
Page but never processed, meanings its never bound to its request
parameter. The reason its never processed is because CLK-508 moved the
Form submitCheck down to the Field level and this check returns false,
because the Form was not submitted.
Checked in a fix for this issue by adding an extra check in
Field.canProcess based on whether the Field is added directly to the
Page. If it is the Field will be processed.
CLK-508 is hanging on by a very thin thread.