Questions tagged [myfaces]

Apache MyFaces provides an implementation of the JSF specification ("MyFaces Core"), and a set of add-on libraries that work on any implementation of the specification.

Apache MyFaces is a Java Server Faces(JSF) implementation. It is a project of Apache Software Foundation and holds many sub-projects. All MyFaces frameworks, UI Libraries, components and extensions are based on MyFaces Core that has two submodules MyFaces API (myfaces-api.jar) and MyFaces Impl (myfaces-impl.jar). Following are the some information of some MyFaces sub-projects:

  • Trinidad : A framework that provides a large set of enterprise quality components. Project Site and Demo Site.

  • Tobago: It provides rich set of JSF based UI Components. The UI Components are abstracted from HTML. It also provides theming mechanism and a layout manager. Project Site and Demo Site.

  • Tomahawk: It is a set of JSF components that go well beyond the JSF specification. The Tomahawk family of components includes converters, validators, and a set of attributes added to the JSF components. Project Site and Demo Site.

Find more information on MyFaces on The Apache MyFaces main site. A good source of information can also be found on this site. A good starter tutorial can be found at this site. There is also a reference in Wikipedia.

685 questions
0
votes
1 answer

Tomahawk MyFaces File Upload Component not showing on screen

I am trying to use tomahawk MyFaces file upload component t:inputFileUpload. I followed the example at JSF 2.0 File upload, with one change-instead of copying files to /lib, I used maven. There are no errors or warnings, but the file upload…
user1603218
  • 1
  • 1
  • 1
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

Selecting initial rows CoreTable

I have a that i want to show with the selection multiple enabled. I'm using a List for the collection and the values are take from database when i selected a value from a…
dst
  • 19
  • 5
0
votes
1 answer

No Factories configured for this Application

I am trying to run a JSF 2.0 webapp using Apache MyFaces 2.1.8 on a Tomcat 7 webserver.When i try to load a simple page i get this error: java.lang.IllegalStateException: No Factories configured for this Application. This happens if the…
user1557283
  • 1
  • 1
  • 2
0
votes
1 answer

Repository for myfaces 2

Please I need to use myfaces 2 in a maven project. where can I found the repository. i have found just the dependency org.apache.myfaces.core myfaces-api
Matrix 2.0
  • 25
  • 4
0
votes
1 answer

How to make all pages bookmarkable in a JSF Project?

Before I start to implement some code. I want to be sure about the techniques. In my case, i want to be able to bookmark every page. What should i take in account to make it possible. In the project I will use: Myfaces (JSF) MVP JPA 2.0 How should…
Kayser
  • 6,544
  • 19
  • 53
  • 86
0
votes
0 answers

Exposing composite component attribute to children

I have the necessity to load some data in a dataTable using lazy loading. Unfortunatelly, primefaces dataTable only suports lazy loading with pagination, but this is unacceptable to this project, so I created and tested some mechanisms to permit…
brevleq
  • 2,081
  • 10
  • 53
  • 97
0
votes
1 answer

Reading JSF property on JSTL tag (MyFaces 1.2)

i'm with a problem migrating an old application from MyFaces 1.1 to MyFaces 1.2. In old application if a had a ManagedBean exampleMBean, I can read these properties through ${exampleMBean.somePropertie}, but after migrate MyFaces to MyFaces 1.2,…
0
votes
1 answer

Big performance issue on startup using myfaces 2.0 with tomcat 6

I am having trouble on tomcat 6 startup. When I first try to load a page it takes more than five minutes to show it. After that it works perfectly fine. Using the helloworld-example from myfaces the server answered as fast as you'd expect it…
saenridanra
  • 45
  • 1
  • 11
0
votes
1 answer

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 this:
saenridanra
  • 45
  • 1
  • 11
0
votes
3 answers

Primefaces rowEditor just active row validation

In my application, I have some dialogs with dataTables that user can edit values, so I'm using primefaces rowEditor... Sometimes I have required fields in dataTable as you can see in this screen: In this screen, the user isn't required to fill all…
brevleq
  • 2,081
  • 10
  • 53
  • 97
0
votes
1 answer

Tomahawk for JSF 2.1

Does "Tomahawk for JSF 2.0" works for JSF 2.1 / MyFaces Core 2.1 ? If not, a new release "Tomahawk for JSF 2.1" is expected/announced anytime soon ? If not, will there be any downside using "Tomahawk for JSF 2.0" and JSF 2.0 / MyFaces Core 2.0 I am…
Kumar
  • 27
  • 1
  • 8
0
votes
1 answer

MyFaces 2 does not take 2 filters

With our software we were using myfaces 1 with 2 filters implemented.. first was /jsf and other was /1 with its mapped classes in web.xml file. It works fine with myfaces 1 but when we have upgraded myfaces version from 1 to 2 on each page in the…
Akshay
  • 85
  • 7
0
votes
1 answer

NullPointerException during JSF navigation (MyFaces)

I am getting a NullPointerException when trying to navigate from one page to another. I have defined the navigation rule as usual in the faces-config.xml But for some reason my webapp does not navigate to the next page. It stays on the current page,…
Glenster
  • 1,187
  • 2
  • 13
  • 31
0
votes
1 answer

showing HTML input stream to JSF page

By using XML and XSLT (TRANSFORMATION), I have got HTML code as a stream. I want to bind that code with the JSF component. I am using MyFaces 2.1.6 implementing JSF 2.0. Please suggest a way to bind the stream to JSF component.
Sunny Gupta
  • 6,929
  • 15
  • 52
  • 80