I am using wicket 1.3.7 currently so I can not use the CSSPackageResource.
Is there a way to just use PackageResource? I know that I need to upgrade but right now that is not possible. Also why can't I just add the CSS file to my html with a link and be done with it like this: <link rel="stylesheet" type="text/css" href="css/jquery.tooltip.css" /> Why does the markupcontainer not pick it up? If I move the data out of the markup container then everything works fine but of course I need to have the ability to allow the user to add data without having to refresh the page all the time. Thanks T -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CSS-not-loading-on-WebMarkupContainer-refresh-tp2019665p2020736.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
