Re: JBoss 6: problem with tomahawk

2011-05-02 Thread Marcus Büttner
Hi, in the current sandbox project 1.1.11-SNAPSHOT the fieldset is already removed. regards, Marcus 2011/5/1 Anton Gavazuk antongava...@gmail.com Hi Leonardo, you are absolutely right, I had 2 fieldset packages - first was coming from tomahawk library and second was from tomahawk-sandbox

Re: JBoss 6: problem with tomahawk

2011-05-02 Thread Anton Gavazuk
Hi Marcus, could you suggest where can I download latest sandbox binaries/sources? 2011/5/2 Marcus Büttner buettner.mar...@gmail.com Hi, in the current sandbox project 1.1.11-SNAPSHOT the fieldset is already removed. regards, Marcus 2011/5/1 Anton Gavazuk antongava...@gmail.com Hi

Re: JBoss 6: problem with tomahawk

2011-05-02 Thread Marcus Büttner
Hi, at the moment there's no binary available. you can get the source and build it by yourself. I would recommend that you check out tomahawk 1.1.10 (because you already use tomahawk 1.1.10 in your project) from: https://svn.apache.org/repos/asf/myfaces/tomahawk/tags/tomahawk-project-1.1.10 you

Re: JBoss 6: problem with tomahawk

2011-05-02 Thread Anton Gavazuk
Hi Marcus, great thanks - will do according to your advice. 2011/5/2 Marcus Büttner buettner.mar...@gmail.com Hi, at the moment there's no binary available. you can get the source and build it by yourself. I would recommend that you check out tomahawk 1.1.10 (because you already use

Re: JBoss 6: problem with tomahawk

2011-05-02 Thread Leonardo Uribe
Hi Here you can download the snapshots of myfaces projects, including tomahawk. https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces regards, Leonardo

Re: JBoss 6: problem with tomahawk

2011-05-01 Thread Anton Gavazuk
Hi Leonardo, you are absolutely right, I had 2 fieldset packages - first was coming from tomahawk library and second was from tomahawk-sandbox library - I'm using sandbox tomahawk-sandbox-1.1.9-SNAPSHOT.jar and that one contains also org\apache\myfaces\custom\fieldset package - I think it should

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