[seam-issues] [JBoss JIRA] Created: (SEAMFACES-147) Page action in ViewConfig
Dupont Dupont (JIRA)
jira-events at lists.jboss.org
Wed Apr 20 02:31:33 EDT 2011
Page action in ViewConfig
-------------------------
Key: SEAMFACES-147
URL: https://issues.jboss.org/browse/SEAMFACES-147
Project: Seam Faces
Issue Type: Feature Request
Reporter: Dupont Dupont
Be able to configure a page action with ViewConfig.
For instance :
{code:java}
@ViewConfig
public interface Pages {
static enum Pages1 {
@ViewPattern("/*")
@ViewAction("#{bean.doSomething()}")
ALL;
}
}
{code}
Prettyfaces can be a source of inspiration since it has this capability, and the added bonus of specifying which phase you want this to occur.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list