[jira] Updated: (WICKET-2404) Quickstart for 1.4 uses 1.3 dtd in HomePage.html (with patch)

2009-08-24 Thread Erik van Oosten (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik van Oosten updated WICKET-2404:


Summary: Quickstart for 1.4 uses 1.3 dtd in HomePage.html (with patch)  
(was: Quickstart for 1.4 uses 1.3 dtd in HomePage.html)

> Quickstart for 1.4 uses 1.3 dtd in HomePage.html (with patch)
> -
>
> Key: WICKET-2404
> URL: https://issues.apache.org/jira/browse/WICKET-2404
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-quickstart
>Affects Versions: 1.4.0
>Reporter: Erik van Oosten
>Priority: Trivial
> Attachments: WICKET-2404-1.4.patch, WICKET-2404-1.5.patch
>
>
> The generated HomePage.html contains the following header:
>  xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"; >
> That should be:
>  xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd"; >

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



[jira] Updated: (WICKET-2404) Quickstart for 1.4 uses 1.3 dtd in HomePage.html

2009-08-24 Thread Erik van Oosten (JIRA)

 [ 
https://issues.apache.org/jira/browse/WICKET-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik van Oosten updated WICKET-2404:


Attachment: WICKET-2404-1.5.patch
WICKET-2404-1.4.patch

Patch for Wicket 1.4 (please apply in 1.4 branch)
and Wicket 1.5 (please apply in trunk).

> Quickstart for 1.4 uses 1.3 dtd in HomePage.html
> 
>
> Key: WICKET-2404
> URL: https://issues.apache.org/jira/browse/WICKET-2404
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket-quickstart
>Affects Versions: 1.4.0
>Reporter: Erik van Oosten
>Priority: Trivial
> Attachments: WICKET-2404-1.4.patch, WICKET-2404-1.5.patch
>
>
> The generated HomePage.html contains the following header:
>  xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"; >
> That should be:
>  xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd"; >

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