--- Stelios Togias <[EMAIL PROTECTED]> wrote:
> My problem is that I want to use the
<s:iterator.../>
> tag in order to iterate through the returned values.
> Is this possible or I can't do it because <s:iterate

> is used to render the page and its not available on 
> the ajax call?

If you are getting back text or JavaScript values from
a Prototype Ajax call then <s:iterator.../> won't
work: JSP tags execute on the server side, not the
client side.

You could make your Ajax call to a Struts Action and
return the results of *that* if you wanted.

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to