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, 1.0.5
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek
            Priority: Minor


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

        

Reply via email to