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

JSF 2.0 - Myfaces have problems rendering composite components

Some days ago I've changed mojarra to myfaces to solve this problem, now I'm having an strange problem rendering my composite components, they simply aren't rendered the second time I open one popup (the popup is a composite component too). The…
brevleq
  • 2,081
  • 10
  • 53
  • 97
0
votes
1 answer

JSF 2 (MyFaces 2.0.12): Preventing Login page from being Cached issues

To prevent Login screen on my application from being cached by the browser i'm using the following peace of code : public class SessionHandler implements Filter { public void init(FilterConfig filterConfig) throws ServletException { } public void…
ke3pup
  • 1,835
  • 4
  • 36
  • 66
-1
votes
1 answer

Setting context init parameter for jsf passthrough myfaces 2.0.15

Im using myfaces verison 2.0.15. JSF passthrough is not working. I tried both namespaces: xmlns:pt="http://xmlns.jcp.org/jsf/passthrough" and xmlns:pt="http://java.sun.com/jsf/passthrough" and then pt:aria-label="example" on an h:inputText for…
Pascal Petruch
  • 344
  • 3
  • 16
-1
votes
1 answer

Is there a way to fix corrupt myfaces captcha image?

I'm using JSF myfaces 2.0. The captcha image is corrupted on screen. The OS is RHEL 7.4. I'm using new OS, RHEL 7.4. I downloaded tomahawk20 sources and debugged the code. Found that captcha text is generated properly in class…
omi0208
  • 1
  • 2
-1
votes
1 answer

f:ajax render referencing iterated component

I have xhtml with following structure:
vatId
tvrtko
  • 31
  • 4
-1
votes
1 answer

HTTP Status 404 : The requested resource is not available

i've a dynamic web project that depends on another project. I use TomEE server in eclipse (tomEE web-profile 1.7.4) e the server starts normally, but opens this page: HTTP Status 404 - /dlms-frontend/ type: Status report message:…
davide
  • 91
  • 7
-1
votes
1 answer

java.lang.NumberFormatException: For input string: "${javax.faces.FACELETS_REFRESH_PERIOD}"

I am unable to deploy the web application on the websphere. I am getting the following error. Other developers in my team dont seem to face this. Your inputs will help. Thank you in advance, lucky [11/18/13 13:35:11:655 CST] 00000044 annotation …
user2988851
  • 157
  • 2
  • 13
-1
votes
1 answer

How to add parameters to resource boundle

I'm trying this (that works): message = Any value {0} Trinidad :
dst
  • 19
  • 5
-2
votes
1 answer

FacesMessage is not being rendered

I am using Hibernate Validator with JSF, Richfaces. I have a text area wherein I input comma separated list of email domains.I have a hibernate ConstraintValidator which dutifully returns false if any of the email domains is not correct. In code…
Subhendu Mahanta
  • 961
  • 1
  • 18
  • 44
-4
votes
1 answer

Need sample code for De-serialization of untrusted data with myfaces 1.1 against wildfly 10

The Myfaces serialized view state strings are vulnerable hence need some sample code to test De-serialization of untrusted data with myfaces 1.1 against wildfly 10.
user1374266
  • 323
  • 1
  • 4
  • 19
1 2 3
45
46