JBoss 6: problem with tomahawk

2011-04-03 Thread Anton Gavazuk
Hi all, got a nice issue during migration of my jsf 1.2 application to JBoss 6. Current version of tomahawk in my project is: tomahawk12-1.1.10.jar I'm getting such error when one of my jsps containing fieldset tag is being accessed: The method setLegend(String) in the type FieldsetTag is not

Re: JBoss 6: problem with tomahawk

2011-04-03 Thread Leonardo Uribe
Hi It seems you could have two tomahawk versions on the same classpath. The generated jsp tag class on version 1.2 or 2.0 looks like this: public class FieldsetTag extends org.apache.myfaces.custom.htmlTag.HtmlTagTag { public FieldsetTag() { } public String