Extra clarification on changing rendering of ListView
-----------------------------------------------------

                 Key: WICKET-71
                 URL: http://issues.apache.org/jira/browse/WICKET-71
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.2.3
            Reporter: Erik van Oosten


Please add the following to the class comment of wicket.ListItem.

 * 
 * <p>
 * NOTE: when you want to change the default generated markup it is important to
 * realise that the ListView instances does not correspond to any markup 
however,
 * the generated ListItems do. <br />
 * This means that methods like [EMAIL PROTECTED] #setRenderBodyOnly(boolean)} 
and
 * [EMAIL PROTECTED] #add(wicket.behavior.IBehavior)} should be invoked on the 
ListItem that
 * given in the [EMAIL PROTECTED] #populateItem(ListItem)} method.
 * </p>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to