Hi,
I was playing with XUL a bit and created a small example in wicket-examples.
Unfortunately, I found out that namespaces are not parsed properly.
E.g.: <html:input type="text" id="wicket-messageInput"/>
The parser (using WordParser) will just take 'html' as the tagName, instead of html:input or input.
If it's not too difficult, I'd vote for having a seperate namespace property of ComponentTag.
I checked the example in for anyone that wants to fix this bug and wants to a test ready for it.
Eelco
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
