You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "count negative (JIRA)" <ji...@apache.org> on 2010/04/03 14:03:27 UTC

[jira] Created: (WICKET-2822) Small Bug in JavaDoc for SpringWebApplicationFactory

Small Bug in JavaDoc for SpringWebApplicationFactory
----------------------------------------------------

                 Key: WICKET-2822
                 URL: https://issues.apache.org/jira/browse/WICKET-2822
             Project: Wicket
          Issue Type: Bug
          Components: wicket-spring
    Affects Versions: 1.4.7
            Reporter: count negative


Looking to the JavaDoc of SpringWebApplicationFactory in the filter config:
<init-param>
     <param-name>applicationClassName</param-name>
     <param-value>org.apache.wicket.spring.SpringWebApplicationFactory</param-value>
   </init-param>

It must be applicationFactoryClassName. When copy paste from the docu to web.xml you'll se the bug.

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


[jira] Updated: (WICKET-2822) Small Bug in JavaDoc for SpringWebApplicationFactory

Posted by "count negative (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

count negative updated WICKET-2822:
-----------------------------------

    Priority: Minor  (was: Major)

> Small Bug in JavaDoc for SpringWebApplicationFactory
> ----------------------------------------------------
>
>                 Key: WICKET-2822
>                 URL: https://issues.apache.org/jira/browse/WICKET-2822
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-spring
>    Affects Versions: 1.4.7
>            Reporter: count negative
>            Priority: Minor
>
> Looking to the JavaDoc of SpringWebApplicationFactory in the filter config:
> <init-param>
>      <param-name>applicationClassName</param-name>
>      <param-value>org.apache.wicket.spring.SpringWebApplicationFactory</param-value>
>    </init-param>
> It must be applicationFactoryClassName. When copy paste from the docu to web.xml you'll se the bug.

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


[jira] Resolved: (WICKET-2822) Small Bug in JavaDoc for SpringWebApplicationFactory

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2822.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.8
         Assignee: Igor Vaynberg

> Small Bug in JavaDoc for SpringWebApplicationFactory
> ----------------------------------------------------
>
>                 Key: WICKET-2822
>                 URL: https://issues.apache.org/jira/browse/WICKET-2822
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-spring
>    Affects Versions: 1.4.7
>            Reporter: count negative
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.8
>
>
> Looking to the JavaDoc of SpringWebApplicationFactory in the filter config:
> <init-param>
>      <param-name>applicationClassName</param-name>
>      <param-value>org.apache.wicket.spring.SpringWebApplicationFactory</param-value>
>    </init-param>
> It must be applicationFactoryClassName. When copy paste from the docu to web.xml you'll se the bug.

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