Tagged Questions

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.

learn more… | top users | synonyms

3
votes
0answers
113 views

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 <t:selectOneRadio> in my jsf ...
3
votes
1answer
280 views

How to show size limit exceeded for Tomahawk FileInput control

I am using <t:inputFileUpload /> 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 ...
3
votes
1answer
344 views

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

this is a simple question. do you know what is the difference between the tags in the subject? i thought they should produce pretty much the same result but it turned out that in some cases ui:repeat ...
2
votes
0answers
233 views

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 ...
2
votes
1answer
459 views

How to re-render a <t:selectManyCheckbox layout=“spread”>?

I try to re-render a <t:selectManyCheckbox layout="spread">. However, it does not re-render. The Ajax call: <h:selectBooleanCheckbox value="#{handler.property}"> <f:ajax ...
2
votes
1answer
98 views

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 ...
2
votes
1answer
137 views

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. ...
2
votes
1answer
648 views

JSF <t:inputFileUpload> 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. <t:inputFileUpload id="uploadFile" ...
2
votes
1answer
350 views

How to refer element id dynamically

I am trying to spread the radio buttons using tomahawk selectOneRadio. My id looks like this <rich:dataTable id="carTable" value="#{cars}" var="car"> <rich:column> ...
2
votes
1answer
3k views

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 ...
2
votes
1answer
2k views

How get Tomahawk functionality with JSF 2.0 (Glassfish V3)

I've started to upgrade an existing application written with JSF 1.1 and MyFaces Tomahawk 1.1 to JSF 2.0 to get facelets etc. I've now run into the snag that apparently Tomahawk is not JSF 2.0 ...
2
votes
1answer
319 views

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: ...
2
votes
1answer
4k views

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 ...
1
vote
0answers
22 views

Tomahawk JSCookMenu does not trigger any actions after upgrading to JSF2

I've just migrated some medium-size web application from JSF 1.2/MyFaces to JSF 2.0/Mojarra. Apart from some custom components that I've implemented, everything seems to work, except for the ...
1
vote
2answers
53 views

Color the rows of datatable based a condition in JSF 2

i like to change the backround color of rows based on a condition. <t:dataTable id="data" styleClass="history-table" headerClass="history-table-header" ...
1
vote
2answers
101 views

How to upload file in JSF

Actually I'm creating an application for uploading file using JSF. But whenever I upload a file and click send it shows NullPointerException. The code I have used for the application is: code for JSF ...
1
vote
1answer
46 views

How can I check if a file is seleced using t:inputFileUpload before submitting/uploading

I wanted to know if it is possible to check if a file is already selected prior to a click on submit/upload button? The problem I want to solve with this option is to hide the "submit/upload" button ...
1
vote
0answers
54 views

t:saveState to save state of Managed Bean with RequestScope - State for Pagination System

I am trying to work with tomahawk-saveState, but it is simply not working. I inserted the following code to my xhtml file (JSF2.0): <t:saveState value="#{managedBean1}"/> Using a managed ...
1
vote
1answer
109 views

CommandButton action not invoked when using Tomahawk t:inputFileUpload

I'm using JSF 2.1 with JSP files. I tried to use JSF 2.1 with Facelet files, but didn't get Tomahawk (MyFaces extension) to work. I'm trying to upload a file using Tomahawk. My form looks like ...
1
vote
1answer
67 views

How to upload files in JSF 1.1?

I want to upload files in a JSF 1.1 project. JSF 1.1 doesn't support RichFaces file upload. I looked at Tomahawk, but I don't know how to use Tomahawk. Can anybody explain for me? Which JARs do I ...
1
vote
1answer
112 views

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 ...
1
vote
1answer
87 views

Why does JSF + Tomahawk App produce records wih all null fields in MYSQL db

The following works but when create button is hit is clicked it commits a record with all null filds <f:view> <html> <head> <meta http-equiv="Content-Type" ...
1
vote
2answers
238 views

JSF File Download Chooser

In any of the JSF libraries, is there any component which works just opposite to <t:inputFileUpload>, to select the folder (@ client machine) and download a predefined file from the server to ...
1
vote
1answer
486 views

JSF - tomahawk t:panelGrid styling

JSF: ... xmlns:t="http://myfaces.apache.org/tomahawk"> <t:panelGrid columns="4"> ... </t:panelGrid> It dynamically generates plain old HTML table with tr's and ...
1
vote
2answers
346 views

SAXException starting Tomhawk2-1.1.10

Is there anyone who can help me with this problem. Have downloaded and configured Myfaces 2.04 and tomahawk2-1.1.10. THe app starts up fine, but the moment it initializes tomahawk, we get the ...
1
vote
1answer
777 views

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 ...
1
vote
1answer
395 views

JSF Menus not getting formatted stlyed

Contents of menucontents.jsp <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %> <%@ taglib ...
1
vote
1answer
221 views

JSF Menus not getting displayed

I am having menu.jsp the contents are as follows <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %> <%@ ...
1
vote
1answer
384 views

JSF include problem menu related

I am trying to implement menus in JSF which I was able to do it. menucontents.jsp: <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib ...
1
vote
1answer
759 views

JSF - Pagination implementation using Tomahawk

I am trying to implement Pagination in JSF using Tomahawk. When the page is loaded, the table in the first page is populated with data. But, when I click on Next or Prev the table is empty. I don't ...
1
vote
1answer
828 views

Jsf form action

I have simple JSF form: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:t="http://myfaces.apache.org/tomahawk" ...
1
vote
0answers
437 views

Keeping current JSF pagination state when going to another page and coming back to the page that contains the paginator

I'm using the Tomahawk t:dataScroller for pagination. It is working really well. There is only one issue that I'll try to explain: Page A contains the t:dataTable, which is paginated with the ...
1
vote
1answer
83 views

t:commandSortHeader not being styled

I've got the following JSF: <t:column styleClass="cb-status-column"> <f:facet name="header"> <t:commandSortHeader columnName="externalStatus" ...
1
vote
1answer
524 views

Empty t:dataTable might be rendering invalid HTML?

I use Tomahawk 1.1.8 and I'm trying to build/render a dataTable even if it's empty. (rendered="true" as requirement) Considering our Bean provides an empty list (no rows to be displayed by ...
1
vote
3answers
155 views

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 ...
1
vote
1answer
424 views

How to sort a data table if we are using <t:columns> in JSF?

Hi I am studying tomahawk, I just want to know if I generate a datatable using <t:columns> then how to sort the dataTable on the click on the header of that particular column, like we are using ...
1
vote
1answer
465 views

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 ...
1
vote
1answer
914 views

Export the data into a PDF format with Tomahawk?

I my application i am trying to export the data from the into a PDF file using TomaHawk. While loading the page i am getting a Exception. i have Pasted my code and the Exception below. JSF Code ...
1
vote
4answers
4k views

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 ...
1
vote
2answers
915 views

Uploading files with tomahawk - problem with displaying error message

I'm uploading files with <t:inputFileUploadall is working fine but when file is larger from value set in web.xml it doesn't output any error or warning message. My code: <h:form ...
1
vote
2answers
908 views

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 ...
1
vote
3answers
439 views

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 ...
1
vote
1answer
375 views

Tomahawk and scrolling tabs

is there a tomahawk component, that enables "scrollable tabs"? What I mean is something for the following situation: If I have very many tabs, the tab-bar gets a little arrow on the side to scroll ...
0
votes
0answers
18 views

Is Apache Tomahawk still active? [closed]

I notice in the compatibility matrix that there is not yet support for the current version of MyFaces or Mojarra. Are people still basing their next releases on Apache Tomahawk? is this just a typical ...
0
votes
1answer
32 views

Error using t:dataScroller with MyFaces 2.1.5 Tomahawk 1.1.11 Spring 3.0.5

I am in the middle of upgrading from mojarra 1.2 to myfaces 2. Using the t:dataScroller tag is generating the following error : java.io.FileNotFoundException: ...
0
votes
0answers
35 views

UploadFile tomahawk NullPointerException

Well I was working with something else on my project and when I came and test all the code together, the fileupload is not working, it sends a NullPointerException when trying to resolve ...
0
votes
1answer
24 views

DataScroller not rendererd after binding with bean

My goal is to reset the first page of the datascroller after a new search. This should be done with this statement: getTableScroller().getUIData().setFirst(index); My problem is, after I bind the ...
0
votes
1answer
70 views

t:inputFileUpload doesn't work when it is called from mapped(pretty faces) .xhtml page

I'm using Tomahawk library for the file upload. However, the backing bean's method is never called when I click on h:commandButton to submit the form. Bellow is the code sequence that should do the ...
0
votes
0answers
58 views

Tomahawk t:inputFileUpload no response on SizeLimitExceededException

I'm following this solution How to show size limit exceeded for Tomahawk FileInput control for displaying an error msg when the uploaded file exceeded the allowed max size. Problem: I never get the ...
0
votes
1answer
37 views

multiple file selection using inputFileUpload tag

I am using JSF framework with apache's tomahwak library. how can i select multiple files using inputFileUpload tag in JSF?

1 2 3