Hi! My css is placed in C:\project_workspace\project_name\context\default.css Locating path as: "./default.css" works fine
-----Original Message----- From: kiuma [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 2:08 PM To: [email protected] Subject: library and assets Hi all and Merry Xmas, I've a small problem with a library. I've put into /org/jfly/components a css file and now i'd like to access it from /org/jfly/components/views/Border.jwc component so i've added the following line: <asset name="defaultcss" path="css/default.css"/> but tapestry complains that it's unable to locate the resource. I've tryed the following too: <asset name="defaultcss" path="../css/default.css"/> but I obtained the same result. How could i do ? Thanks in advance, kiuma --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
