Hi Chris, I'm trying to test a simple <js:Image> in MDLExample without luck, something like:
<js:Image url="main/resources/Unknown.jpeg" width="220" height="140"/> is not working. I think the problem is maven is not copying the image asset to to target folder. I get it working with something like this: <js:Image url="../../../../src/main/resources/Unknown.jpeg" width="220" height="140"/> (reaching it from outside target and from the source project) Maybe I'm doing something wrong? -- Carlos Rovira http://about.me/carlosrovira
