Details
Description
Currently, Ajax Push driven by the RenderManager only calls lifecycle.render(). Seam also requires lifecycle.execute() so that the Seam PhaseListener will be invoked and initialize the Seam contexts. It is believed that simply adding execute() to the RenderManager invocation will have no significant drawbacks.
Issue Links
- blocks
-
ICE-1810 Support Integration with JBoss Seam
- Closed
Activity
Ted Goddard
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Greg Dick [ greg.dick ] |
Ken Fyten
made changes -
Assignee Priority | P1 | |
Affects Version/s | 1.6DR#3 [ 10050 ] | |
Affects Version/s | 1.6DR#2 [ 10040 ] | |
Assignee | Greg Dick [ greg.dick ] | Deryk Sinotte [ deryk.sinotte ] |
Ken Fyten
made changes -
Fix Version/s | 1.6DR#3 [ 10050 ] | |
Affects Version/s | 1.5 [ 10027 ] | |
Affects Version/s | 1.6DR#3 [ 10050 ] |
Ken Fyten
made changes -
Assignee | Deryk Sinotte [ deryk.sinotte ] | Greg Dick [ greg.dick ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13575 | Wed Apr 18 10:52:45 MDT 2007 | greg.dick | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java
|
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Greg Dick [ greg.dick ] |
Checked in RunnableRender.java version: 13510.
I won't resolve this issue until we get a full round of testing on it.