Misleading example works despite error
--------------------------------------

                 Key: WICKET-1621
                 URL: https://issues.apache.org/jira/browse/WICKET-1621
             Project: Wicket
          Issue Type: Bug
          Components: wicket-examples
         Environment: not applicable
            Reporter: Frank Silbermann
            Priority: Minor


The resolution to Wicket-1601 is that anytime a ListView is used in a Form and 
contains form components one should call #setReuseItems(true).  The JavaDoc for 
ListView indeed says this.

However, most people learn Wicket primarily by looking at the examples, and the 
RadioGroup component example creates a ListView that contains form components, 
but does not do this.  (When I followed the example it worked until I put two 
such RadioGroups on the same page.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to