Hello,

we currently have the problem that requests made to our portal do not appear
in the Browser's history if they are ActionRequests. Pure RenderRequests get
added to the history; RenderRequests that (by default) follow ActionRequests
not. This leads to some quite unpleasant behaviour, when a user hits the
Back/Forward button.

Interestingly, those problem do not occur when using the Struts Bridge and
working with "redirect='true'" directives; when a forward happens from a
Struts 'action-type' action to a Struts 'render-type' action.

Our assumption is that in the latter case a true redirect to the client (->
browser) is made and it is a simple GET request. Browsers do add those kinds
of request to their history (this is an assumption as well). When using
"normal" portlets, RenderRequests that follow ActionRequests get called via
an internal loopback, so no client communication here (next assumption).

Is that all true? Did someone else experienced the same problems; ie. not
seeing his Portlet workflow reflected in the Browser's history? Does anyone
know how to solve this problem?


Thank you for any help,
Regards - Sven.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to