Tomahawk « MyFaces « JSF Q&A





1. How to create conditions based on user role using JSF/MyFaces?    stackoverflow.com

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 ...

2. Does myfaces ExtensionsFilter change page encoding?    stackoverflow.com

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 like ...

3. JSF 1.1 and MyFaces Tomahawk 1.1.9    stackoverflow.com

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 ...

4. Export the data into a PDF format with Tomahawk?    stackoverflow.com

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 ...

5. Introducing Ajax support in a MyFaces (JSF) + Tomahawk application    stackoverflow.com

we have a project where we are using MyFaces + Tomahawk, recently I have been requested to provide enhancements to many of the existing screens by using AJAX and provide functionality ...

6. JSF 2.0 and MyFaces Tomahawk    stackoverflow.com

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 ...

7. Tomahawk tree2 component spacing    stackoverflow.com

Is there any way to change left-margins for the nodes? Tree2 renders those margins with columns such as: <td height="100%" width="19" style=""><img height="18" border="0" width="19" src="/vwwinner/faces/myFacesExtensionResource/org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader/12806587/tree2.HtmlTreeRenderer/images/spacer.gif" alt="spacer"></td> 19 px width is too big ...

8. MyFaces Tomahawk JSCookMenu - failure to navigate to page defined by action in faces-config    stackoverflow.com

This is my first attempt at using JSCookMenu and its homepage (http://jscook.yuanheng.org/JSCookMenu/) has been down for more than a week, so forgive me if the answer to my question should appear ...

9. jsf form not executing action because comboboxes    stackoverflow.com

executing this form the action is not executed, but if I comment the combo boxes the action is executed without any problem, so I assume my spring webflow is ok.
The combo ...





10. Jsf form action    stackoverflow.com

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" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core">
<ui:composition template="layout.jsp">
    <ui:define name="title">?????????????? ???????</ui:define>
    <ui:define name="content">
     ...

11. JSF - How to determine the current JSP page from inside backing bean action method    stackoverflow.com

I have a JSF application containing two JSP pages that both display some of the same data from a session-scoped container object. Each page displays the data differently, each in a ...

12. Apache: MyFaces & Tomahawk    stackoverflow.com

I'm the beginner with JSF.
As I know, to start working with JSF I must download an implementation of it, for example, Apache MyFaces. But what are the libraries in the myfaces-core? I ...

13. Display all rows in tomahawk paginated, sortable datatable    stackoverflow.com

I'm trying to create a paginated, sortable datatable using MyFaces. The sorting works fine; I can click on a column header and it will sort the data based on the ...

14. File uploading ussing MyFaces Tomahawk + JSF 2.0    stackoverflow.com

I am currently ussing Tomahawk MyFaces to upload files in to my server. I followed some instructions step by step and all seems ok, but i dont get the file persisted ...

15. SAXException starting Tomhawk2-1.1.10    stackoverflow.com

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 ...

16. uploading Files ussing MyFaces Tomahawk + JSF 2.0    stackoverflow.com

This is my first time posting here so hopefully I'm doing it right. I'm having the exact same problem as sfrj here> File uploading ussing MyFaces Tomahawk + JSF 2.0. I'm ...





17. Tomahawk + seam does not work    stackoverflow.com

So I have a Seam Project and I'm trying to integrate Tomahawk 1.2. I've copied the tomahawk12.jar in WebInf/lib and I have the following configuration in web.xml:

<filter>
   <filter-name>MyFacesExtensionsFilter</filter-name>
  ...

18. MyFaces 1.1 + Tomahawk + TabChangeListener    stackoverflow.com

The javadoc for MyFaces Tomahawk TabChangeListener says for the type attribute:

This attribute may also be an EL expression that returns a TabChangeListener instance. Reference:

19. Upload up to 5 Gb file with MyFaces Tomahawk    stackoverflow.com

Well as simple as the question. I'm using tomahawk to upload a file to a server. I have configured the filter with

<init-param>
   <param-name>uploadMaxFileSize</param-name>
   <param-value>3g</param-value>
</init-param>
but still getting this ...

20. Netbeans 6.8, Facelets and myFaces Tomahawk    forums.netbeans.org

24. Non-unique IDs generated by MyFaces Tomahawk t:columns tag    coderanch.com

Given this MyFaces Tomahawk 1.1.3 JSP code: In the generated HTML, I get input fields with IDs like "valuesField[0]", "valuesField[1]", "valuesField[2]", etc. That works fine. However, if instead of using I am using (plural), I run into a problem.

26. MyFaces Tomahawk latest 1.1.7-SNAPSHOT problem    coderanch.com

Hi, I got the following error when i try to configure my application with latest SNAPSHOT of tomahawk-1.1.7 taken from http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk/1.1.7-SNAPSHOT/ My App Configuration is MyFaces = 1.1.6 Tomahawk = 1.1.7-SNAPSHOT (3 July 2008) RichFaces = 3.1.5 Facelets = 1.1.12 ---------- ERROR ----------------------- java.lang.IllegalStateException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages not covered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html ...

30. Using ajax in myfaces tomahawk.    coderanch.com

31. at org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl.getServletMapping    coderanch.com

[color=#444444][/color][size=12][/size] I have download myfaces-example-tiles-1.1.10 from official apache web site. As it is code and I hvae create new one application it is working fine with java 1.5 and tomcat 6 in my eclipse. This example keep jsp file page1.jsp in root folder when we move this file in any other folder it geives error. When I put the home.jsp file ...

32. MyFaces Tomahawk Dynamic DataTable    coderanch.com

33. Uploading files using MyFaces Tomahawk.    coderanch.com