Hi Borut,

This works, now T5 and JQuery is getting interesting, still can't figure out
something as of now, example: this url, 'myPage', if the context is 'myapp',
then have to hardcode it like '/myapp/myPage', also if I want to pass a
parameter. anyway your tip makes my day productive:) Thanks,
A.C.


Borut Bolčina-2 wrote:
> 
> Hello Angelo,
> 
> in case you stil need a hint - here it is (off the top of my head)
> 
> ****** TEMPLATE *****
>         <script>
>             function asyncCall () {
>                 $.ajax({
>                     url: "myPage", // i think case doesn't matter
>                     success: function(msg){
>                         alert(msg); // <-- try with small page that will
> fit
> the alert dialog
>                     }
>                 });
>             }
>         </script>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-A-simple-Ajax-need%28JQuery%29-tf4580040.html#a13112756
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