You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (Resolved) (JIRA)" <de...@myfaces.apache.org> on 2012/03/21 21:24:40 UTC

[jira] [Resolved] (EXTCDI-277) custom path with nested page-config

     [ https://issues.apache.org/jira/browse/EXTCDI-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTCDI-277.
-------------------------------------

    Resolution: Fixed
    
> custom path with nested page-config
> -----------------------------------
>
>                 Key: EXTCDI-277
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-277
>             Project: MyFaces CODI
>          Issue Type: Bug
>          Components: JEE-JSF12-Module, JEE-JSF20-Module
>    Affects Versions: 1.0.4
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>            Priority: Minor
>             Fix For: 1.0.5
>
>
> public interface Pages extends ViewConfig
> {
>     @Page(basePath = "/base", name = "page1")
>     public final class Page implements Pages {}
> }
> gets "/page1.xhtml" instead of "/base/page1.xhtml" (only in case of nested configs
> workaround/s:
> use a separate class which isn't nested
> (or use the full path at the name attribute and "." as basePath)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira