[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [wsrp] Action redirects to self
The only realistic use would be to redirect using a render url. Yes,
its virtually identical to what the consumer is doing anyway but is
[potentially] interesting when the producer environment isn't cognizant
that the action/render phase occurs in 2 requests. JSF is an example of
such an environment. In JSF the action and render phase typically occur
in a single request lifecycle. The developer however does have an
option via a declaration in the navigation rule [directs where to flow
from an action to a render] that this navigation happen across a
redirect. In such a circumstance JSF generates a redirect at the end of
the action vs doing an internal navigation/render. If JSF is being used
to implement the portlet we need to reconcile/finesse the JSF behaviour
[which relies on a standard implementation] with our own.
-Mike-
Mike Caffyn wrote:
> Subbu,
>
> That is my understanding of the redirect URL as well.
>
> Mike, I'm not exactly sure what you are trying to accomplish with
> this. For example a performBlockingInteraction returns different types
> of rewritten wsrp urls.
>
> wsrp render url:
> This would be very similar to the normal action of most portals after
> a performBlockingInteraction.
>
> wsrp action url:
> This would cause another performBlockingInteraction on the particular
> portlet. This would have to be carefully used since it could result in
> a loop. But in theory it could be used to do
> performBlockingInteraction, performBlockingInteraction and then a render.
>
> wsrp resource url:
> This would just use the portal as a proxy to obtain the resource. But
> the user probably has left the portal now.
>
> Mike is this correct assumption in how the redirect would work with
> wsrp rewritten urls?
>
> Mike
> ----- Original Message ----- From: "Subbu Allamaraju" <subbu@bea.com>
> To: "Michael Freedman" <michael.freedman@oracle.com>
> Cc: "wsrp" <wsrp@lists.oasis-open.org>
> Sent: Tuesday, December 06, 2005 6:27 PM
> Subject: Re: [wsrp] Action redirects to self
>
>
>> Your question made me think about another issue. I don't think there
>> is a requirement for consumers to rewrite redirect URLs before
>> redirecting.
>>
>> Subbu
>>
>> Michael Freedman wrote:
>>
>>> I believe we talked about this but don't recall the outcome. Is it
>>> valid for a performBlocking Interaction to return a properly encoded
>>> action url [i.e. either a templated url or a consumer rewrite token
>>> string] as the redirect url if/when the portlet's action wants the
>>> action result to be a redirect back to itself via the current page? If
>>> its valid (in 2.0), was it in 1.0? Did anyone implement/support this?
>>> -Mike-
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this mail list, you must leave the OASIS TC that
>>> generates this mail. You may a link to this group and all your TCs
>>> in OASIS
>>> at:
>>> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this mail list, you must leave the OASIS TC that
>> generates this mail. You may a link to this group and all your TCs
>> in OASIS
>> at:
>> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that
> generates this mail. You may a link to this group and all your TCs in
> OASIS
> at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]