Questions tagged [tomahawk]

Tomahawk is a JSF component library. It is a subproject of Apache MyFaces. Tomahawk provides a set of components which adds just that little extra which is by many developers seen as missing in JSF standard components, like radio buttons which can be positioned everywhere, the colspan in tables, the bean state saving in view, selectitems which accepts a list of non-SelectItem objects, etc. Some of them are been taken over in JSF 2.0.

Tomahawk is a JSF component library. It is a subproject of Apache MyFaces. Tomahawk provides a set of components which adds just that little extra which is by many developers seen as missing in JSF standard components, like radio buttons which can be positioned everywhere, the colspan in tables, the bean state saving in view, selectitems which accepts a list of non-SelectItem objects, etc. Some of them are been taken over in JSF 2.0.

Online resources

Related tag info pages

250 questions
2
votes
1 answer

MyFaces Tomahawk JSCookMenu - failure to navigate to page defined by action in faces-config

This is my first attempt at using JSCookMenu and its homepage (http://jscook.yuanheng.org/JSCookMenu/) has been down for more than a week, so forgive me if the answer to my question should appear on there. I have a simple web app, stripped down in…
Sorcha
  • 195
  • 1
  • 2
  • 7
2
votes
1 answer

Can I use a JSF 2.0 compatible component library in JSF 2.2

When I go to http://myfaces.apache.org/core22, I see MyFaces JSF 2.2 implementation. But I'm not seeing Tomahawk for JSF 2.2 in http://myfaces.apache.org/tomahawk. Can I use Tomahawk for JSF 2.0 in JSF 2.2?
HockChai Lim
  • 1,675
  • 2
  • 20
  • 30
2
votes
1 answer

Empty t:dataTable might be rendering invalid HTML?

I use Tomahawk 1.1.8 and I'm trying to build/render a dataTable even if it's empty. (rendered="true" as requirement) Considering our Bean provides an empty list (no rows to be displayed by t:dataTable). Why does Tomahawks' t:dataTable just render…
owl-eye
  • 21
  • 3
2
votes
1 answer

How get Tomahawk functionality with JSF 2.0 (Glassfish V3)

I've started to upgrade an existing application written with JSF 1.1 and MyFaces Tomahawk 1.1 to JSF 2.0 to get facelets etc. I've now run into the snag that apparently Tomahawk is not JSF 2.0 compatible as it expects the stand-alone version of…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
2
votes
2 answers

Uploading files with tomahawk - problem with displaying error message

I'm uploading files with
Zlatoroh
  • 147
  • 2
  • 5
  • 17
2
votes
1 answer

Error deploying war in tomcat: com.sun.faces.config.ConfigurationException

This application works properly when I execute it from NetBeans (the proyect in NetBeans is configured to use a tomcat 6 in localhost to deploy it). The problem happens when I try to deploy the war in another tomcat. While trying to deploy a war in…
Pablo
  • 3,655
  • 2
  • 30
  • 44
2
votes
0 answers

a4j:commandButton gives NullPointerException with t:inputFileUpload

Why is it that for the below code, when I use t:commandButton it works fine and in case of a4j:commandButton it gives NullPointerException on uploadedFile.getInputStream() ?
dShringi
  • 1,497
  • 2
  • 22
  • 36
2
votes
1 answer

t:selectOneRadio with a4j:ajax no javascript rendered

I'm creating a dynamic form with radio buttons in front of each rows that need to update a cart when a different row is selected :
Alexandre Lavoie
  • 8,711
  • 3
  • 31
  • 72
1
vote
1 answer

Make JSF Tomahawk tree2 node selectable?

Is it possible to make tree node selectable? I would need to select a node, and based on this selection to print out certain info on the page.
Danijel
  • 8,198
  • 18
  • 69
  • 133
1
vote
1 answer

Migration of JSF1.1 (MyFaces Implementation) with tiles into JSF2.0

Is it possible to use tiles in JSF2.0? I am planning for migration of MyFaces1.1 with tomahawk JSP tiles view handler into JSF2.0. Facelets is the default view handler in JSF2, is it possible to use tiles as view handler in JSF2?
user1020455
  • 185
  • 1
  • 3
  • 14
1
vote
1 answer

Content-type is not as expected when uploading an excel file

I have this code: And in my Parser…
Jama A.
  • 15,680
  • 10
  • 55
  • 88
1
vote
1 answer

Use cases and Advantages of using t:saveState over Session Scope Bean?

I understand that t:saveState allows a request scope bean to persist for longer than request scope allows but shorter than session scope bean. You are also able to use t:saveState on an entire bean. so my question is if you use t:saveState on an…
ke3pup
  • 1,835
  • 4
  • 36
  • 66
1
vote
0 answers

Tomahawk JSCookMenu does not trigger any actions after upgrading to JSF2

I've just migrated some medium-size web application from JSF 1.2/MyFaces to JSF 2.0/Mojarra. Apart from some custom components that I've implemented, everything seems to work, except for the JSCookMenu from Tomahawk (yes, I have Tomahawk which is a…
user790399
  • 61
  • 4
1
vote
2 answers

How to upload file in JSF

Actually I'm creating an application for uploading file using JSF. But whenever I upload a file and click send it shows NullPointerException. The code I have used for the application is: code for JSF using Tomahawk: <%@ page language="java"…
AndroidDev
  • 4,521
  • 24
  • 78
  • 126
1
vote
2 answers

Add MyFaces Tomahawk to a JSF 2.0 project in NetBeans

Im trying to add MyFaces Tomahawk to my JSF 2.0 project in NetBeans. I readed a lots of coments where it says how to do it but it doesnt work there are the steps i have done: 1º Copy all jar's libraries downloaded from Tomahawk website in…
Roberto
  • 757
  • 1
  • 12
  • 21
1 2
3
16 17