[ 
https://issues.apache.org/jira/browse/JS2-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710126#action_12710126
 ] 

David Sean Taylor commented on JS2-1012:
----------------------------------------

Turns out events are working fine. Render parameters set from an event are not 
being picked up on the next render request. However, subsequent render requests 
(next render request + 1) do pick up the render parameters

 response.setRenderParameter("address", payload.getAddress());

> Event Demo not working correctly on Desktop
> -------------------------------------------
>
>                 Key: JS2-1012
>                 URL: https://issues.apache.org/jira/browse/JS2-1012
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Desktop
>    Affects Versions: 2.2.0
>            Reporter: David Sean Taylor
>            Assignee: David Sean Taylor
>             Fix For: 2.2.0
>
>
> The Event Demo demonstrates the Portlet 2.0 Event features. It works on 
> /portal, but doesn't work on /desktop. The event is received but doesn't get 
> updated in doView until subsequent doView cycles. I think we need to build in 
> an event cycle into the /desktop. To reproduce:
> 1. navigate to http://localhost:8080/jetspeed/desktop/Public/map.psml, you 
> should see the default Map, San Francisco
> 2. enter "Detroit" (or any address will do)
> 3. the page still displays SF
> 4. refresh, or maximize, the correct Detroit map now displays

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to