[seam-issues] [JBoss JIRA] Commented: (SEAMFACES-147) Add support for binding methods (view actions) to view enums

Dupont Dupont (JIRA) jira-events at lists.jboss.org
Tue Jun 28 01:43:23 EDT 2011


    [ https://issues.jboss.org/browse/SEAMFACES-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611418#comment-12611418 ] 

Dupont Dupont commented on SEAMFACES-147:
-----------------------------------------

{quote}
You may need to trust the vision on this one if it's not immediately obvious.
{quote}
All right, I'm putting my faith in you :P

{quote}
Btw, I am willing to meet half way and also implement @UrlAction that you place directly on the view enum.
{quote}
Geez cool ! Thanks Dan !

Note about tooling : not sure to have JBoss Tooling in my environment - were using IBM RAD - and RAD is always a step behind JBoss Tools when talking about eclipse version.


> Add support for binding methods (view actions) to view enums
> ------------------------------------------------------------
>
>                 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