I've created a login component to add to my pages.

If validation fails I'd like to use async="true" to display validation
messages - works fine!

But - if login succeeds, I'd like to refresh the whole page... how do I
perform this? In this case I'd like to have async="false" or possibly use
some other updateComponents.

Thought of a round-trip page or a forced reload from the client using script
or something...

Any ideas?

Malin

Reply via email to