-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution:
Won't Fix
-
Affects Version/s: 2.3.0.GA, 2.4.0.GA, 2.5.0.GA, 2.6.0.ER1, 2.7.0.GA
-
Fix Version/s: 2.7.0.GA
-
Component/s: Seam 2
-
Labels:None
-
Target Release:
-
Steps to Reproduce:
-
Release Notes Docs Status:Documented as Known Issue
-
Release Notes Text:
-
Bugzilla References:
Description of problem:
The seamdiscs example is broken in one use case due to a problem in integration with the trinidad library.
Version-Release number of selected component (if applicable):
WFK 2.3.0.ER1
Seam 2.3.1.Final-redhat-2
Actual results:
An error page with the text "Something bad happened" is shown. Server log contents are attached.
Expected results:
Disc should get saved and the discs page be shown.
Additional info:
If the <tr:selectOneChoice> tag in the disc.xhtml file is replaced with its JSF counterpart <h:selectOneMenu>, the problem doesn't appear.