Hey,
I hope this is the right place to discuss this.
I am using normal html tags like <h1> in my portlets.
I am getting warnings on my page like " Warning: This page calls for XML namespace declared with prefix h1 but no taglibrary exists for that namespace. "
I can solve this by adding "xmlns="http://www.w3.org/1999/xhtml" to f:view.
Is this the right solution or should I use something like <h:outputText escaped="false" /> etc...
If this is the right solution, the namespace adaption should be made to the plugin SDK, so this namespace appears in every portlet which gets created with Liferay IDE and plugin SDK.
regards,
Johann
Please sign in to flag this as inappropriate.