joshtynjala commented on issue #102: MXML tag without prefix causes NullPointerException URL: https://github.com/apache/royale-compiler/issues/102#issuecomment-560469592 @carlosrovira I tried creating a simple Jewel app with the following code, but I could not reproduce your issue: ```mxml <j:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:j="library://ns.apache.org/royale/jewel"> <j:initialView> <j:View> <j:List> <j:dataProvider> <fx:Array> <fx:String>Features</fx:String> <fx:String>Support</fx:String> </fx:Array> </j:dataProvider> </j:List> </j:View> </j:initialView> </j:Application> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
