You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Funk (JIRA)" <ji...@apache.org> on 2008/02/14 11:27:08 UTC

[jira] Created: (WICKET-1342) Inline documentation

Inline documentation
--------------------

                 Key: WICKET-1342
                 URL: https://issues.apache.org/jira/browse/WICKET-1342
             Project: Wicket
          Issue Type: Bug
            Reporter: Martin Funk


svn diff ./jdk-1.5/wicket-examples/src/main/
Index: jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml
===================================================================
--- jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml     (Revision 627698)
+++ jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml     (Arbeitskopie)
@@ -45,6 +45,10 @@
                <param-value>deployment</param-value>
        </context-param>
 
+<!--
+       Parameter used by Spring to locate its context configuration used for creating
+       a WebApplicationContext.  
+-->
        <context-param>
                <param-name>contextConfigLocation</param-name>
                <param-value>classpath:applicationContext.xml</param-value>


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


[jira] Resolved: (WICKET-1342) Inline documentation

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

Igor Vaynberg resolved WICKET-1342.
-----------------------------------

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

> Inline documentation
> --------------------
>
>                 Key: WICKET-1342
>                 URL: https://issues.apache.org/jira/browse/WICKET-1342
>             Project: Wicket
>          Issue Type: Bug
>            Reporter: Martin Funk
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.2
>
>
> svn diff ./jdk-1.5/wicket-examples/src/main/
> Index: jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml
> ===================================================================
> --- jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml     (Revision 627698)
> +++ jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml     (Arbeitskopie)
> @@ -45,6 +45,10 @@
>                 <param-value>deployment</param-value>
>         </context-param>
>  
> +<!--
> +       Parameter used by Spring to locate its context configuration used for creating
> +       a WebApplicationContext.  
> +-->
>         <context-param>
>                 <param-name>contextConfigLocation</param-name>
>                 <param-value>classpath:applicationContext.xml</param-value>

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