You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Sean Schofield <se...@gmail.com> on 2006/05/26 02:51:20 UTC

Upcoming Tomahawk Release

I made a tomahawk 1_1_3 branch but its not compiling at the moment.
The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
not in ibiblio yet (we need to take care of that btw.)  I will change
them before the official release.  That shouldn't make a difference
though.

I'm going to be offline for the weekend.  Can some people take a look
at this over the weekend and do some basic testing?  Just do a mvn
install after checking out the branch (no RC yet.)

Sean

Re: Upcoming Tomahawk Release

Posted by Mario Ivankovits <ma...@ops.co.at>.
>> -fileupload or tree2 are working fine.
>>     
> I wonder that you found that tree2 works fine.
>   
Ok, I checked the release creation date and those changes where
introduces before the branch.
So definitely the tree is broken, even it our examples works.

The problems were:
usage of Boolean.getBoolean() instead of using tomhawaks
setBooleanProperty as I changed it now.
The first queries the system environment instead of simply converting
the passed value to a boolean.

and the removal of a for loop which indeed wasnt unnecessary.

Ciao,
Mario


Re: Upcoming Tomahawk Release

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi Sean!
> In the future, when there is a branch, please make your fixes on the
> branch instead of the trunk.  If we focus on the branch and get it
> released then we can merge down soon enough.
Ok, I reverted the patch from head and fixed it on the branch now.

I have some problems to compile the tomahawk branch, but guess this is a
problem on my side - I have to leave now - if it works for your I'll give my
+1 for a release

Ciao,
Mario


Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
> The commits were: r410269 and r410276

So these need to be removed from the branch?

In the future, when there is a branch, please make your fixes on the
branch instead of the trunk.  If we focus on the branch and get it
released then we can merge down soon enough.

> Mario

Sean

Re: Upcoming Tomahawk Release

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi!
> -fileupload or tree2 are working fine.
I wonder that you found that tree2 works fine.

Yesterday I reverted two commits in svn head as the tree was completely
broken here.
I planned to inform Sean about it, but havent found the time lately, but
now its done :-)

The commits were: r410269 and r410276


Ciao,
Mario


Re: Upcoming Tomahawk Release

Posted by Martin Marinschek <ma...@gmail.com>.
It's real cool that Matze is assigned to us full time now. He has
never stopped loving the project, but now he's got the time as well.
Mighty cool!

regards,

Martin

On 6/6/06, Sean Schofield <se...@gmail.com> wrote:
> OK so once Dennis adds his logging stuff I will start the release.
> Thanks for the help.  You are a MyFaces animal these days.  Glad to
> have you back on full time!
>
> Sean
>
> On 6/5/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > Sean-
> >
> > TOMAHAWK-458 works now for me...
> > I can't reproduce. May be I did something wrong during my last testing.
> > For tomahawk 1.1.2 release I also tested against RI and the scroller worked
> > there for me.
> >
> > I go ahead and close this issue.
> >
> > -Matthias
> >
> > On 6/5/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > Yes, Ill give it a try this evening (PST).
> > >
> > > -Matthias
> > >
> > > On 6/5/06, Sean Schofield <se...@gmail.com> wrote:
> > > > Can we look at TOMAHAWK-458 and close the door on this release?
> > > >
> > > > Sean
> > > >
> > > > On 6/2/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > I verified that two of the issues are also present in the 1.1.2
> > > > > release so I don't consider these showstoppers.  Anyone disagree?
> > > > >
> > > > > That leaves one last bug.  TOMAHAWK-458.  Can folks take a quick look
> > > > > at this one.
> > > > >
> > > > > Sean
> > > > >
> > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > Jira issue created.
> > > > > > Will give RI tomorrow / friday a more detailed try!
> > > > > >
> > > > > > -Matthias
> > > > > >
> > > > > > On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > > > Matthias,
> > > > > > >
> > > > > > > Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> > > > > > > That will allow us to keep track of the outstanding issues.
> > > > > > >
> > > > > > > Sean
> > > > > > >
> > > > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > > > RI makes some trouble with this build of Tomahawk.
> > > > > > > >
> > > > > > > > -Some links are not working (sortable table for instance)
> > > > > > > > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > > > > > > > -Some exceptions on the jsf page (instead of rendered output)
> > > > > > > > -forceId,jsp makes troubles
> > > > > > > >   duplicated IDs
> > > > > > > >     commandLink id=button inside    form id=forceIdForm
> > > > > > > >     commandButton id=button   inside    form id=dataTable
> > > > > > > >
> > > > > > > >   both are forceId=true
> > > > > > > >
> > > > > > > > for me it should be fine, since their jsf client id is
> > > > > > > > a)forceIdForm:button
> > > > > > > > b)dataTable:button
> > > > > > > >
> > > > > > > >
> > > > > > > > but not all components are making problems
> > > > > > > > -fileupload or tree2 are working fine.
> > > > > > > >
> > > > > > > > -Matthias
> > > > > > > >
> > > > > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > > > > Just check the updated brunch.
> > > > > > > > > Now the *rc* looks good to me!
> > > > > > > > > Each sample works w/ MyFaces as JSF runtime.
> > > > > > > > >
> > > > > > > > > Will give it a try w/ RI as JSF runtime
> > > > > > > > >
> > > > > > > > > -Matthias
> > > > > > > > >
> > > > > > > > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > > > > > > Patch has been applied.  Can we do a little more basic testing on
> > > > > > > > > > this?  I will try to finish up the release process and start a vote
> > > > > > > > > > thread tomorrow.  We should have some basic testing first though in
> > > > > > > > > > order that we not have any embarassing mistakes like the one Matthias
> > > > > > > > > > found.
> > > > > > > > > >
> > > > > > > > > > Sean
> > > > > > > > > >
> > > > > > > > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > > > > > > > Thanks, i'm glad to be here :)
> > > > > > > > > > >
> > > > > > > > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > > > > > > > yet.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Regards,
> > > > > > > > > > > Catalin
> > > > > > > > > > >
> > > > > > > > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > > > > > > > >
> > > > > > > > > > >  Catalin,
> > > > > > > > > > >
> > > > > > > > > > > Welcome to the team.
> > > > > > > > > > >
> > > > > > > > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > > > > > > > bunch of tags to many of the examples but probably not all.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > > > > > > > send me the patch.
> > > > > > > > > > >
> > > > > > > > > > > Regards,
> > > > > > > > > > >
> > > > > > > > > > > Sean
> > > > > > > > > > >
> > > > > > > > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > > > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > > > > > > > that
> > > > > > > > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > > > > > > > >
> > > > > > > > > > > > dummy form is no more added? not sure though.
> > > > > > > > > > > >
> > > > > > > > > > > > Regards,
> > > > > > > > > > > > Catalin
> > > > > > > > > > > >
> > > > > > > > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > > > > > > > >
> > > > > > > > > > > > testing
> > > > > > > > > > > >
> > > > > > > > > > > > @Everyone: Any ideas on these?
> > > > > > > > > > > >
> > > > > > > > > > > > Sean
> > > > > > > > > > > >
> > > > > > > > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Installed the simple example war.
> > > > > > > > > > > > > Some "pages" causing trouble:
> > > > > > > > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > > > > > > > -sortAutoTable.jsf (same)
> > > > > > > > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > > > > > > > when you click first time.
> > > > > > > > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > > > > > > > page, as expected)
> > > > > > > > > > > > > same for upload example too
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Tree2 is working fine
> > > > > > > > > > > > >
> > > > > > > > > > > > > -Matthias
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > -Matthias
> > > > > > > > > > > > >
> > > > > > > > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > > > > > > > though.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Sean
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > --
> > > > > > > > > > > > > Matthias Wessendorf
> > > > > > > > > > > > > Aechterhoek 18
> > > > > > > > > > > > > 48282 Emsdetten
> > > > > > > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > ---------------------------------
> > > > > > > > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > > > > > > > rates.
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >  ________________________________
> > > > > > > > > > > Do you Yahoo!?
> > > > > > > > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Matthias Wessendorf
> > > > > > > > > Aechterhoek 18
> > > > > > > > > 48282 Emsdetten
> > > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Matthias Wessendorf
> > > > > > > > Aechterhoek 18
> > > > > > > > 48282 Emsdetten
> > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Matthias Wessendorf
> > > > > > Aechterhoek 18
> > > > > > 48282 Emsdetten
> > > > > > blog: http://jroller.com/page/mwessendorf
> > > > > > mail: mwessendorf-at-gmail-dot-com
> > > > > >
> > > > >
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > Aechterhoek 18
> > > 48282 Emsdetten
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Aechterhoek 18
> > 48282 Emsdetten
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
OK so once Dennis adds his logging stuff I will start the release.
Thanks for the help.  You are a MyFaces animal these days.  Glad to
have you back on full time!

Sean

On 6/5/06, Matthias Wessendorf <ma...@apache.org> wrote:
> Sean-
>
> TOMAHAWK-458 works now for me...
> I can't reproduce. May be I did something wrong during my last testing.
> For tomahawk 1.1.2 release I also tested against RI and the scroller worked
> there for me.
>
> I go ahead and close this issue.
>
> -Matthias
>
> On 6/5/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > Yes, Ill give it a try this evening (PST).
> >
> > -Matthias
> >
> > On 6/5/06, Sean Schofield <se...@gmail.com> wrote:
> > > Can we look at TOMAHAWK-458 and close the door on this release?
> > >
> > > Sean
> > >
> > > On 6/2/06, Sean Schofield <se...@gmail.com> wrote:
> > > > I verified that two of the issues are also present in the 1.1.2
> > > > release so I don't consider these showstoppers.  Anyone disagree?
> > > >
> > > > That leaves one last bug.  TOMAHAWK-458.  Can folks take a quick look
> > > > at this one.
> > > >
> > > > Sean
> > > >
> > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > Jira issue created.
> > > > > Will give RI tomorrow / friday a more detailed try!
> > > > >
> > > > > -Matthias
> > > > >
> > > > > On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > > Matthias,
> > > > > >
> > > > > > Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> > > > > > That will allow us to keep track of the outstanding issues.
> > > > > >
> > > > > > Sean
> > > > > >
> > > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > > RI makes some trouble with this build of Tomahawk.
> > > > > > >
> > > > > > > -Some links are not working (sortable table for instance)
> > > > > > > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > > > > > > -Some exceptions on the jsf page (instead of rendered output)
> > > > > > > -forceId,jsp makes troubles
> > > > > > >   duplicated IDs
> > > > > > >     commandLink id=button inside    form id=forceIdForm
> > > > > > >     commandButton id=button   inside    form id=dataTable
> > > > > > >
> > > > > > >   both are forceId=true
> > > > > > >
> > > > > > > for me it should be fine, since their jsf client id is
> > > > > > > a)forceIdForm:button
> > > > > > > b)dataTable:button
> > > > > > >
> > > > > > >
> > > > > > > but not all components are making problems
> > > > > > > -fileupload or tree2 are working fine.
> > > > > > >
> > > > > > > -Matthias
> > > > > > >
> > > > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > > > Just check the updated brunch.
> > > > > > > > Now the *rc* looks good to me!
> > > > > > > > Each sample works w/ MyFaces as JSF runtime.
> > > > > > > >
> > > > > > > > Will give it a try w/ RI as JSF runtime
> > > > > > > >
> > > > > > > > -Matthias
> > > > > > > >
> > > > > > > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > > > > > Patch has been applied.  Can we do a little more basic testing on
> > > > > > > > > this?  I will try to finish up the release process and start a vote
> > > > > > > > > thread tomorrow.  We should have some basic testing first though in
> > > > > > > > > order that we not have any embarassing mistakes like the one Matthias
> > > > > > > > > found.
> > > > > > > > >
> > > > > > > > > Sean
> > > > > > > > >
> > > > > > > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > > > > > > Thanks, i'm glad to be here :)
> > > > > > > > > >
> > > > > > > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > > > > > > yet.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Regards,
> > > > > > > > > > Catalin
> > > > > > > > > >
> > > > > > > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > >  Catalin,
> > > > > > > > > >
> > > > > > > > > > Welcome to the team.
> > > > > > > > > >
> > > > > > > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > > > > > > bunch of tags to many of the examples but probably not all.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > > > > > > send me the patch.
> > > > > > > > > >
> > > > > > > > > > Regards,
> > > > > > > > > >
> > > > > > > > > > Sean
> > > > > > > > > >
> > > > > > > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > > > > > > that
> > > > > > > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > > > > > > >
> > > > > > > > > > > dummy form is no more added? not sure though.
> > > > > > > > > > >
> > > > > > > > > > > Regards,
> > > > > > > > > > > Catalin
> > > > > > > > > > >
> > > > > > > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > > > > > > >
> > > > > > > > > > > testing
> > > > > > > > > > >
> > > > > > > > > > > @Everyone: Any ideas on these?
> > > > > > > > > > >
> > > > > > > > > > > Sean
> > > > > > > > > > >
> > > > > > > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > > > > > > >
> > > > > > > > > > > > Installed the simple example war.
> > > > > > > > > > > > Some "pages" causing trouble:
> > > > > > > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > > > > > > -sortAutoTable.jsf (same)
> > > > > > > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > > > > > > when you click first time.
> > > > > > > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > > > > > > page, as expected)
> > > > > > > > > > > > same for upload example too
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Tree2 is working fine
> > > > > > > > > > > >
> > > > > > > > > > > > -Matthias
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > -Matthias
> > > > > > > > > > > >
> > > > > > > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > > > > > > though.
> > > > > > > > > > > > >
> > > > > > > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > > > > > > >
> > > > > > > > > > > > > Sean
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Matthias Wessendorf
> > > > > > > > > > > > Aechterhoek 18
> > > > > > > > > > > > 48282 Emsdetten
> > > > > > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > ---------------------------------
> > > > > > > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > > > > > > rates.
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >  ________________________________
> > > > > > > > > > Do you Yahoo!?
> > > > > > > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Matthias Wessendorf
> > > > > > > > Aechterhoek 18
> > > > > > > > 48282 Emsdetten
> > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Matthias Wessendorf
> > > > > > > Aechterhoek 18
> > > > > > > 48282 Emsdetten
> > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > > Aechterhoek 18
> > > > > 48282 Emsdetten
> > > > > blog: http://jroller.com/page/mwessendorf
> > > > > mail: mwessendorf-at-gmail-dot-com
> > > > >
> > > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Aechterhoek 18
> > 48282 Emsdetten
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>

Re: Upcoming Tomahawk Release

Posted by Matthias Wessendorf <ma...@apache.org>.
Sean-

TOMAHAWK-458 works now for me...
I can't reproduce. May be I did something wrong during my last testing.
For tomahawk 1.1.2 release I also tested against RI and the scroller worked
there for me.

I go ahead and close this issue.

-Matthias

On 6/5/06, Matthias Wessendorf <ma...@apache.org> wrote:
> Yes, Ill give it a try this evening (PST).
>
> -Matthias
>
> On 6/5/06, Sean Schofield <se...@gmail.com> wrote:
> > Can we look at TOMAHAWK-458 and close the door on this release?
> >
> > Sean
> >
> > On 6/2/06, Sean Schofield <se...@gmail.com> wrote:
> > > I verified that two of the issues are also present in the 1.1.2
> > > release so I don't consider these showstoppers.  Anyone disagree?
> > >
> > > That leaves one last bug.  TOMAHAWK-458.  Can folks take a quick look
> > > at this one.
> > >
> > > Sean
> > >
> > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > Jira issue created.
> > > > Will give RI tomorrow / friday a more detailed try!
> > > >
> > > > -Matthias
> > > >
> > > > On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > Matthias,
> > > > >
> > > > > Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> > > > > That will allow us to keep track of the outstanding issues.
> > > > >
> > > > > Sean
> > > > >
> > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > RI makes some trouble with this build of Tomahawk.
> > > > > >
> > > > > > -Some links are not working (sortable table for instance)
> > > > > > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > > > > > -Some exceptions on the jsf page (instead of rendered output)
> > > > > > -forceId,jsp makes troubles
> > > > > >   duplicated IDs
> > > > > >     commandLink id=button inside    form id=forceIdForm
> > > > > >     commandButton id=button   inside    form id=dataTable
> > > > > >
> > > > > >   both are forceId=true
> > > > > >
> > > > > > for me it should be fine, since their jsf client id is
> > > > > > a)forceIdForm:button
> > > > > > b)dataTable:button
> > > > > >
> > > > > >
> > > > > > but not all components are making problems
> > > > > > -fileupload or tree2 are working fine.
> > > > > >
> > > > > > -Matthias
> > > > > >
> > > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > > Just check the updated brunch.
> > > > > > > Now the *rc* looks good to me!
> > > > > > > Each sample works w/ MyFaces as JSF runtime.
> > > > > > >
> > > > > > > Will give it a try w/ RI as JSF runtime
> > > > > > >
> > > > > > > -Matthias
> > > > > > >
> > > > > > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > > > > Patch has been applied.  Can we do a little more basic testing on
> > > > > > > > this?  I will try to finish up the release process and start a vote
> > > > > > > > thread tomorrow.  We should have some basic testing first though in
> > > > > > > > order that we not have any embarassing mistakes like the one Matthias
> > > > > > > > found.
> > > > > > > >
> > > > > > > > Sean
> > > > > > > >
> > > > > > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > > > > > Thanks, i'm glad to be here :)
> > > > > > > > >
> > > > > > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > > > > > yet.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Regards,
> > > > > > > > > Catalin
> > > > > > > > >
> > > > > > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > >  Catalin,
> > > > > > > > >
> > > > > > > > > Welcome to the team.
> > > > > > > > >
> > > > > > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > > > > > bunch of tags to many of the examples but probably not all.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > > > > > send me the patch.
> > > > > > > > >
> > > > > > > > > Regards,
> > > > > > > > >
> > > > > > > > > Sean
> > > > > > > > >
> > > > > > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > > > > > that
> > > > > > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > > > > > >
> > > > > > > > > > dummy form is no more added? not sure though.
> > > > > > > > > >
> > > > > > > > > > Regards,
> > > > > > > > > > Catalin
> > > > > > > > > >
> > > > > > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > > > > > >
> > > > > > > > > > testing
> > > > > > > > > >
> > > > > > > > > > @Everyone: Any ideas on these?
> > > > > > > > > >
> > > > > > > > > > Sean
> > > > > > > > > >
> > > > > > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > > > > > >
> > > > > > > > > > > Installed the simple example war.
> > > > > > > > > > > Some "pages" causing trouble:
> > > > > > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > > > > > -sortAutoTable.jsf (same)
> > > > > > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > > > > > when you click first time.
> > > > > > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > > > > > page, as expected)
> > > > > > > > > > > same for upload example too
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Tree2 is working fine
> > > > > > > > > > >
> > > > > > > > > > > -Matthias
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > -Matthias
> > > > > > > > > > >
> > > > > > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > > > > > though.
> > > > > > > > > > > >
> > > > > > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > > > > > >
> > > > > > > > > > > > Sean
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Matthias Wessendorf
> > > > > > > > > > > Aechterhoek 18
> > > > > > > > > > > 48282 Emsdetten
> > > > > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > ---------------------------------
> > > > > > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > > > > > rates.
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >  ________________________________
> > > > > > > > > Do you Yahoo!?
> > > > > > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Matthias Wessendorf
> > > > > > > Aechterhoek 18
> > > > > > > 48282 Emsdetten
> > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Matthias Wessendorf
> > > > > > Aechterhoek 18
> > > > > > 48282 Emsdetten
> > > > > > http://jroller.com/page/mwessendorf
> > > > > > mwessendorf-at-gmail-dot-com
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > Aechterhoek 18
> > > > 48282 Emsdetten
> > > > blog: http://jroller.com/page/mwessendorf
> > > > mail: mwessendorf-at-gmail-dot-com
> > > >
> > >
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>


-- 
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Upcoming Tomahawk Release

Posted by Matthias Wessendorf <ma...@apache.org>.
Yes, Ill give it a try this evening (PST).

-Matthias

On 6/5/06, Sean Schofield <se...@gmail.com> wrote:
> Can we look at TOMAHAWK-458 and close the door on this release?
>
> Sean
>
> On 6/2/06, Sean Schofield <se...@gmail.com> wrote:
> > I verified that two of the issues are also present in the 1.1.2
> > release so I don't consider these showstoppers.  Anyone disagree?
> >
> > That leaves one last bug.  TOMAHAWK-458.  Can folks take a quick look
> > at this one.
> >
> > Sean
> >
> > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > Jira issue created.
> > > Will give RI tomorrow / friday a more detailed try!
> > >
> > > -Matthias
> > >
> > > On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> > > > Matthias,
> > > >
> > > > Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> > > > That will allow us to keep track of the outstanding issues.
> > > >
> > > > Sean
> > > >
> > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > RI makes some trouble with this build of Tomahawk.
> > > > >
> > > > > -Some links are not working (sortable table for instance)
> > > > > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > > > > -Some exceptions on the jsf page (instead of rendered output)
> > > > > -forceId,jsp makes troubles
> > > > >   duplicated IDs
> > > > >     commandLink id=button inside    form id=forceIdForm
> > > > >     commandButton id=button   inside    form id=dataTable
> > > > >
> > > > >   both are forceId=true
> > > > >
> > > > > for me it should be fine, since their jsf client id is
> > > > > a)forceIdForm:button
> > > > > b)dataTable:button
> > > > >
> > > > >
> > > > > but not all components are making problems
> > > > > -fileupload or tree2 are working fine.
> > > > >
> > > > > -Matthias
> > > > >
> > > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > > Just check the updated brunch.
> > > > > > Now the *rc* looks good to me!
> > > > > > Each sample works w/ MyFaces as JSF runtime.
> > > > > >
> > > > > > Will give it a try w/ RI as JSF runtime
> > > > > >
> > > > > > -Matthias
> > > > > >
> > > > > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > > > Patch has been applied.  Can we do a little more basic testing on
> > > > > > > this?  I will try to finish up the release process and start a vote
> > > > > > > thread tomorrow.  We should have some basic testing first though in
> > > > > > > order that we not have any embarassing mistakes like the one Matthias
> > > > > > > found.
> > > > > > >
> > > > > > > Sean
> > > > > > >
> > > > > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > > > > Thanks, i'm glad to be here :)
> > > > > > > >
> > > > > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > > > > yet.
> > > > > > > >
> > > > > > > >
> > > > > > > > Regards,
> > > > > > > > Catalin
> > > > > > > >
> > > > > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > > > > >
> > > > > > > >  Catalin,
> > > > > > > >
> > > > > > > > Welcome to the team.
> > > > > > > >
> > > > > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > > > > bunch of tags to many of the examples but probably not all.
> > > > > > > >
> > > > > > > >
> > > > > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > > > > send me the patch.
> > > > > > > >
> > > > > > > > Regards,
> > > > > > > >
> > > > > > > > Sean
> > > > > > > >
> > > > > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > > > > that
> > > > > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > > > > >
> > > > > > > > > dummy form is no more added? not sure though.
> > > > > > > > >
> > > > > > > > > Regards,
> > > > > > > > > Catalin
> > > > > > > > >
> > > > > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > > > > >
> > > > > > > > > testing
> > > > > > > > >
> > > > > > > > > @Everyone: Any ideas on these?
> > > > > > > > >
> > > > > > > > > Sean
> > > > > > > > >
> > > > > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > > > > >
> > > > > > > > > > Installed the simple example war.
> > > > > > > > > > Some "pages" causing trouble:
> > > > > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > > > > -sortAutoTable.jsf (same)
> > > > > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > > > > when you click first time.
> > > > > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > > > > page, as expected)
> > > > > > > > > > same for upload example too
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Tree2 is working fine
> > > > > > > > > >
> > > > > > > > > > -Matthias
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > -Matthias
> > > > > > > > > >
> > > > > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > > > > though.
> > > > > > > > > > >
> > > > > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > > > > >
> > > > > > > > > > > Sean
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Matthias Wessendorf
> > > > > > > > > > Aechterhoek 18
> > > > > > > > > > 48282 Emsdetten
> > > > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > ---------------------------------
> > > > > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > > > > rates.
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >  ________________________________
> > > > > > > > Do you Yahoo!?
> > > > > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Matthias Wessendorf
> > > > > > Aechterhoek 18
> > > > > > 48282 Emsdetten
> > > > > > http://jroller.com/page/mwessendorf
> > > > > > mwessendorf-at-gmail-dot-com
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > > Aechterhoek 18
> > > > > 48282 Emsdetten
> > > > > http://jroller.com/page/mwessendorf
> > > > > mwessendorf-at-gmail-dot-com
> > > > >
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > Aechterhoek 18
> > > 48282 Emsdetten
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> >
>


-- 
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
Can we look at TOMAHAWK-458 and close the door on this release?

Sean

On 6/2/06, Sean Schofield <se...@gmail.com> wrote:
> I verified that two of the issues are also present in the 1.1.2
> release so I don't consider these showstoppers.  Anyone disagree?
>
> That leaves one last bug.  TOMAHAWK-458.  Can folks take a quick look
> at this one.
>
> Sean
>
> On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > Jira issue created.
> > Will give RI tomorrow / friday a more detailed try!
> >
> > -Matthias
> >
> > On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> > > Matthias,
> > >
> > > Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> > > That will allow us to keep track of the outstanding issues.
> > >
> > > Sean
> > >
> > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > RI makes some trouble with this build of Tomahawk.
> > > >
> > > > -Some links are not working (sortable table for instance)
> > > > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > > > -Some exceptions on the jsf page (instead of rendered output)
> > > > -forceId,jsp makes troubles
> > > >   duplicated IDs
> > > >     commandLink id=button inside    form id=forceIdForm
> > > >     commandButton id=button   inside    form id=dataTable
> > > >
> > > >   both are forceId=true
> > > >
> > > > for me it should be fine, since their jsf client id is
> > > > a)forceIdForm:button
> > > > b)dataTable:button
> > > >
> > > >
> > > > but not all components are making problems
> > > > -fileupload or tree2 are working fine.
> > > >
> > > > -Matthias
> > > >
> > > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > > Just check the updated brunch.
> > > > > Now the *rc* looks good to me!
> > > > > Each sample works w/ MyFaces as JSF runtime.
> > > > >
> > > > > Will give it a try w/ RI as JSF runtime
> > > > >
> > > > > -Matthias
> > > > >
> > > > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > > Patch has been applied.  Can we do a little more basic testing on
> > > > > > this?  I will try to finish up the release process and start a vote
> > > > > > thread tomorrow.  We should have some basic testing first though in
> > > > > > order that we not have any embarassing mistakes like the one Matthias
> > > > > > found.
> > > > > >
> > > > > > Sean
> > > > > >
> > > > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > > > Thanks, i'm glad to be here :)
> > > > > > >
> > > > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > > > yet.
> > > > > > >
> > > > > > >
> > > > > > > Regards,
> > > > > > > Catalin
> > > > > > >
> > > > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > > > >
> > > > > > >  Catalin,
> > > > > > >
> > > > > > > Welcome to the team.
> > > > > > >
> > > > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > > > bunch of tags to many of the examples but probably not all.
> > > > > > >
> > > > > > >
> > > > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > > > send me the patch.
> > > > > > >
> > > > > > > Regards,
> > > > > > >
> > > > > > > Sean
> > > > > > >
> > > > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > > > that
> > > > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > > > >
> > > > > > > > dummy form is no more added? not sure though.
> > > > > > > >
> > > > > > > > Regards,
> > > > > > > > Catalin
> > > > > > > >
> > > > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > > > >
> > > > > > > > testing
> > > > > > > >
> > > > > > > > @Everyone: Any ideas on these?
> > > > > > > >
> > > > > > > > Sean
> > > > > > > >
> > > > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > > > >
> > > > > > > > > Installed the simple example war.
> > > > > > > > > Some "pages" causing trouble:
> > > > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > > > -sortAutoTable.jsf (same)
> > > > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > > > when you click first time.
> > > > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > > > page, as expected)
> > > > > > > > > same for upload example too
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Tree2 is working fine
> > > > > > > > >
> > > > > > > > > -Matthias
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > -Matthias
> > > > > > > > >
> > > > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > > > though.
> > > > > > > > > >
> > > > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > > > >
> > > > > > > > > > Sean
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Matthias Wessendorf
> > > > > > > > > Aechterhoek 18
> > > > > > > > > 48282 Emsdetten
> > > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > ---------------------------------
> > > > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > > > rates.
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >  ________________________________
> > > > > > > Do you Yahoo!?
> > > > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > > Aechterhoek 18
> > > > > 48282 Emsdetten
> > > > > http://jroller.com/page/mwessendorf
> > > > > mwessendorf-at-gmail-dot-com
> > > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > Aechterhoek 18
> > > > 48282 Emsdetten
> > > > http://jroller.com/page/mwessendorf
> > > > mwessendorf-at-gmail-dot-com
> > > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Aechterhoek 18
> > 48282 Emsdetten
> > blog: http://jroller.com/page/mwessendorf
> > mail: mwessendorf-at-gmail-dot-com
> >
>

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
I verified that two of the issues are also present in the 1.1.2
release so I don't consider these showstoppers.  Anyone disagree?

That leaves one last bug.  TOMAHAWK-458.  Can folks take a quick look
at this one.

Sean

On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> Jira issue created.
> Will give RI tomorrow / friday a more detailed try!
>
> -Matthias
>
> On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> > Matthias,
> >
> > Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> > That will allow us to keep track of the outstanding issues.
> >
> > Sean
> >
> > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > RI makes some trouble with this build of Tomahawk.
> > >
> > > -Some links are not working (sortable table for instance)
> > > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > > -Some exceptions on the jsf page (instead of rendered output)
> > > -forceId,jsp makes troubles
> > >   duplicated IDs
> > >     commandLink id=button inside    form id=forceIdForm
> > >     commandButton id=button   inside    form id=dataTable
> > >
> > >   both are forceId=true
> > >
> > > for me it should be fine, since their jsf client id is
> > > a)forceIdForm:button
> > > b)dataTable:button
> > >
> > >
> > > but not all components are making problems
> > > -fileupload or tree2 are working fine.
> > >
> > > -Matthias
> > >
> > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > Just check the updated brunch.
> > > > Now the *rc* looks good to me!
> > > > Each sample works w/ MyFaces as JSF runtime.
> > > >
> > > > Will give it a try w/ RI as JSF runtime
> > > >
> > > > -Matthias
> > > >
> > > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > Patch has been applied.  Can we do a little more basic testing on
> > > > > this?  I will try to finish up the release process and start a vote
> > > > > thread tomorrow.  We should have some basic testing first though in
> > > > > order that we not have any embarassing mistakes like the one Matthias
> > > > > found.
> > > > >
> > > > > Sean
> > > > >
> > > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > > Thanks, i'm glad to be here :)
> > > > > >
> > > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > > yet.
> > > > > >
> > > > > >
> > > > > > Regards,
> > > > > > Catalin
> > > > > >
> > > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > > >
> > > > > >  Catalin,
> > > > > >
> > > > > > Welcome to the team.
> > > > > >
> > > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > > bunch of tags to many of the examples but probably not all.
> > > > > >
> > > > > >
> > > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > > send me the patch.
> > > > > >
> > > > > > Regards,
> > > > > >
> > > > > > Sean
> > > > > >
> > > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > > that
> > > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > > >
> > > > > > > dummy form is no more added? not sure though.
> > > > > > >
> > > > > > > Regards,
> > > > > > > Catalin
> > > > > > >
> > > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > > >
> > > > > > > testing
> > > > > > >
> > > > > > > @Everyone: Any ideas on these?
> > > > > > >
> > > > > > > Sean
> > > > > > >
> > > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > > >
> > > > > > > > Installed the simple example war.
> > > > > > > > Some "pages" causing trouble:
> > > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > > -sortAutoTable.jsf (same)
> > > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > > when you click first time.
> > > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > > page, as expected)
> > > > > > > > same for upload example too
> > > > > > > >
> > > > > > > >
> > > > > > > > Tree2 is working fine
> > > > > > > >
> > > > > > > > -Matthias
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > -Matthias
> > > > > > > >
> > > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > > though.
> > > > > > > > >
> > > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > > >
> > > > > > > > > Sean
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Matthias Wessendorf
> > > > > > > > Aechterhoek 18
> > > > > > > > 48282 Emsdetten
> > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > ---------------------------------
> > > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > > rates.
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >  ________________________________
> > > > > > Do you Yahoo!?
> > > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > Aechterhoek 18
> > > > 48282 Emsdetten
> > > > http://jroller.com/page/mwessendorf
> > > > mwessendorf-at-gmail-dot-com
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > Aechterhoek 18
> > > 48282 Emsdetten
> > > http://jroller.com/page/mwessendorf
> > > mwessendorf-at-gmail-dot-com
> > >
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
Great!  The RI testing is really important now as the tomahawk audience grows.

Sean

On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> Jira issue created.
> Will give RI tomorrow / friday a more detailed try!
>
> -Matthias
>
> On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> > Matthias,
> >
> > Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> > That will allow us to keep track of the outstanding issues.
> >
> > Sean
> >
> > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > RI makes some trouble with this build of Tomahawk.
> > >
> > > -Some links are not working (sortable table for instance)
> > > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > > -Some exceptions on the jsf page (instead of rendered output)
> > > -forceId,jsp makes troubles
> > >   duplicated IDs
> > >     commandLink id=button inside    form id=forceIdForm
> > >     commandButton id=button   inside    form id=dataTable
> > >
> > >   both are forceId=true
> > >
> > > for me it should be fine, since their jsf client id is
> > > a)forceIdForm:button
> > > b)dataTable:button
> > >
> > >
> > > but not all components are making problems
> > > -fileupload or tree2 are working fine.
> > >
> > > -Matthias
> > >
> > > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > > Just check the updated brunch.
> > > > Now the *rc* looks good to me!
> > > > Each sample works w/ MyFaces as JSF runtime.
> > > >
> > > > Will give it a try w/ RI as JSF runtime
> > > >
> > > > -Matthias
> > > >
> > > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > > Patch has been applied.  Can we do a little more basic testing on
> > > > > this?  I will try to finish up the release process and start a vote
> > > > > thread tomorrow.  We should have some basic testing first though in
> > > > > order that we not have any embarassing mistakes like the one Matthias
> > > > > found.
> > > > >
> > > > > Sean
> > > > >
> > > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > > Thanks, i'm glad to be here :)
> > > > > >
> > > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > > yet.
> > > > > >
> > > > > >
> > > > > > Regards,
> > > > > > Catalin
> > > > > >
> > > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > > >
> > > > > >  Catalin,
> > > > > >
> > > > > > Welcome to the team.
> > > > > >
> > > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > > bunch of tags to many of the examples but probably not all.
> > > > > >
> > > > > >
> > > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > > send me the patch.
> > > > > >
> > > > > > Regards,
> > > > > >
> > > > > > Sean
> > > > > >
> > > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > > that
> > > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > > >
> > > > > > > dummy form is no more added? not sure though.
> > > > > > >
> > > > > > > Regards,
> > > > > > > Catalin
> > > > > > >
> > > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > > >
> > > > > > > testing
> > > > > > >
> > > > > > > @Everyone: Any ideas on these?
> > > > > > >
> > > > > > > Sean
> > > > > > >
> > > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > > >
> > > > > > > > Installed the simple example war.
> > > > > > > > Some "pages" causing trouble:
> > > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > > -sortAutoTable.jsf (same)
> > > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > > when you click first time.
> > > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > > page, as expected)
> > > > > > > > same for upload example too
> > > > > > > >
> > > > > > > >
> > > > > > > > Tree2 is working fine
> > > > > > > >
> > > > > > > > -Matthias
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > -Matthias
> > > > > > > >
> > > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > > though.
> > > > > > > > >
> > > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > > >
> > > > > > > > > Sean
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Matthias Wessendorf
> > > > > > > > Aechterhoek 18
> > > > > > > > 48282 Emsdetten
> > > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > ---------------------------------
> > > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > > rates.
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >  ________________________________
> > > > > > Do you Yahoo!?
> > > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > Aechterhoek 18
> > > > 48282 Emsdetten
> > > > http://jroller.com/page/mwessendorf
> > > > mwessendorf-at-gmail-dot-com
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > Aechterhoek 18
> > > 48282 Emsdetten
> > > http://jroller.com/page/mwessendorf
> > > mwessendorf-at-gmail-dot-com
> > >
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>

Re: Upcoming Tomahawk Release

Posted by Matthias Wessendorf <ma...@apache.org>.
Jira issue created.
Will give RI tomorrow / friday a more detailed try!

-Matthias

On 5/31/06, Sean Schofield <se...@gmail.com> wrote:
> Matthias,
>
> Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
> That will allow us to keep track of the outstanding issues.
>
> Sean
>
> On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > RI makes some trouble with this build of Tomahawk.
> >
> > -Some links are not working (sortable table for instance)
> > -Some links I must trigger twice to get a *result* (scrolling through a table)
> > -Some exceptions on the jsf page (instead of rendered output)
> > -forceId,jsp makes troubles
> >   duplicated IDs
> >     commandLink id=button inside    form id=forceIdForm
> >     commandButton id=button   inside    form id=dataTable
> >
> >   both are forceId=true
> >
> > for me it should be fine, since their jsf client id is
> > a)forceIdForm:button
> > b)dataTable:button
> >
> >
> > but not all components are making problems
> > -fileupload or tree2 are working fine.
> >
> > -Matthias
> >
> > On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > > Just check the updated brunch.
> > > Now the *rc* looks good to me!
> > > Each sample works w/ MyFaces as JSF runtime.
> > >
> > > Will give it a try w/ RI as JSF runtime
> > >
> > > -Matthias
> > >
> > > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > > Patch has been applied.  Can we do a little more basic testing on
> > > > this?  I will try to finish up the release process and start a vote
> > > > thread tomorrow.  We should have some basic testing first though in
> > > > order that we not have any embarassing mistakes like the one Matthias
> > > > found.
> > > >
> > > > Sean
> > > >
> > > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > > Thanks, i'm glad to be here :)
> > > > >
> > > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > > yet.
> > > > >
> > > > >
> > > > > Regards,
> > > > > Catalin
> > > > >
> > > > > Sean Schofield <se...@gmail.com> wrote:
> > > > >
> > > > >  Catalin,
> > > > >
> > > > > Welcome to the team.
> > > > >
> > > > > Your dummy form explanation is probably correct. Someone added a
> > > > > bunch of tags to many of the examples but probably not all.
> > > > >
> > > > >
> > > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > > send me the patch.
> > > > >
> > > > > Regards,
> > > > >
> > > > > Sean
> > > > >
> > > > > On 5/30/06, Catalin Kormos wrote:
> > > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > > that
> > > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > > >
> > > > > > dummy form is no more added? not sure though.
> > > > > >
> > > > > > Regards,
> > > > > > Catalin
> > > > > >
> > > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > > >
> > > > > > testing
> > > > > >
> > > > > > @Everyone: Any ideas on these?
> > > > > >
> > > > > > Sean
> > > > > >
> > > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > > >
> > > > > > > Installed the simple example war.
> > > > > > > Some "pages" causing trouble:
> > > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > > -sortAutoTable.jsf (same)
> > > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > > when you click first time.
> > > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > > page, as expected)
> > > > > > > same for upload example too
> > > > > > >
> > > > > > >
> > > > > > > Tree2 is working fine
> > > > > > >
> > > > > > > -Matthias
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > -Matthias
> > > > > > >
> > > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > > though.
> > > > > > > >
> > > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > > install after checking out the branch (no RC yet.)
> > > > > > > >
> > > > > > > > Sean
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Matthias Wessendorf
> > > > > > > Aechterhoek 18
> > > > > > > 48282 Emsdetten
> > > > > > > http://jroller.com/page/mwessendorf
> > > > > > > mwessendorf-at-gmail-dot-com
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ---------------------------------
> > > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > > rates.
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >  ________________________________
> > > > > Do you Yahoo!?
> > > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > > >
> > > > >
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > Aechterhoek 18
> > > 48282 Emsdetten
> > > http://jroller.com/page/mwessendorf
> > > mwessendorf-at-gmail-dot-com
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Aechterhoek 18
> > 48282 Emsdetten
> > http://jroller.com/page/mwessendorf
> > mwessendorf-at-gmail-dot-com
> >
>


-- 
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
Matthias,

Can you add a few JIRA issues with fix version as 1.1.3-SNAPSHOT.
That will allow us to keep track of the outstanding issues.

Sean

On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> RI makes some trouble with this build of Tomahawk.
>
> -Some links are not working (sortable table for instance)
> -Some links I must trigger twice to get a *result* (scrolling through a table)
> -Some exceptions on the jsf page (instead of rendered output)
> -forceId,jsp makes troubles
>   duplicated IDs
>     commandLink id=button inside    form id=forceIdForm
>     commandButton id=button   inside    form id=dataTable
>
>   both are forceId=true
>
> for me it should be fine, since their jsf client id is
> a)forceIdForm:button
> b)dataTable:button
>
>
> but not all components are making problems
> -fileupload or tree2 are working fine.
>
> -Matthias
>
> On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> > Just check the updated brunch.
> > Now the *rc* looks good to me!
> > Each sample works w/ MyFaces as JSF runtime.
> >
> > Will give it a try w/ RI as JSF runtime
> >
> > -Matthias
> >
> > On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > > Patch has been applied.  Can we do a little more basic testing on
> > > this?  I will try to finish up the release process and start a vote
> > > thread tomorrow.  We should have some basic testing first though in
> > > order that we not have any embarassing mistakes like the one Matthias
> > > found.
> > >
> > > Sean
> > >
> > > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > > Thanks, i'm glad to be here :)
> > > >
> > > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > > yet.
> > > >
> > > >
> > > > Regards,
> > > > Catalin
> > > >
> > > > Sean Schofield <se...@gmail.com> wrote:
> > > >
> > > >  Catalin,
> > > >
> > > > Welcome to the team.
> > > >
> > > > Your dummy form explanation is probably correct. Someone added a
> > > > bunch of tags to many of the examples but probably not all.
> > > >
> > > >
> > > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > > send me the patch.
> > > >
> > > > Regards,
> > > >
> > > > Sean
> > > >
> > > > On 5/30/06, Catalin Kormos wrote:
> > > > > I tested also those pages with the latest from SVN, a first problem is
> > > > that
> > > > > they are missing an enclosing . Maybe now this a problem, cause the
> > > >
> > > > > dummy form is no more added? not sure though.
> > > > >
> > > > > Regards,
> > > > > Catalin
> > > > >
> > > > > Sean Schofield wrote: @Matthias: Thanks for
> > > >
> > > > > testing
> > > > >
> > > > > @Everyone: Any ideas on these?
> > > > >
> > > > > Sean
> > > > >
> > > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > > >
> > > > > > Installed the simple example war.
> > > > > > Some "pages" causing trouble:
> > > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > > -sortAutoTable.jsf (same)
> > > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > > when you click first time.
> > > > > > summary: for navigation to next page (after page has rendered first
> > > > > > time) it needs two clicks. after that each click goes to the next
> > > > > > page, as expected)
> > > > > > same for upload example too
> > > > > >
> > > > > >
> > > > > > Tree2 is working fine
> > > > > >
> > > > > > -Matthias
> > > > > >
> > > > > >
> > > > > >
> > > > > > -Matthias
> > > > > >
> > > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > > them before the official release. That shouldn't make a difference
> > > > > > > though.
> > > > > > >
> > > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > > install after checking out the branch (no RC yet.)
> > > > > > >
> > > > > > > Sean
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Matthias Wessendorf
> > > > > > Aechterhoek 18
> > > > > > 48282 Emsdetten
> > > > > > http://jroller.com/page/mwessendorf
> > > > > > mwessendorf-at-gmail-dot-com
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------
> > > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > > rates.
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >  ________________________________
> > > > Do you Yahoo!?
> > > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > > >
> > > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Aechterhoek 18
> > 48282 Emsdetten
> > http://jroller.com/page/mwessendorf
> > mwessendorf-at-gmail-dot-com
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> http://jroller.com/page/mwessendorf
> mwessendorf-at-gmail-dot-com
>

Re: Upcoming Tomahawk Release

Posted by Matthias Wessendorf <ma...@apache.org>.
RI makes some trouble with this build of Tomahawk.

-Some links are not working (sortable table for instance)
-Some links I must trigger twice to get a *result* (scrolling through a table)
-Some exceptions on the jsf page (instead of rendered output)
-forceId,jsp makes troubles
  duplicated IDs
    commandLink id=button inside    form id=forceIdForm
    commandButton id=button   inside    form id=dataTable

  both are forceId=true

for me it should be fine, since their jsf client id is
a)forceIdForm:button
b)dataTable:button


but not all components are making problems
-fileupload or tree2 are working fine.

-Matthias

On 5/31/06, Matthias Wessendorf <ma...@apache.org> wrote:
> Just check the updated brunch.
> Now the *rc* looks good to me!
> Each sample works w/ MyFaces as JSF runtime.
>
> Will give it a try w/ RI as JSF runtime
>
> -Matthias
>
> On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> > Patch has been applied.  Can we do a little more basic testing on
> > this?  I will try to finish up the release process and start a vote
> > thread tomorrow.  We should have some basic testing first though in
> > order that we not have any embarassing mistakes like the one Matthias
> > found.
> >
> > Sean
> >
> > On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > > Thanks, i'm glad to be here :)
> > >
> > > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > > yet.
> > >
> > >
> > > Regards,
> > > Catalin
> > >
> > > Sean Schofield <se...@gmail.com> wrote:
> > >
> > >  Catalin,
> > >
> > > Welcome to the team.
> > >
> > > Your dummy form explanation is probably correct. Someone added a
> > > bunch of tags to many of the examples but probably not all.
> > >
> > >
> > > Can you add them to the tomahawk branch? If you can't commit yet just
> > > send me the patch.
> > >
> > > Regards,
> > >
> > > Sean
> > >
> > > On 5/30/06, Catalin Kormos wrote:
> > > > I tested also those pages with the latest from SVN, a first problem is
> > > that
> > > > they are missing an enclosing . Maybe now this a problem, cause the
> > >
> > > > dummy form is no more added? not sure though.
> > > >
> > > > Regards,
> > > > Catalin
> > > >
> > > > Sean Schofield wrote: @Matthias: Thanks for
> > >
> > > > testing
> > > >
> > > > @Everyone: Any ideas on these?
> > > >
> > > > Sean
> > > >
> > > > On 5/29/06, Matthias Wessendorf wrote:
> > > > > mvn install for tomahawk 1_1_3 worked for me.
> > > > >
> > > > > Installed the simple example war.
> > > > > Some "pages" causing trouble:
> > > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > > -sortAutoTable.jsf (same)
> > > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > > when you click first time.
> > > > > summary: for navigation to next page (after page has rendered first
> > > > > time) it needs two clicks. after that each click goes to the next
> > > > > page, as expected)
> > > > > same for upload example too
> > > > >
> > > > >
> > > > > Tree2 is working fine
> > > > >
> > > > > -Matthias
> > > > >
> > > > >
> > > > >
> > > > > -Matthias
> > > > >
> > > > > On 5/26/06, Sean Schofield wrote:
> > > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > > them before the official release. That shouldn't make a difference
> > > > > > though.
> > > > > >
> > > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > > install after checking out the branch (no RC yet.)
> > > > > >
> > > > > > Sean
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Matthias Wessendorf
> > > > > Aechterhoek 18
> > > > > 48282 Emsdetten
> > > > > http://jroller.com/page/mwessendorf
> > > > > mwessendorf-at-gmail-dot-com
> > > > >
> > > >
> > > >
> > > >
> > > > ---------------------------------
> > > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > > rates.
> > > >
> > >
> > >
> > >
> > >
> > >  ________________________________
> > > Do you Yahoo!?
> > >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> > >
> > >
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> http://jroller.com/page/mwessendorf
> mwessendorf-at-gmail-dot-com
>


-- 
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
http://jroller.com/page/mwessendorf
mwessendorf-at-gmail-dot-com

Re: Upcoming Tomahawk Release

Posted by Matthias Wessendorf <ma...@apache.org>.
Just check the updated brunch.
Now the *rc* looks good to me!
Each sample works w/ MyFaces as JSF runtime.

Will give it a try w/ RI as JSF runtime

-Matthias

On 5/30/06, Sean Schofield <se...@gmail.com> wrote:
> Patch has been applied.  Can we do a little more basic testing on
> this?  I will try to finish up the release process and start a vote
> thread tomorrow.  We should have some basic testing first though in
> order that we not have any embarassing mistakes like the one Matthias
> found.
>
> Sean
>
> On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> > Thanks, i'm glad to be here :)
> >
> > Sure, i'll prepare a patch and send it to you, i don't have commit rights
> > yet.
> >
> >
> > Regards,
> > Catalin
> >
> > Sean Schofield <se...@gmail.com> wrote:
> >
> >  Catalin,
> >
> > Welcome to the team.
> >
> > Your dummy form explanation is probably correct. Someone added a
> > bunch of tags to many of the examples but probably not all.
> >
> >
> > Can you add them to the tomahawk branch? If you can't commit yet just
> > send me the patch.
> >
> > Regards,
> >
> > Sean
> >
> > On 5/30/06, Catalin Kormos wrote:
> > > I tested also those pages with the latest from SVN, a first problem is
> > that
> > > they are missing an enclosing . Maybe now this a problem, cause the
> >
> > > dummy form is no more added? not sure though.
> > >
> > > Regards,
> > > Catalin
> > >
> > > Sean Schofield wrote: @Matthias: Thanks for
> >
> > > testing
> > >
> > > @Everyone: Any ideas on these?
> > >
> > > Sean
> > >
> > > On 5/29/06, Matthias Wessendorf wrote:
> > > > mvn install for tomahawk 1_1_3 worked for me.
> > > >
> > > > Installed the simple example war.
> > > > Some "pages" causing trouble:
> > > > -sortTable.jsf (not working; click on a link has no efect)
> > > > -sortAutoTable.jsf (same)
> > > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > > when you click first time.
> > > > summary: for navigation to next page (after page has rendered first
> > > > time) it needs two clicks. after that each click goes to the next
> > > > page, as expected)
> > > > same for upload example too
> > > >
> > > >
> > > > Tree2 is working fine
> > > >
> > > > -Matthias
> > > >
> > > >
> > > >
> > > > -Matthias
> > > >
> > > > On 5/26/06, Sean Schofield wrote:
> > > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > > them before the official release. That shouldn't make a difference
> > > > > though.
> > > > >
> > > > > I'm going to be offline for the weekend. Can some people take a look
> > > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > > install after checking out the branch (no RC yet.)
> > > > >
> > > > > Sean
> > > > >
> > > >
> > > >
> > > > --
> > > > Matthias Wessendorf
> > > > Aechterhoek 18
> > > > 48282 Emsdetten
> > > > http://jroller.com/page/mwessendorf
> > > > mwessendorf-at-gmail-dot-com
> > > >
> > >
> > >
> > >
> > > ---------------------------------
> > > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > > rates.
> > >
> >
> >
> >
> >
> >  ________________________________
> > Do you Yahoo!?
> >  Get on board. You're invited to try the new Yahoo! Mail Beta.
> >
> >
>


-- 
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
http://jroller.com/page/mwessendorf
mwessendorf-at-gmail-dot-com

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
Patch has been applied.  Can we do a little more basic testing on
this?  I will try to finish up the release process and start a vote
thread tomorrow.  We should have some basic testing first though in
order that we not have any embarassing mistakes like the one Matthias
found.

Sean

On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> Thanks, i'm glad to be here :)
>
> Sure, i'll prepare a patch and send it to you, i don't have commit rights
> yet.
>
>
> Regards,
> Catalin
>
> Sean Schofield <se...@gmail.com> wrote:
>
>  Catalin,
>
> Welcome to the team.
>
> Your dummy form explanation is probably correct. Someone added a
> bunch of tags to many of the examples but probably not all.
>
>
> Can you add them to the tomahawk branch? If you can't commit yet just
> send me the patch.
>
> Regards,
>
> Sean
>
> On 5/30/06, Catalin Kormos wrote:
> > I tested also those pages with the latest from SVN, a first problem is
> that
> > they are missing an enclosing . Maybe now this a problem, cause the
>
> > dummy form is no more added? not sure though.
> >
> > Regards,
> > Catalin
> >
> > Sean Schofield wrote: @Matthias: Thanks for
>
> > testing
> >
> > @Everyone: Any ideas on these?
> >
> > Sean
> >
> > On 5/29/06, Matthias Wessendorf wrote:
> > > mvn install for tomahawk 1_1_3 worked for me.
> > >
> > > Installed the simple example war.
> > > Some "pages" causing trouble:
> > > -sortTable.jsf (not working; click on a link has no efect)
> > > -sortAutoTable.jsf (same)
> > > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > > when you click first time.
> > > summary: for navigation to next page (after page has rendered first
> > > time) it needs two clicks. after that each click goes to the next
> > > page, as expected)
> > > same for upload example too
> > >
> > >
> > > Tree2 is working fine
> > >
> > > -Matthias
> > >
> > >
> > >
> > > -Matthias
> > >
> > > On 5/26/06, Sean Schofield wrote:
> > > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > > not in ibiblio yet (we need to take care of that btw.) I will change
> > > > them before the official release. That shouldn't make a difference
> > > > though.
> > > >
> > > > I'm going to be offline for the weekend. Can some people take a look
> > > > at this over the weekend and do some basic testing? Just do a mvn
> > > > install after checking out the branch (no RC yet.)
> > > >
> > > > Sean
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > Aechterhoek 18
> > > 48282 Emsdetten
> > > http://jroller.com/page/mwessendorf
> > > mwessendorf-at-gmail-dot-com
> > >
> >
> >
> >
> > ---------------------------------
> > How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> > rates.
> >
>
>
>
>
>  ________________________________
> Do you Yahoo!?
>  Get on board. You're invited to try the new Yahoo! Mail Beta.
>
>

Re: Upcoming Tomahawk Release

Posted by Catalin Kormos <ca...@yahoo.com>.
Thanks, i'm glad to be here :)

Sure, i'll prepare a patch and send it to you, i don't have commit rights yet.

Regards,
Catalin

Sean Schofield <se...@gmail.com> wrote: Catalin,

Welcome to the team.

Your dummy form explanation is probably correct.  Someone added a
bunch of  tags to many of the examples but probably not all.

Can you add them to the tomahawk branch?  If you can't commit yet just
send me the patch.

Regards,

Sean

On 5/30/06, Catalin Kormos  wrote:
> I tested also those pages with the latest from SVN, a first problem is that
> they are missing an enclosing . Maybe now this a problem, cause the
> dummy form is no more added? not sure though.
>
> Regards,
> Catalin
>
> Sean Schofield  wrote: @Matthias: Thanks for
> testing
>
> @Everyone: Any ideas on these?
>
> Sean
>
> On 5/29/06, Matthias Wessendorf  wrote:
> > mvn install for tomahawk 1_1_3 worked for me.
> >
> > Installed the simple example war.
> > Some "pages" causing trouble:
> > -sortTable.jsf (not working; click on a link has no efect)
> > -sortAutoTable.jsf (same)
> > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > when you click first time.
> >    summary: for navigation to next page (after page has rendered first
> > time) it needs two clicks. after that each click goes to the next
> > page, as expected)
> >    same for upload example too
> >
> >
> > Tree2 is working fine
> >
> > -Matthias
> >
> >
> >
> > -Matthias
> >
> > On 5/26/06, Sean Schofield  wrote:
> > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > not in ibiblio yet (we need to take care of that btw.)  I will change
> > > them before the official release.  That shouldn't make a difference
> > > though.
> > >
> > > I'm going to be offline for the weekend.  Can some people take a look
> > > at this over the weekend and do some basic testing?  Just do a mvn
> > > install after checking out the branch (no RC yet.)
> > >
> > > Sean
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Aechterhoek 18
> > 48282 Emsdetten
> > http://jroller.com/page/mwessendorf
> > mwessendorf-at-gmail-dot-com
> >
>
>
>   
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger's low  PC-to-Phone call
> rates.
>


		
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail Beta.

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
Catalin,

Welcome to the team.

Your dummy form explanation is probably correct.  Someone added a
bunch of <h:form> tags to many of the examples but probably not all.

Can you add them to the tomahawk branch?  If you can't commit yet just
send me the patch.

Regards,

Sean

On 5/30/06, Catalin Kormos <ca...@yahoo.com> wrote:
> I tested also those pages with the latest from SVN, a first problem is that
> they are missing an enclosing <h:form>. Maybe now this a problem, cause the
> dummy form is no more added? not sure though.
>
> Regards,
> Catalin
>
> Sean Schofield <se...@gmail.com> wrote: @Matthias: Thanks for
> testing
>
> @Everyone: Any ideas on these?
>
> Sean
>
> On 5/29/06, Matthias Wessendorf  wrote:
> > mvn install for tomahawk 1_1_3 worked for me.
> >
> > Installed the simple example war.
> > Some "pages" causing trouble:
> > -sortTable.jsf (not working; click on a link has no efect)
> > -sortAutoTable.jsf (same)
> > -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> > when you click first time.
> >    summary: for navigation to next page (after page has rendered first
> > time) it needs two clicks. after that each click goes to the next
> > page, as expected)
> >    same for upload example too
> >
> >
> > Tree2 is working fine
> >
> > -Matthias
> >
> >
> >
> > -Matthias
> >
> > On 5/26/06, Sean Schofield  wrote:
> > > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > > not in ibiblio yet (we need to take care of that btw.)  I will change
> > > them before the official release.  That shouldn't make a difference
> > > though.
> > >
> > > I'm going to be offline for the weekend.  Can some people take a look
> > > at this over the weekend and do some basic testing?  Just do a mvn
> > > install after checking out the branch (no RC yet.)
> > >
> > > Sean
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Aechterhoek 18
> > 48282 Emsdetten
> > http://jroller.com/page/mwessendorf
> > mwessendorf-at-gmail-dot-com
> >
>
>
> 		
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger's low  PC-to-Phone call
> rates.
>

Re: Upcoming Tomahawk Release

Posted by Catalin Kormos <ca...@yahoo.com>.
I tested also those pages with the latest from SVN, a first problem is that they are missing an enclosing <h:form>. Maybe now this a problem, cause the dummy form is no more added? not sure though.

Regards,
Catalin

Sean Schofield <se...@gmail.com> wrote: @Matthias: Thanks for testing

@Everyone: Any ideas on these?

Sean

On 5/29/06, Matthias Wessendorf  wrote:
> mvn install for tomahawk 1_1_3 worked for me.
>
> Installed the simple example war.
> Some "pages" causing trouble:
> -sortTable.jsf (not working; click on a link has no efect)
> -sortAutoTable.jsf (same)
> -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> when you click first time.
>    summary: for navigation to next page (after page has rendered first
> time) it needs two clicks. after that each click goes to the next
> page, as expected)
>    same for upload example too
>
>
> Tree2 is working fine
>
> -Matthias
>
>
>
> -Matthias
>
> On 5/26/06, Sean Schofield  wrote:
> > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > not in ibiblio yet (we need to take care of that btw.)  I will change
> > them before the official release.  That shouldn't make a difference
> > though.
> >
> > I'm going to be offline for the weekend.  Can some people take a look
> > at this over the weekend and do some basic testing?  Just do a mvn
> > install after checking out the branch (no RC yet.)
> >
> > Sean
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> http://jroller.com/page/mwessendorf
> mwessendorf-at-gmail-dot-com
>


		
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

Re: Upcoming Tomahawk Release

Posted by Sean Schofield <se...@gmail.com>.
@Matthias: Thanks for testing

@Everyone: Any ideas on these?

Sean

On 5/29/06, Matthias Wessendorf <ma...@apache.org> wrote:
> mvn install for tomahawk 1_1_3 worked for me.
>
> Installed the simple example war.
> Some "pages" causing trouble:
> -sortTable.jsf (not working; click on a link has no efect)
> -sortAutoTable.jsf (same)
> -pagedSortTable.jsf (clicking on the scroller icons has no effect,
> when you click first time.
>    summary: for navigation to next page (after page has rendered first
> time) it needs two clicks. after that each click goes to the next
> page, as expected)
>    same for upload example too
>
>
> Tree2 is working fine
>
> -Matthias
>
>
>
> -Matthias
>
> On 5/26/06, Sean Schofield <se...@gmail.com> wrote:
> > I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> > The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> > not in ibiblio yet (we need to take care of that btw.)  I will change
> > them before the official release.  That shouldn't make a difference
> > though.
> >
> > I'm going to be offline for the weekend.  Can some people take a look
> > at this over the weekend and do some basic testing?  Just do a mvn
> > install after checking out the branch (no RC yet.)
> >
> > Sean
> >
>
>
> --
> Matthias Wessendorf
> Aechterhoek 18
> 48282 Emsdetten
> http://jroller.com/page/mwessendorf
> mwessendorf-at-gmail-dot-com
>

Re: Upcoming Tomahawk Release

Posted by Matthias Wessendorf <ma...@apache.org>.
mvn install for tomahawk 1_1_3 worked for me.

Installed the simple example war.
Some "pages" causing trouble:
-sortTable.jsf (not working; click on a link has no efect)
-sortAutoTable.jsf (same)
-pagedSortTable.jsf (clicking on the scroller icons has no effect,
when you click first time.
   summary: for navigation to next page (after page has rendered first
time) it needs two clicks. after that each click goes to the next
page, as expected)
   same for upload example too


Tree2 is working fine

-Matthias



-Matthias

On 5/26/06, Sean Schofield <se...@gmail.com> wrote:
> I made a tomahawk 1_1_3 branch but its not compiling at the moment.
> The references to jsf api and impl are 1.1.3-SNAPSHOT since 1.1.3 is
> not in ibiblio yet (we need to take care of that btw.)  I will change
> them before the official release.  That shouldn't make a difference
> though.
>
> I'm going to be offline for the weekend.  Can some people take a look
> at this over the weekend and do some basic testing?  Just do a mvn
> install after checking out the branch (no RC yet.)
>
> Sean
>


-- 
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
http://jroller.com/page/mwessendorf
mwessendorf-at-gmail-dot-com

Re: Upcoming Tomahawk Release

Posted by Mario Ivankovits <ma...@ops.co.at>.
Sean,
please add the following snippet to the release notes regarding how to
reactive the dummyForm feature:

        <renderer>
            <component-family>javax.faces.Command</component-family>
            <renderer-type>javax.faces.Button</renderer-type>
           
<renderer-class>org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlButtonRenderer</renderer-class>
        </renderer>

        <renderer>
            <component-family>javax.faces.Command</component-family>
            <renderer-type>javax.faces.Link</renderer-type>
           
<renderer-class>org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlLinkRenderer</renderer-class>
        </renderer>

This will only work when one use MyFaces impl for sure - as before.

Thanks!
Ciao,
Mario