[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-509) JSF phase events
Gavin King (JIRA)
jira-events at jboss.com
Thu Nov 16 11:04:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBSEAM-509?page=all ]
Gavin King updated JBSEAM-509:
------------------------------
Description:
Raise Seam events for the JSF lifecycle.
Also introduce jBPM event types for pageflow:
<page name="edit" view-id="/editCustomer.xhtml">
<event type="invoke-application">
<action expression="#{customerHome.update}"/>
</event>
</page>
This is something like a page action, but supports other lifecycle phases.
was:
Raise Seam events for the JSF lifecycle.
Also introduce jBPM event types for pageflow:
<page name="edit" view-id="/editCustomer.xhtml">
<event type="invoke-application">
<action expression="customerHome.update"/>
</event>
</page>
This is something like a page action, but supports other lifecycle phases.
> JSF phase events
> ----------------
>
> Key: JBSEAM-509
> URL: http://jira.jboss.com/jira/browse/JBSEAM-509
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: JSF
> Reporter: Gavin King
> Assigned To: Gavin King
> Fix For: 1.1.0.CR1
>
>
> Raise Seam events for the JSF lifecycle.
> Also introduce jBPM event types for pageflow:
> <page name="edit" view-id="/editCustomer.xhtml">
> <event type="invoke-application">
> <action expression="#{customerHome.update}"/>
> </event>
> </page>
> This is something like a page action, but supports other lifecycle phases.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list