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
1
vote
1 answer

t:commandSortHeader not being styled

I've got the following JSF: Status
Jon Bristow
  • 1,675
  • 3
  • 27
  • 42
1
vote
0 answers

Cant pass method to custom component jsf 1.2

I try to add action listener into my custom component. I have custom datatable which wrapping tomahawk datatable. I have custom dataScroller which wrapping tomahawk datascroller. I need to pass into dataScroller method defined in…
Milkmaid
  • 1,659
  • 4
  • 26
  • 39
1
vote
3 answers

JSF (and friends) tags vs. traditional html tags

So this question came up today and I didn't have a specific or scientific answer. What are the costs associated with using jsf (or tomahawk, faclets, etc., etc.) tags in place of traditional html tags. My gut reaction is that you should use jsf…
Alex Larzelere
  • 1,211
  • 1
  • 11
  • 17
1
vote
2 answers

How to sort a data table if we are using in JSF?

I am studying tomahawk, I just want to know if I generate a datatable using then how to sort the dataTable on the click on the header of that particular column, like we are using in normal attribute.…
Hariharbalaji
  • 2,498
  • 8
  • 36
  • 51
1
vote
1 answer

How to apply style class for t:commandSortHeader in JSF?

In my application i am using t:commandSortHeader for sorting purpose, is it possible to change the default arrow thats is shown to some other image using styleClass attributes. If possible how to do that. Kindly help.
Hariharbalaji
  • 2,498
  • 8
  • 36
  • 51
1
vote
1 answer

Export the data into a PDF format with Tomahawk?

In my application I am trying to export the data from the into a PDF file using Apache TomaHawk. While loading the page I am getting an exception. I have Pasted my code and the exception below. JSF Code <%@ page session="false"…
Hariharbalaji
  • 2,498
  • 8
  • 36
  • 51
1
vote
2 answers

JSF 1.1 and MyFaces Tomahawk 1.1.9

I am trying to use the calendar component from Myfaces Tomahawk. I am running JSF 1.1 with Tomahawk 1.1.9 and Websphere 6.1. Looks like JSF1.1 and Tomahawk 1.1.9 are not compatible as the following code does not work -
Shamik
  • 6,938
  • 11
  • 55
  • 72
1
vote
1 answer

Use Tomahawk on Mojarra in JBoss EAP 6.2

Is it possible, to use Apache Tomahawk on the JSF RI which ships which JBoss EAP 6.2? I have an EAR-Deployment (skinny WARs) with an included webapp as WAR. I declared a Dependency in the Manifest of the WAR, to tell the classloader that Tomahawk…
Turbokiwi
  • 1,288
  • 10
  • 15
1
vote
2 answers

Adding beans.xml Breaks Input File Uploading

I am building a web application that uploads files and am trying to add CDI features that require the use of a beans.xml file. The problem is that when I add a beans.xml file to the webapp it breaks the previously functional input file uploading,…
1
vote
1 answer

Conflict between use of hx:fileupload and tomahawk tree2 component in the application

I'm using hx:fileupload component which allows the user to open local file system and browse to the file. In the same application I have used tomahawk tree2 component to display hierarchical directory structure. Earlier to adding tree2 component,…
nagesh
  • 307
  • 2
  • 10
  • 22
1
vote
1 answer

How to let retain time part during submit

In my JSP page I added new date component to an existing field, where by previously this field is a backend field and its value is updated automatically by system.
TTDavid
  • 23
  • 3
1
vote
0 answers

t:dataScroller variables not updating when t:datascroller is before t:dataTable

t:dataScroller variables not updating when t:datascroller is before t:dataTable I've spent some time looking for an answer here as well as other sites, but haven't come across anyone else with the same problem, let alone suggested answers. I…
1
vote
2 answers

Unable to find or serve resource, dataList.xhtml, from library, org.apache.myfaces.custom

I am trying to implement pagination in JSF and Hibernate. I have these statements on my html page.
GobSmack
  • 2,171
  • 4
  • 22
  • 28
1
vote
3 answers

Does myfaces ExtensionsFilter change page encoding?

two days ago i started using tomahawk ExtensionsFilter components im my jsf application. i noticed that all javascript alerts were not displaying special characters (ç, ã, ó ô), it displays things like #231 instead. When i remove ExtensionsFilter…
marcosbeirigo
  • 11,098
  • 6
  • 39
  • 57
1
vote
1 answer

t:saveState does not work anymore after migrating JSF 1.x to JSF 2.x in WebSphere 8

I have used JSF 1.x with Tomahawk 1.1.9 in my project and I'm now migrating this project to Websphere 8. I have changed the Faces config and web.xml configuration. All components are working fine except of t:savestate. I am still using Tomahawk…
suganya
  • 135
  • 3
  • 14