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
6
votes
2 answers

Color the rows of datatable based a condition in JSF 2

I'd like to change the background color of rows based on a condition.
Michael S
  • 731
  • 2
  • 10
  • 26
6
votes
1 answer

How to show size limit exceeded for Tomahawk FileInput control

I am using control of the Tomahawk library with JSF1.1. My Extension Filters and form are set accordingly to allow a file of max-size 3 MB to be uploaded. But the problem is if a File is more than 3 MB the form doesnt get…
Archan Mishra
  • 887
  • 7
  • 18
5
votes
1 answer

JSF1.2: difference between ui:repeat, a4j:repeat and t:datalist tags

Do you know what is the difference between the tags mentioned in the subject? I thought they should produce pretty much the same result but it turned out that in some cases ui:repeat (a facelets tag) is not working as you would expect, although…
Balázs Németh
  • 6,222
  • 9
  • 45
  • 60
5
votes
4 answers

Create and show thumbnail (byte[]) in JSF

I'm uploading image to server and when image is uploaded it should show me a thumb of uploaded image. Thumbnail is not saved on hard disc I use InputStream and OutputStream. For upload i'm ustig tomahawk. my index.jsp:
Zlatoroh
  • 147
  • 2
  • 5
  • 17
4
votes
1 answer

Simple question: Is there any way of rendering a html
Per H
  • 1,542
  • 10
  • 19
4
votes
1 answer

Alternative to t:selectOneRadio layout="spread"

I don't often have need for tomahawk components anymore since jsf 2.0 provides great selectOneMenu support and most of other functionality I used to use them for, but when it comes to a selectOneRadio component I don't know of another provider with…
Dave Maple
  • 8,102
  • 4
  • 45
  • 64
4
votes
1 answer

JSF value lost after validation failure

I found value of upload file path is lost after validation for following code. Is there anyway i can retain the value after validation failure? thank you.
Tsung Lin Tsai
  • 661
  • 1
  • 10
  • 22
4
votes
1 answer

JSF 2.0 and MyFaces Tomahawk

I have been investigating a JSF upgrade on our existing web apps that are using JSF 1.2 & tomahawk 1.1.9 & no facelets , to use JSF 2.0 & tomahawk 1.1.9 This is my findings sofar : All the tomahawk components worked except for t:dataTable used with…
ChristiaanP
  • 655
  • 6
  • 20
4
votes
1 answer

JSF 1.2 on Wildfly 8 Final - weld-core-jsf is still referencing JSF 2.2 API

I'm currently migrating a JSF-1.2 app to Wildfly 8 Final and am stuck :( First of all, I've read many post with related issues (e.g. https://community.jboss.org/message/845006 or Migrate JSF 1.2 Seam app to WildFly Beta 1) but the proposed solution…
shillner
  • 1,806
  • 15
  • 24
4
votes
1 answer

Problem with expression language functions in Tomahawk tags

I'm using: Tomcat 6.0 Jsf 1.2 - Mojarra Implementation Tomahawk 1.1.9 I imported the taglib <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> when i call:
M3rlino
  • 671
  • 1
  • 7
  • 20
4
votes
0 answers

f:ajax onerror being triggered. Why?

I have an h:commandLink with a f:ajax as below
Greg123
  • 41
  • 2
3
votes
1 answer

JSF - tomahawk t:panelGrid styling

JSF: ... xmlns:t="http://myfaces.apache.org/tomahawk"> ... It dynamically generates plain old HTML table with tr's and td's elements. How can I set specific css styles for these tr…
sergionni
  • 13,290
  • 42
  • 132
  • 189
3
votes
1 answer

not working anymore after migration JSF 1.2 to JSF 2.2

I am upgrading my application from JSF 1.2 to JSF 2.2 and using Tomahawk 1.1.14 version. After upgrading, tag has stopped working and value of the component is not bound to backingbean property any more. web.xml
user1661892
  • 103
  • 4
  • 13
3
votes
2 answers

How to create conditions based on user role using JSF/MyFaces?

What options do I have to read the roles of the current user from my JSP pages? I'm aware of the visibleOnUserRole="myRole" attribute on Tomahawk components, but I need roles for a bit more complicated things than simple visibility.
Chei
  • 2,117
  • 3
  • 20
  • 33
3
votes
1 answer

JSF 1.1 Datatable CRUD operation

We have a old application running with JSF 1.1, cannot upgrade due to client specification. I would like to know is it possible to have a datatable with JSF 1.1 and upon clicking a button or link in datatable row open a dialog popup and do CRUD…
Jacob
  • 14,463
  • 65
  • 207
  • 320
1
2 3
16 17