Konstantin Iakimov created WICKET-5151:
------------------------------------------

             Summary: Page param with same name as component on page
                 Key: WICKET-5151
                 URL: https://issues.apache.org/jira/browse/WICKET-5151
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.7.0
            Reporter: Konstantin Iakimov
            Priority: Minor


If page has parameter with same name as component on the page, on submit field 
has value as array.
So just only first element of array is processed.
It's very difficult to investigate such problems, may be log as warning?

FormComponent.convertValue(String[] value) and successors
If value has more than 1 value output warning.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to