Misleading  EnclosureResolver javadoc and wiki
----------------------------------------------

                 Key: WICKET-1001
                 URL: https://issues.apache.org/jira/browse/WICKET-1001
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta3, 1.3.0-beta2, 1.3.0-beta1
            Reporter: Kadir Sener GUMUS
            Priority: Minor


When you look at the javadoc of EnclosureResolver, it is written that:  "As 
this is no default resolver, it must be added manually".  In addition to 
"<wicket:enclosure>" description in the wiki page 
(http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html) says :  "To use this 
feature you need to register EnclosureResolver and EnclosureHandler. To do 
this, add
the following lines to you Application class init method"

But Application and MarkupParser classes was implemented it already:  
- org.apache.wicket.Application.java (line 918)  
- org.apache.wicket.markup.MarkupParser.java (line 186) 

So no need to register this feature manually else.  Please update javadoc and 
wiki 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