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

t:inputFileUpload not uploading the file

I am using myfaces ExtensionFilter to upload a file, but the file is not getting set to my bean for further processing. Here is the code :
Satya
  • 2,094
  • 6
  • 37
  • 60
3
votes
2 answers

Restricting file upload size in JSF

I am using the Tomahawk inputFileUpload component to allow users to upload files to a server. I have implemented a "soft" file size limit by checking the size of the file after it has been uploaded and displaying an error if it is too large. However…
jwaddell
  • 1,892
  • 1
  • 23
  • 32
3
votes
1 answer

java.lang.ClassNotFoundException: com.sun.facelets.tag.jsf.ComponentHandler when add tomahawk-1.1.11

added tomahawk-1.1.11.jar file to WEB-INF/lib of my web app and get error message: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener: …
user840930
  • 5,214
  • 21
  • 65
  • 94
2
votes
0 answers

JSF Tomahawk tree2 - null pointer error on submit()?

I've added a JSF Tomahawk t:tree2 UI component, and the page renders fine. However, as soon as I do anything on the page: click on a button that sends submit(), or press on a button with action parameter set, error is…
Danijel
  • 8,198
  • 18
  • 69
  • 133
2
votes
1 answer

JSF 2 RI (Mojarra) and Tomahawk compatibility

I need to use fileUpload from Tomahawk because not provided by Jsf. I want to know if Tomahawk is 100% compatible with Mojarra I dont' find this information on the web. My version of Mojarra (2.1.2) and tomahawk (1.1.11) Thanks, Yoel
YoelBen
  • 113
  • 8
2
votes
1 answer

JSF 2.0 , How to vertically allign children of tomahawk datalist

I am using t:datalist with JSF 2.0 to allign images horizontally . But i would like to list the properties of each image below the image vertically.Now the properties are also listed horizontally along with images. The code i use is : …
maya
  • 159
  • 1
  • 17
2
votes
1 answer

t:selectOneRadio is not working in tomahawk version 2.0

I am using http://myfaces.apache.org/core20/index.html and http://myfaces.apache.org/tomahawk-project/tomahawk20/tagdoc/t_selectOneRadio.html. I have used tomahawk in my jsf page.
diya
  • 6,938
  • 9
  • 39
  • 55
2
votes
1 answer

How to re-render a ?

I try to re-render a . However, it does not re-render. The Ajax call:
geeehhdaa
  • 822
  • 5
  • 17
  • 30
2
votes
1 answer

Need to set value of inputCalendar element to current day

I need to automatically set the value of my inputCalendar element to the current date yet still allow the user to click on the popup calendar to change the value if they wish. The code I am using is found below.
TheNewGuy
  • 53
  • 5
2
votes
1 answer

Internationalize t inputFileupload Browse Button

How to internationalize browse button in fileupload component? I’m using t:inputFileupload and i searched it in net but not able to find a solution. Please give me one solution. Thanks in advance. Ramesh
Ramesh G
  • 21
  • 1
2
votes
1 answer

Apache Tomahawk FileUpload Not Working

I am having an issue with Apache Tomahawk - Glassfish 3.0.1 keeps logging: WARNING: JSF1064: Unable to find or serve resource, inputFileUpload.xhtml, from library, org.apache.myfaces.custom. I have the following libraries included in…
Chris
  • 469
  • 12
  • 25
2
votes
1 answer

myfaces htmlHead is not rendered first

I have started to maintain a legacy JSF application. It uses myFaces 1.1.x and tomahawk 1.1.6. I need to print META tag X-UA-Compatible as the first element of HEAD element otherwise IE will ignore it. <%@page contentType="text/html;charset=UTF-8"…
Leos Literak
  • 8,805
  • 19
  • 81
  • 156
2
votes
1 answer

How to refer element id dynamically

I am trying to spread the radio buttons using tomahawk selectOneRadio. My id looks like this
Achaius
  • 5,904
  • 21
  • 65
  • 122
2
votes
2 answers

JSF 1.2 outputText tag generates a span

I am new to JSF 1.2, I am trying to output some text into my javascript call like so something() but instead of getting plain text output, this is all being wrapped in a span. How do i get rid of the span?
mkoryak
  • 57,086
  • 61
  • 201
  • 257
2
votes
1 answer

Tomahawk t:inputFileUpload results in validation error

I have a problem using the Tomahawk t:inputFileUpload component together with Primefaces input components. I'm using this Tomahawk component because Primefaces converts "multipart/form-data" to another charset. When i have special chars (like ã é…
1
2
3
16 17