You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2012/07/31 10:00:12 UTC

Re: Closing tag seems to be swallowed when it is added to the page section in Wicket 6.0.0-beta and beta3

Hi,

Please try with beta3 or -SNAPSHOT.
If it still breaks the same way then please file a bug.

On Mon, Jul 30, 2012 at 6:34 PM, Robert Szmurlo
<Ro...@ee.pw.edu.pl> wrote:
> Hi,
> it seems to me like a bug, but I want to make sure before I issue a ticket.
> I have created a wicket quickstart project (6.0.0-beta2), and modified the
> header section of HomePage.html:
>
> Source code:
>     <head>
>         <meta charset="utf-8" />
>         <title>Apache Wicket Quickstart</title>
>
>
>         <script type="text/javascript"
> src="http://akuku/something1.js"></script>
>         <script type="text/javascript"
> src="http://akuku/something2.js"></script>
>         <script type="text/javascript"
> src="http://akuku/something3.js"></script>
>
>         <script type="text/javascript" src="akuku/something4.js"></script>
>
>         <script type="text/javascript" src="/akuku/something5.js"></script>
>         <script type="text/javascript" src="akuku/something6.js"></script>
>     </head>
>
> unfortunately the rendered html (below) has missing closing tag: </script>
> for two scripts references:
>  - second "http://akuku/something2.js",
>  - and fifth  "http://akuku/something5.js".
>
>     <head>
>         <meta charset="utf-8" />
>         <title>Apache Wicket Quickstart</title>
>
>         <script type="text/javascript"
> src="http://akuku/something1.js"></script>
>         <script type="text/javascript"
> src="http://akuku/something2.js"><script type="text/javascript"
> src="http://akuku/something3.js">
>
>         <script type="text/javascript"
> src="akuku/something4.js"></script><script type="text/javascript"
> src="/akuku/something5.js"><script type="text/javascript"
> src="akuku/something6.js"></script>
>     </head>
>
> BR,
> Robert Szmurlo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org