0
votes
0answers
68 views

SOLVED: MyFaces JSF 1.2, Facelets: h:commandButton h:commandLink no more works

I have a AppFuse 2.0.2 JSF Modular old (year 2008) project, today I opened and wanted to implement some new feature. And I've noticed, that clicking on any h:commandButton, h:commandLink pages only ...
2
votes
0answers
75 views

Unable to load tag handler class “null” for tag “ui:composition”

I am trying to create a JSF application using MyFaces and Trinidad. I have added the following JARs to my /WEB-INF/lib: commons-beanutils-1.7.0.jar commons-collections-3.1.jar ...
0
votes
1answer
74 views

how to suppress MyFaces console html warnings?

We are getting ready to move our JSF 2 (MyFaces with Facelets pages) application to Production soon. Currently our console logs (SystemOut.log on WebSphere v8) are filling up with vast amounts of ...
0
votes
1answer
41 views

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 ...
0
votes
0answers
73 views

NamespaceHandler giving NPE for “http://java.sun.com/jsf/facelets” when using ui:composition in JSF2

We are migrating from JSF1.2 to JSF2 using Websphere 8 server (in IRAD8) and using Apache MyFaces as JSF implementation. web.xml is changed to version 3.0 and faces-config.xml to version 2.0. In my ...
1
vote
1answer
109 views

When using MyFaces 2.1, with Eclipse Juno, how do I get rid of a space after the doctype

I have searched all around for an answer, and tried many things, but no luck. When I use MyFaces 2.1 with Eclipse Juno, and attempt to create an HTML5 page, I get <!DOCTYTPE html > Notice ...
3
votes
1answer
487 views

Facelets multi-level templates - ui:define not rendered

I have 2 basic templates - one with a side menu, and one without - that both ui:include a common page which contains ui:insert tags (templates are largish, so basic example below). Using Mojarra ...
0
votes
1answer
457 views

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 ...
0
votes
0answers
134 views

Websphere 8.0 Server with JSF MyFaces implementation and JSF Facelets doesn't work

I have troubles migrating from Facelets 1.x to Facelets 2.x using the myfaces implementation of the websphere 8.0 Server. The main problem is the <ui:insert> Tag in an <ui:composition>. ...
0
votes
1answer
362 views

Duplicate ID in Auto-Generated JSF component IDs

I'm getting duplicate ID errors randomly in my JSF pages, and in all of the instances, the duplicated ID is an auto-generated one (like j_id15). I don't have any duplicates in the specified IDs in ...
0
votes
1answer
588 views

Myfaces, Facelets, Tomahawk and Maven deployed in Tomcat 7 fails

I have a lot of trouble getting tomahawk to run. I used the myfaces hellworld20 archetype a while ago to create a new project. Now I wanted to extend it using tomahawk. The new pom.xml looks like ...
0
votes
1answer
253 views

Upgrade issues - What is the connection between JSF, Myfaces, Trinidad and Facelets?

I have been working on a project and trying to understand how these components work. I am getting confused with the role each one plays. My current task is to take a project that is utilizing JSF, ...
1
vote
2answers
2k views

Which jars do I need in order to avoid “NoClassDefFoundError: com/sun/facelets/tag/jsf/ComponentHandler”?

I'm trying to build a JavaServer Faces 2.0 project (using Apache Myfaces 2.0.2 + Tomcat 7.0.25 via Eclipse Indigo). All seems to be set, Tomcat starts ok, but when I try to open a web page I get the ...
0
votes
1answer
361 views

Richfaces error: duplicate key: class javax.faces.convert.BooleanConverter

I'm using Tomcat 7, Richfaces 4.1.0, MyFaces 2.0.5 and Facelets. When I start Tomcat I get the error An error occured while initializing MyFaces: duplicate key: class ...
1
vote
1answer
2k views

How to reference Facelets taglib in JAR from Facelets and web.xml?

I am using the Apache MyFaces Commons Validator TagLib. How should i add this to my web.xml? The commons JAR is downloaded and resolved through Maven. XHTML (I think this is correct): <html ...
1
vote
0answers
184 views

Why is MyFaces/Trinidad rendering my disabled inputTexts as divs?

Deceptively simple question, but I'm at my wits' end here. I have a document. It contains a form. Which contains a subform. Which contains a read-only text field. Here's the relevant part of the ...
1
vote
1answer
479 views

addressing components from other naming containers

What I would like to achieve is to be able to address some JSF components from within other naming container. Usecase: composite component which encapsulates some features using - for a field which ...
0
votes
1answer
157 views

MyFaces never throw exception for undefined custom tags

I'm trying to write some custom Facelets 2.0 tags, after several hours work, I found that my UIInput subclass is not even instantiated. Then, I changed the actual namespace to something like: ...
1
vote
2answers
2k views

jsf application performance improvement tips

How to improve performance of jsf myfaces based application ? Some tips that I have collected so far Trinidad Set following init parameters to false in web.xml ...
1
vote
1answer
159 views

How to make myfaces-impl refresh on file change?

There is an init-param facelets.REFRESH_PERIOD for the Facelets servlet. However, it's senseless to set it to a specific value. When it's too small, say 10 seconds, the cache will be timeout too fast. ...
3
votes
2answers
3k views

Passing action method names as arguments to facelets componenets

I am calling a template and am passing in parameters like below: <ui:include src="WEB-INF/Subviews/ProductEdit.xhtml"> <ui:param name="items" value="#{produtList}"></ui:param> ...
2
votes
1answer
1k views

Customize Facelets error page

I have a Facelets(JSF 1.2 (myfaces)) web app and I want to customize my error page - which would seem to be a natural thing to do when an application matures. I got really confused in the process. I ...
2
votes
1answer
480 views

MyFaces vs. Sun's Reference Implementation - latter not free?

Just a stupid beginner's question, which will be quickly solved, but I am curious. http://www.irian.at/myfacesexamples/home.jsf says: "MyFaces - The free JavaServer™ Faces Implementation" Errr ... ...
1
vote
3answers
15k views

Invalid byte 1 of 1-byte UTF-8 sequence

I have a MyFaces Facelets application, where the page coding is a bit rugged. Anyway, it's developed with Eclipse and built with Ant, and kindof runs ok in Tomcat 2.0.26. So far so good. Now, I'd ...
1
vote
2answers
10k views

Facelets tab lib not recognised by Eclipse/Tomcat 6

I included this in my index.jsp JSF file: <%@ taglib prefix="ui" uri="http://java.sun.com/jsf/facelets"%> and Eclipse underlines the URL, hovering gives this: Cannot find the tag library ...
0
votes
2answers
726 views

Explain to me the different JSF component libraries relate

Even though i spend whole days developing a JSF application, i've never had any training on the matter and I have to admin I am a still confused how the whole JSF puzzle fits together. JSF just looks ...
0
votes
1answer
132 views

How do I get the scope attribute on my table headers when using MyFaces 1.1?

I'm using MyFaces 1.1.7 with Facelets and Tomahawk. When creating a regular data table, like: <h:dataTable value = "#{Datamanager.data}" var = "row"> <h:column> <f:facet ...
0
votes
1answer
694 views

MyFaces to Mojarra migration issue

I'm migrating from MyFaces 1.2.6 to Mojarra 1.2. My application also uses Facelets, Tomahawk and Richfaces. Using MyFaces 1.2.6, it works without problems. Using Mojarra 1.2, I got some problems. It ...
2
votes
4answers
9k views

Troubles Iterating Over A HashMap with JSF, MyFaces & Facelets

I'm having some trouble looping over a HashMap to print out it's values to the screen. Could someone double check my code to see what I'm doing wrong. I can't seem to find anything wrong but there ...