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

t:datalist not working properly

I have a list of items. I want to display using t:datalist.
Parag Phadtare
  • 117
  • 1
  • 3
  • 9
0
votes
1 answer

hava jsp MyFaces Tomahawk Captha problems

I have a website for a hiking club that has recently been spammed by automated registrations from some bot. There is human step involved in activations but the large number of nonsens registrations is annoying me. In order to stop that from…
Gerrie
  • 3,873
  • 4
  • 23
  • 26
0
votes
1 answer

jsf 2: UploadedFile is null in ManagedBean using Tomahawk

I did as BalusC's step by step tutorial: JSF 2.0 File upload But I then found that the UploadedFile is null when I clicked the commandButton. web.xml:
Cacheing
  • 3,431
  • 20
  • 46
  • 65
0
votes
2 answers

Dynamically created Div did not get updated after calling rerender event

I am using RichFaces 3.3.x and Tomahawk. I have an input field which has a4j:support on onkeyup and I am using 'process' to update the backing bean. Afterwards I use 'reRender' to get my backing bean (freshly) created div. Unfortunately the getter…
Jochen
  • 1,746
  • 4
  • 22
  • 48
0
votes
1 answer

Adding two DataScroller to one DataTable

I would like to add two DataScroller to one DataTable (on the top and on the bottom of the page). One DataScroller works so far. This one is binded to my backbean where the first page is chosen (scroller.getUIData().setFirst(0);) Now I tried to add…
Daniel
  • 502
  • 6
  • 17
0
votes
1 answer

Configure library for tomahawk in JSF 2.0

I am trying to upload a file using , in JSF2.0 facelets for that i need to use namespace xmlns:t="http://myfaces.apche.org/tomahawk/" but showing error like "No library found for this namespace"
kark
  • 4,763
  • 6
  • 30
  • 44
0
votes
1 answer

Switching tabs using tomahawk and jsf results in full page refresh and loading of all data again

I am using "panelTabbedPane" and created 3 tabs having different processing elements. Completing the details on 1st tab, switch to 2nd and 3rd works perfectly fine. But Once I decide to switch from 3rd tab to 1st or 2nd, whole page refresh and…
0
votes
1 answer

Add action dynamically to commandButton

I am using JSF 2.0 and tomahawk-lib to create html elements dynamically. I want to add an action command to a HtmlCommandButton, but cannot get it done. Thanks in advance for your help. I can see the button and onclick gets triggered, so there must…
Jochen
  • 1,746
  • 4
  • 22
  • 48
0
votes
2 answers

How to print multiple results in row

I have a requirement to print my list in two columns along with pagination. I am not able to figure out how will I get 2 records at a time from the list set in the datatable.
vivek
0
votes
2 answers

including selectOneMenu in datatable

i have created datatable with four selectOneMenu in it whenever i change the first selectOneMenu values of second selectOneMenu need to be populated on the same row and again on the selection of second selectOneMenu third needs to populate i had…
psi
  • 269
  • 2
  • 13
0
votes
1 answer

"http://myfaces.apache.org/tomahawk" Not found. Error in JSF

I want to upload an Excel file to a JBoss Server with JSF, so I used Tomahawk. <%@ taglib uri="http:// myfaces.apache.org/tomahawk" prefix="t" %>
Uthay
  • 505
  • 1
  • 4
  • 7
0
votes
1 answer

How to attach multiple files onto a page and show the progress on a progressbar. And upload the files to the server

I know tamawhak provides a file upload component. But my requirement is to just display an 'Add file' button on the page(no input field is required). Upon clicking the button a choose file window should popup. Once the file to be attached is chosen,…
user1721801
0
votes
1 answer

JSF 1.2 - Unable to find component (...) We'll try to return a guessed client-id anyways

First of all, I'm working under JSF 1.2 / Richfaces 3.3 / Tomahawk 1.1.9 . I have this piece of code inside one JSF page (simplified): (...)
jmrodrigg
  • 600
  • 6
  • 24
0
votes
0 answers

NullPointerException in File Upload by tomahawk

I want to upload an Excel file to a JBoss Server with JSF, so I used Tomahawk. Here is the view: <%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
Uthay
  • 505
  • 1
  • 4
  • 7
0
votes
2 answers

How to loop through list of items and present it in a fixed amount of columns

I want to loop throw list of items and to present them in away that each row has 3 columns Using this code,
JohnSmith2
  • 47
  • 1
  • 11