i am also agree with Dale
you have two option either to develop your own solution using AJAX or can
use third party solution
i myself using YUI for the development but lately we are trying jquery and
its really good to work with it.

Choice is all urs...

On Wed, Apr 21, 2010 at 12:23 PM, Dale Newfield <d...@newfield.org> wrote:

> 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