I've written my own PortletPageResolver, to resolve portlet pages to subdirs - i.e. View gets resolved to <portlet-name>/View
This works fine, except when I want to navigate to a different make. When I submit a form I want to go to a page called Winner. From the form success listener I've tried returning "Winner", injecting the Winner into the View and returning the IPage. Both these resulted in "Page 'Winner' not found in application namespace. " The only thing that has worked so far is returning "<portlet-name>/Winner". It seems like when I return "Winner" my PortletPageResolver is not being called. Is it because the PortletPageResolver only resolves the Home page location? Thanks John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]