Breadcrumb Breadcrumb
Community Links Community Links
Javadoc Links Javadoc Links
Community Forums Community Forums
Combination View Flat View Tree View
Threads [ Previous | Next ]
Error with /taglib/icon.xhtml
toggle
Error with /taglib/icon.xhtml
12/30/09 12:56 PM
Greetings,

Oddly earlier today PortletFaces started to cause a problem when deploying my development Portlet to Liferay running on Tomcat. During deployment and startup I get an error ....

"Attribute "class" was already specified for tag "img""

... and this prevented my Portlets from being available to me in Liferay.

After searching and finding nothing of note, I edited the offending Jar - org.edorasframework.portletfaces-1.3.0-SNAPSHOT.jar and in particular the 'META-INF\tags\icon.xhtml'. I took out the duplication class definition and everything works fine.

My question is - why would this suddenly start to fail? It's quite a bind as I have to edit the Jar file after each deploy. I cannot chnage the one we have in Maven as I'll alter the digest.

I'm using Tomcat 6.0.18, Liferay 5.2.3, IceFaces 1.8.2 and PortletFaces 1.3.0-SNAPSHOT.

Keep up this great work..
Steve.
Flag Flag
RE: Error with /taglib/icon.xhtml
Answer Answer (Unmark)
1/1/10 8:30 PM as a reply to Steven Crowe.
Fixed -- See: http://jira.edorasframework.org/browse/PF-14

As of 1/1/2010, PortletFaces is still at SNAPSHOT status. So this bug was introduced into the snapshot and was probably automatically downloaded by your maven2 build system.
Flag Flag