Textfields of Listview on StatelessForm don't get values set after submit with
validation errors
------------------------------------------------------------------------------------------------
Key: WICKET-3944
URL: https://issues.apache.org/jira/browse/WICKET-3944
Project: Wicket
Issue Type: Bug
Components: wicket-core
Affects Versions: 1.4.17
Environment: Windows 7, Wicket 1.4.17
Reporter: Per Newgro
I would like to create a stateless page collecting an amount and an item id for
direct shopping. Because i don't know how many items a user wants to insert i
use a listview with a link of adding 5 more item slots on demand.
Now the problem:
If i use stateless form with textfield added directly after form submit all is
set as expected. Field value is present and error message to.
But if i add textfield on a listview this is not working. Textfield is empty
and error message is not present.
I've created a quickstart and two tests for evaluation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira