Ajax

2007-04-30 Thread Stelios Togias
Hi, In the following code the children(${id}) function is called when you click on the children button. Now ajax works ok and I get the correct results back(I'm using prototype.js). My problem is that I want to use the Id First Name Last Name

Re: Ajax

2007-04-30 Thread Stelios Togias
t;[EMAIL PROTECTED]> wrote: --- Stelios Togias <[EMAIL PROTECTED]> wrote: > My problem is that I want to use the > tag in order to iterate through the returned values. > Is this possible or I can't do it because is used to render the page and its not available on >

Re: Ajax

2007-04-30 Thread Stelios Togias
is the iterator tag on you javascript code, then no, the tags get executed when your page is rendered, on the *server*, while the response can be processes on the *client*. regards musachy On 4/30/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Stelios Togias <[EMAIL PROTECTED]&g

Re: Ajax

2007-04-30 Thread Stelios Togias
great, thanks for the help guys On 30/04/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: yes, that should work. musachy On 4/30/07, Stelios Togias <[EMAIL PROTECTED]> wrote: > > yes but I can call an action that has as a result another jsp page, so I > can > use the i