How does your js look like? Try window.location.href=bla;
On 8/2/07, Malin Ljungh <[EMAIL PROTECTED]> wrote: > > No one had this issue? > Must be the most common scenario I figure... > > *puff* > > > On 8/1/07, Malin Ljungh <[EMAIL PROTECTED]> wrote: > > > > Thanks Andrea - it works! ... well, almost anyway :) > > > > If the page is reached through a post I will get the POSTDATA confirm > > dialog... :'( > > > > Malin > > > > > > On 8/1/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > > > > > if login succeeds just write a conditional js that refresh the page > > > > > > > > > On 8/1/07, Malin Ljungh <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > >
