Bug 825761

Summary: Richfaces showcase demo - default value of javax.faces.PROJECT_STAGE should be Production
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Juraj Huska <jhuska>
Component: RichFacesAssignee: Brian Leathem <bleathem>
Status: CLOSED CURRENTRELEASE QA Contact: Pavol Pitonak <ppitonak>
Severity: low Docs Contact:
Priority: medium    
Version: 2.0.0.ER6CC: kpiwko, mnovotny, ppitonak
Target Milestone: ---   
Target Release: 2.0.0.ER8   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-22 07:32:51 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Juraj Huska 2012-05-28 12:11:17 UTC
Description of problem:
When the value of javax.faces.PROJECT_STAGE is Development, there is occurring known bug of JSF mojarra.

Therefore, IMHO there should be default value of this property set to Production, to not to force customer to switch that one.

Version-Release number of selected component (if applicable):
RichFaces 4.2.2.Final-redhat-1

Comment 1 Brian Leathem 2012-05-28 13:49:59 UTC
What is the known bug that is occurring?

Comment 2 Juraj Huska 2012-05-28 14:05:31 UTC
It is described here:
https://issues.jboss.org/browse/RF-11458.

There is warning "The form component needs to have a UIForm in its ancestry" rendered on the browser, which causes broken functionality for example of input validation. So when there is correct input, the validation did not succeed, and the mentioned warning is rendered as error message.