| Author |
Seam page action and JSF phase listener
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Hi. JBoss Seam provides us with Page actions. But doesn't JSF already give us the same thing with Phase listener?
|
 |
Hung Tang
Ranch Hand
Joined: Feb 14, 2002
Posts: 148
|
|
No Page actions are tied to particular view (i.e. page), and it only involves a single method. Phase listeners are tied to the entire JSF life cycle, and you can pretty much build an entire framework, if you choose to, with this extension point.
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
|
But we can use Phase listeners for the same purpose of Seam page actions, right?
|
 |
 |
|
|
subject: Seam page action and JSF phase listener
|
|
|