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
0 answers

update model value although failing validation phase

First of all, I'm under JSF 1.2, RichFaces 3.3.0 and Tomahawk 1.1.9. I have a rich:tabPanel which contains one form in each tab: // This manages error messages thrown by my application:
jmrodrigg
  • 600
  • 6
  • 24
0
votes
1 answer

Prevent tomahawk command link to be activated while sorting a list using jquery .sortable()

I'm implementing a website using jquery-ui to be able to sort a list. jQuery(".folder ul").sortable( { opacity: 0.6, cursor: 'move', update: sortUpdate, distance: 15, items: "> li:has(a)", } ); The list element should only be…
HashtagMarkus
  • 1,641
  • 11
  • 20
0
votes
3 answers

JSF 1.2 File upload

I am using tomahawk file uploader functionality in my JSF 1.2 using "t:inputFileUpload" tag. But it seems tomahawk is not compatible with JSF 1.2, and it works only with JSF 2.0 and above. Can someone confirm this. Also it would be great if someone…
swapnil chorghe
  • 159
  • 1
  • 5
  • 11
0
votes
1 answer

Tomahawk : t:outputText not working

Am using JSF 1.2 and am trying to implement Captcha as per this link So, my first objective is to get "Hello world" text using t:outputText to check if Tomahawk is working fine or not. My JSF 1.2 based Servlet deploys fine in Jboss AS 5.1.0. But,…
Vikas V
  • 3,176
  • 2
  • 37
  • 60
0
votes
1 answer

t:dataScroller not working correctly on refresh

I'm using t:dataScroller to scroll some data from a t:dataTable and it is working fine except for one thing: every time an action that causes the screen to be refreshed is triggered the t:dataScroller's index is set to 1. To be more clear: when i'm…
zango123
  • 1,690
  • 2
  • 15
  • 18
0
votes
1 answer

f:ajax does not update t:dataTable on complete

I have a JSF search command button and a tomahawk dataTable that showing the result from a search. When clicking on the command button, the dataTable should output the search result. Anyway, since I use the JSF Ajax, the dataTable doesn't show. I am…
huahsin68
  • 6,819
  • 20
  • 79
  • 113
0
votes
0 answers

PrimeFaces calendar won't popup when used together with Tomahawk components

I have an application with a couple of Tomahawk components that I'd like to add a PrimeFaces calendar to. However, the PrimeFaces calendar won't popup unless I remove all the Tomahawk components. How is this caused and how can I solve it? Edit- Here…
Dave
  • 545
  • 3
  • 14
  • 29
0
votes
1 answer

Popup not working Tomahawk

I'm trying to run a sample code on t:popup. I copied code is as below. <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@ taglib…
Jane
  • 127
  • 1
  • 9
0
votes
1 answer

Upgrade to facelets - Myfaces 2.0, Tomahawk, ajax4jsf - Facelets pages don't render

I migrated a jsf1 project to jsf2. The webapp is based on Myfaces 2.1.8 , Tomahawk20-1.1.13 and ajax4jsf-1.1.1 - running on Tomcat 7. It all works well so I wanted to upgrade part of the pages to facelets and plug in Primefaces too. The problem is…
John Stadt
  • 500
  • 7
  • 17
0
votes
0 answers

tomahawk schedule and javascript

i'm doing a JSF application and have come up with an issue. Is it possible to integrate javascript functions with Tomahawk? Specifically, I want to flash a confirm dialog when a user clicks a t:schedule component. I tried it as …
Dave
  • 545
  • 3
  • 14
  • 29
0
votes
1 answer

Myfaces Tomahawk: content inside panelTab

I'm curious what is the right way to have the content (e.g. div) occupy 100% of t:panelTab inside of t:panelTabbedPane. It appears that the content gets rendered within div or span for which there's no way to specify style. The only way I was able…
AndreiM
  • 4,406
  • 2
  • 18
  • 20
0
votes
1 answer

Different validation rules for different actions JSF

i'm trying to implement an edit/add profile page which looks the following: image upload component (Tomahawk t:inputFileUpload) with upload button several input text fields cancel and save button As said, this form is used for adding a new profile…
user871784
  • 1,247
  • 4
  • 13
  • 32
0
votes
1 answer

Can't use captcha from tomahawk library

I'm trying to use the captcha component from tomahawk, . Everytime the page loads, the following error appears: com.sun.facelets.tag.TagException: /tiles/competitionSite.xhtml @112,46 Tag Library supports namespace: …
yves.beutler
  • 972
  • 1
  • 14
  • 32
0
votes
1 answer

JSPG0005E: tld file could not be found for uri[http://myfaces.apache.org/tomahawk] prefix [x]

i m using jsf 1.2 and rich faces 3.3.2. While tying to deploy my application on websphere 7 server , i recieved following error JSPG0227E: Exception caught while translating /pages/summary/summary.jsp: /pages/summary/summary.jsp(0,1) -->…
learner
  • 757
  • 2
  • 14
  • 35
0
votes
2 answers

tomahawk t:inputFileUpload not working

I have developed a jsf application with following facets Dynamic Web Module 2.5 Java 5 JavaServer Faces 1.2 Rich Faces 3.3.2 I have a page with an t:inputFileUpload component. it was working fine till i added ajax and rich faces components and…
learner
  • 757
  • 2
  • 14
  • 35
1 2 3
16
17