window.location.reload(true) works, but reloading seems slow, is there any
way to simulate a click in the javascript?

<t:actionLink t:id="refresh">Refresh</t:actionLink>

then in jQuery, I did:
jQuery("#refresh").click();
it does not trigger the actionLink.

A.C.


bobpuley wrote:
> 
> StreamResponse return type
> 
> M.
> 
> 2008/3/9, Angelo Chen <[EMAIL PROTECTED]>:
>>
>>
>> Hi,
>>
>> I use a javascript(jQuery) to do an ajax call to an onActionFromXXX
>> method
>> in the page class, I'd like to refresh the page after the call, any idea
>> how
>> to do that inside a javascript? or just any other way to refresh page
>> programmatically? thanks.
>>
>> A.C.
>>
>> --
>> View this message in context:
>> http://www.nabble.com/t5%3A-refreshing-page-inside-a-javascript-tp15934764p15934764.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/t5%3A-refreshing-page-inside-a-javascript-tp15934764p15940737.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to