[seam-issues] [JBoss JIRA] Updated: (JBSEAM-2504) define different login-view-ids on page element of pages.xml

Ivan Yatskevich (JIRA) jira-events at lists.jboss.org
Sat Jul 17 10:11:53 EDT 2010


     [ https://jira.jboss.org/browse/JBSEAM-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Yatskevich updated JBSEAM-2504:
------------------------------------

    Attachment: custom_login-view-id_for_page_elements.patch


patch for Seam 2.0

> define different login-view-ids on page element of pages.xml
> ------------------------------------------------------------
>
>                 Key: JBSEAM-2504
>                 URL: https://jira.jboss.org/browse/JBSEAM-2504
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core, Security
>    Affects Versions: 2.0.0.GA
>            Reporter: Phil Haigh
>            Assignee: Shane Bryzak
>             Fix For: The future
>
>         Attachments: custom_login-view-id_for_page_elements.patch
>
>
> Allowing specification of different login view ids for page elements in pages.xml
> There must be many examples of applications where this would be of use - for example, a system that has a customer facing front end, and a staff-only backend:
> Code:
> 	<page view-id="/backend/*" login-required="true" login-view-id="/backendlogin.xhtml" >
> 	</page>	
> 	<page view-id="/members/*" login-required="true" login-view-id="/login.xhtml" >
> 	</page>	
> 	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list