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
0
votes
1 answer

JSF 1.1 DataTable Reuse

I am working on a project that the previous programmer(s) duplicate code everywhere. I need to make a change to some JSF code but don't want to duplicate my changes every where. I figure there has to be a better way. Here is the scenario; There are…
millsofmn
  • 301
  • 3
  • 12
0
votes
1 answer

myfaces ExtensionsFilter corrupt xlsx during download

I'm uploading and downloading .xlsx file on the same page using jsf 1.2 and tomahawk inputFileUpload. Upload works fine, even with max file size limitation. When I download and open some Excel spreadsheet I get error with corrupted file. Excel will…
Zdend
  • 591
  • 3
  • 7
  • 19
0
votes
1 answer

Compability Apache Tomahawk and JSF 1.2 implementation which is not MyFaces

Can you use all Apache tomahawk features if you are not using Apache MyFaces? I found that some Tomahawk features don't work when I'm not using MyFaces. t:inputDate in particular.
Benas
  • 2,106
  • 2
  • 39
  • 66
0
votes
1 answer

JSF datatable, tomahawk radio

I'm attempting to use a t:radio in my rich:datatable but it's always complaining about the fact that it can't find the component. I did some googling and I have to declare the full name, but I actually think I'm doing that. Anyone can point me what…
GregD
  • 1,884
  • 2
  • 28
  • 55
0
votes
1 answer

Value of t:radio not being passed to Backing Bean in Myfaces 2.1

I have an issue where the value of t:radio (associated with t:selectOneRadio) is not being passed to the backing bean. We are currently converting from JSF 1.x to JSF 2.x, using MyFaces 2.1.13 on Jboss 7.2.0, and we do have the 2.0 version of the…
RobG
  • 43
  • 1
  • 5
0
votes
0 answers

tomahawk radio index gives IndexOutOfBoundsException exception

i have the following code but i dont know why i get the error. it seems to suggest that i havent populated my data object properly, but i have hardcoded it and cant see what is wrong with the xhtml code.
0
votes
1 answer

JasperReport export PDF fails when using Tomahawk upload component

I am developing a project that exports PDF reports using "JasperReports", and uses "Tomahawk" for uploading textfiles. To use Tomahawk I have to add the following to "Web.xml" file: MyFacesExtensionsFilter
Marwa Dosoky
  • 406
  • 7
  • 19
0
votes
1 answer

How to get reference of parent Node in Apache myfaces tomahawk tree2 component

I have been doing rendering of directory structure in my jsf1.1 web page using Apache myfaces tomahawk tree2 component. In backing bean i have written a recursive function call to initialize folder names and documents names to be displayed in tree2…
nagesh
  • 307
  • 2
  • 10
  • 22
0
votes
0 answers

Myfaces tomahawk file upload "Browse" button styling

I have problem with file upload button styling, I am using tomahawk file upload, so no one style can be change generated browse button. How I can apply styles for Browse button? I have Twitter bootstrap but no one style affect on it. …
Armen Arzumanyan
  • 1,939
  • 3
  • 30
  • 56
0
votes
0 answers

Myfaces 2.1 and Tomahawk extensionfilter fun

So I recently started upgrading our online app to Myfaces 2.1. I have now run into a problem wich for some reason I just cannot solve. When using the t:inputCalendar from tomahawk the popup wont launch. Various online searches yielded only how to…
Gerrie
  • 3,873
  • 4
  • 23
  • 26
0
votes
2 answers

commandLink disabled via javascript can still be clicked

I need to disable the button based on the selected row of t:dataTable. This is the javascript method I'm calling on the row selection event (the button should be disabled if an item in the selected row has a tooltip... it's ugly, but it was the…
NeplatnyUdaj
  • 6,052
  • 6
  • 43
  • 76
0
votes
1 answer

Joining 2 files on the first field

I would like to compare the two files file1 $1 is equal to file2 $1 and display the output file1 $1,$2,$3,$4,$5, file2 $2,$5. and difference of file1 $5 - file2 $5 input file…
k3090
  • 25
  • 1
  • 5
0
votes
1 answer

javax.servlet.ServletException: ExtensionsFilter not correctly configured

I've facing a problem in my JSF1.2 webapp. I've been using Tomahawk for a long time in my application, and I've never got this error before: javax.servlet.ServletException: ExtensionsFilter not correctly configured. Resource mapping missing.…
jmrodrigg
  • 600
  • 6
  • 24
0
votes
2 answers

issue in t:panelTabbedPan

I have 2 tabs in my application and to implement them I have used tomahawk's "t:panelTabbedPane". code is as follows:
rishi
  • 1,792
  • 5
  • 31
  • 63
0
votes
1 answer

JSF: Save selected variable value in datatable for next view

I have a data table:
user2471366
  • 73
  • 12