Re: t5: refreshing page inside a javascript

2008-03-11 Thread Chris Lewis
You mean updateProc() calls the actionlink via AJAX? Apart from usability, the problem of not using a form or any other 'natural' way for the user to submit the data is that you leave no chance for T5 to build the link for you. This means you'd have to construct it manually. If it were a request

Re: t5: refreshing page inside a javascript

2008-03-11 Thread Josh Canfield
invoke from the drop handler using AJAX? Why not just point window.location at the actionlink url instead and only do the request to the server once? Josh -- View this message in context: http://www.nabble.com/t5%3A-refreshing-page-inside-a-javascript-tp15934764p15972136.html

Re: t5: refreshing page inside a javascript

2008-03-11 Thread Angelo Chen
, not tested, assumes no query params already on the actionLink etc. window.location = updateProc() + '?source=' + encodeURIComponent(sourceSeq) + 'dest=' + encodeURIComponent(destSeq); Josh -- View this message in context: http://www.nabble.com/t5%3A-refreshing-page-inside-a-javascript

Re: t5: refreshing page inside a javascript

2008-03-10 Thread Chris Lewis
://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

Re: t5: refreshing page inside a javascript

2008-03-10 Thread Angelo Chen
] -- View this message in context: http://www.nabble.com/t5%3A-refreshing-page-inside-a-javascript-tp15934764p15968052.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: t5: refreshing page inside a javascript

2008-03-10 Thread Josh Canfield
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

Re: t5: refreshing page inside a javascript

2008-03-10 Thread Angelo Chen
://www.nabble.com/t5%3A-refreshing-page-inside-a-javascript-tp15934764p15972136.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

t5: refreshing page inside a javascript

2008-03-09 Thread Angelo Chen
: 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

Re: t5: refreshing page inside a javascript

2008-03-09 Thread marco pugliese
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

Re: t5: refreshing page inside a javascript

2008-03-09 Thread Angelo Chen
://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

Re: t5: refreshing page inside a javascript

2008-03-09 Thread Angelo Chen
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