You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2013/04/10 23:39:17 UTC

[jira] [Resolved] (OWB-321) Conversation beans could not be populated to non-faces request by a JSF redirect navigation rule

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

Mark Struberg resolved OWB-321.
-------------------------------

    Resolution: Fixed
      Assignee: Mark Struberg  (was: YING WANG)

conversations definitely work for non-faces request  - closing
                
> Conversation beans could not be populated to non-faces request by a JSF redirect navigation rule
> ------------------------------------------------------------------------------------------------
>
>                 Key: OWB-321
>                 URL: https://issues.apache.org/jira/browse/OWB-321
>             Project: OpenWebBeans
>          Issue Type: New Feature
>          Components: Context and Scopes
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: YING WANG
>            Assignee: Mark Struberg
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: owb321.patch
>
>
> I have the following JSF redirect navigation rule, which redirect a JSF page to a jsp page:
>    <navigation-rule>
>         <from-view-id>/cellphonebuy.xhtml</from-view-id>
>         <navigation-case>
>                 <from-outcome>toListingPage</from-outcome>
>                 <to-view-id>/cellphonelist.jsp</to-view-id>
>                 <redirect/>
>         </navigation-case>
>     </navigation-rule>
> However, in cellphonelist JSP page, I could not access beans of the conversation context and "No active conversation context" Exception is thrown. I do see the cid parameter being appended at the end of my jsp link. 
> According to 8th and 9th bullets under  6.7.4, a long-run conversation context should be populated to non-face requests if JSF redirect is used or the application generates a link with such cid parameter.  (please assign to me)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira