Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.0.4-SNAPSHOT
-
None
-
None
-
JSF RI 1.2_03-RC3 + Ryan's fix
Description
I am still having troubles with the tiger annotations and the RI. I have a session bean: shoppingCart and a backing bean w/request scope viewCart. The viewCart bean uses annotations to declare a shoppingCart property and I wrote the appropriate setterMethod. The setter method is not being called and the value for shoppingCart is null. The session bean (which is also declared by annotation) is definitely being created. I am able to return a value using the AbstractFacesBean method getBean("shoppingCart").
Attachments
Issue Links
- duplicates
-
SHALE-345 Failures in shale-test-tiger app against JSF 1.2 (on both Tomcat 6 and Glassfish)
- Open