Style Sheet in page head

2016-07-07 Thread Peter Henderson
Hello, I might have found a small bug. I have a control which has a style sheet link in its head section. This control is used within a ListView but is initially hidden. An ajax action causes the control to become visible. The style sheet link added to the page head looks malformed. Full

Re: Style Sheet in page head

2016-07-07 Thread Francois Meillet
You don't define id and type so there are null. just add id="yourid" type="text/css" François > Le 7 juil. 2016 à 12:24, Peter Henderson a > écrit : > > Hello, > > > I might have found a small bug. > > I have a control which has a style sheet link in its head section. > This contro

Re: Style Sheet in page head

2016-07-07 Thread Peter Henderson
Thanks François On Thu, Jul 7, 2016 at 11:51 AM, Francois Meillet < francois.meil...@gmail.com> wrote: > You don't define id and type so there are null. > > just add id="yourid" type="text/css" > > > > > > Although MDN shows examples without an id or type [1]. The examples shown by the ht

Re: Style Sheet in page head

2016-07-07 Thread Francois Meillet
If you look at what is sent by Wicket (open the Wicket Ajax Debug panel or use a debugging proxy like Charles Proxy), you will see The id and type with null value are just extrapolated and added by tools (firebugs and

Re: Style Sheet in page head

2016-07-07 Thread Peter Henderson
On Thu, Jul 7, 2016 at 2:02 PM, Francois Meillet wrote: > If you look at what is sent by Wicket (open the Wicket Ajax Debug panel > or use a debugging proxy like Charles Proxy), > you will see > > > > > > > > > > > > > The

Re: Style Sheet in page head

2016-07-16 Thread Martin Grigorov
Fixed with https://issues.apache.org/jira/browse/WICKET-6204 Thank you for the report, investigation and the pull request! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jul 7, 2016 at 4:12 PM, Peter Henderson wrote: > On Thu, Jul 7, 2016 at 2:02 PM, Franc