Re: Latest snapshot and CSSPackageResource.getHeaderContribution

2009-02-13 Thread Matej Knopp
Hi,

I changed the order - the comment should now be rendered on the bottom
of page and hopefully not break IE.

-Matej

On Fri, Feb 13, 2009 at 8:51 AM, jensiator  wrote:
>
> Of course! Thanks!
>
> --
> View this message in context: 
> http://www.nabble.com/Latest-snapshot-and-CSSPackageResource.getHeaderContribution-tp21973733p21991737.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: Latest snapshot and CSSPackageResource.getHeaderContribution

2009-02-12 Thread jensiator

Of course! Thanks!

-- 
View this message in context: 
http://www.nabble.com/Latest-snapshot-and-CSSPackageResource.getHeaderContribution-tp21973733p21991737.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Latest snapshot and CSSPackageResource.getHeaderContribution

2009-02-12 Thread Igor Vaynberg
turn it off in debug settings.

-igor

On Thu, Feb 12, 2009 at 11:41 PM, jensiator  wrote:
>
> Found what was causing the problem. The latest snapshot seems to add a
> comment before the doctype tag. IE cant handle that.
> Example form my code for my LoginPage.
>
> 
>  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>
> What is adding the comment. Im not
> Jens
> --
> View this message in context: 
> http://www.nabble.com/Latest-snapshot-and-CSSPackageResource.getHeaderContribution-tp21973733p21991661.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: Latest snapshot and CSSPackageResource.getHeaderContribution

2009-02-12 Thread jensiator

Found what was causing the problem. The latest snapshot seems to add a
comment before the doctype tag. IE cant handle that.
Example form my code for my LoginPage.


http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

What is adding the comment. Im not
Jens
-- 
View this message in context: 
http://www.nabble.com/Latest-snapshot-and-CSSPackageResource.getHeaderContribution-tp21973733p21991661.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Latest snapshot and CSSPackageResource.getHeaderContribution

2009-02-12 Thread jensiator

Hi
After my post with the private wizardmodel inside wizardstep I decided to
change to the latest snapshot instead of using rc2. Suddenly IE wont display
my markup correct. But Firefox does.The corrupted design in IE is a typical
stylesheet error. 
I noticed that HeaderContributor.forCss is now depricated and its body has
changed. It now calls CSSPackageResource.getHeaderContribution direct. I'm
adding all my stylesheet links in this way. I dont hardcode them inte to
base page markup header. 
I went back to rc1 and then everything looks fine. Back to snapshot the
design is corrupted. 
Has something changed in the way that the css resources loads?
Jens
-- 
View this message in context: 
http://www.nabble.com/Latest-snapshot-and-CSSPackageResource.getHeaderContribution-tp21973733p21973733.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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