draegoon Z wrote:
Why doesn't APT get this same response?
What response does it get? As far as I can see, it *SHOULD* get the
same response, the only difference would be what happens on the
client-side with it.
Why doesn't it get forwarded to the "input" page automatically,
returning it in the response?
That's exactly what should happen. If your seeing something different,
definitely let me know! :)
Does it go through the ActionForm.validate() method in the first place?
Yes, it will... assuming you were to use std:QueryString or std:Poster,
the request to the server would look no different to Struts than a
normal form submission, or GET request. It will be processed in exactly
the same way. If you used, say, std:SimpleXML, then Struts would not
automatically parse that XML or anything, you would have to do that on
your own.
I could be missing something, so feel free to yell at me, but if dojo
does it
I can't see why this shouldn't work for APT also.
Actually, I suspect it's *ME* that's missing something :) I'm not an
expert in Dojo, but I have worked with it a bit... from what you've
described here, you should be able to do the exact same thing with APT
without touching anything server-side... Well, hang on... I'm assuming
that Dojo makes a request that either has a query string attached with
the parameters, or a POST body with them... I'm pretty sure that's the
case though.
-Joe
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]