Sounds like you want the browser to submit a request without attempting to replace the current page with the results.

The way the browser does that is by using javascript and specifically a javascript object called XMLHttpRequest. Use of that has become called AJAX, and there are lots of libraries that'll help you do so in a (more) browser independent manner.

The Request object in prototype is pretty simple, but if you're getting started with a library that you'll be using for a while I've heard good things about and would suggest looking at jquery.

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to