On 7/7/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:

Just a clarification:

> Now, bring up the login form, use guest/guest and log in. Now it shows
> "Logged In" form with "Log Out" button. Check the address, it is the
> same as for login form. Click Back browser button. You are not brought
> to login page, you are brought to page with links. See? Because both
> login and logout pages are served from the same location.

This same location is one DispatchAction. The point is that one action
accepts different inputs and responds with different pages.
DispatchAction is convenient to accept different inputs, but of course
you can use any action. But you need to use *only one* action,
otherwise the locations of different pages would be different.

Michael.

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

Reply via email to