I am using netbeans IDE 6.5, but i dont think this is the problem of the IDE. It throws error of "Unexpected Symbol found ($)". Can you please provide me the working code of using variables in css ?
________________________________ From: Mathias Nilsson <[email protected]> To: [email protected] Sent: Thursday, July 23, 2009 4:28:08 PM Subject: Re: Need Help in Dynamic CSS generation The $ is used to replace the variable (interpolated value). It's the same technique used in properties files to replace some text. This sample works fine. if you look at the css it has been generated according to the load() method. It must be you IDE that complains about this. maybe you can shut the varning off. -- View this message in context: http://www.nabble.com/Need-Help-in-Dynamic-CSS-generation-tp24623639p24623863.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]
