RexHeadlong
Programmer
Hi, all.
I've got about 2 months experience with JSP, so bear with me. I'm sure this has been done before. I can't find any good clues as to how to do it though.
I'm using JSP with Struts. I'm trying to implement a database search, where you can cancel the search at any time before the results page appears.
I have an API to my database that supports search cancellation, I just need to figure out how to do the rest of it. At this point, I don't care if it all happens in a single window, or if the search occurs in one window while the cancel button appears in a separate window.
Any ideas out there? Thanks for any help.
I've got about 2 months experience with JSP, so bear with me. I'm sure this has been done before. I can't find any good clues as to how to do it though.
I'm using JSP with Struts. I'm trying to implement a database search, where you can cancel the search at any time before the results page appears.
I have an API to my database that supports search cancellation, I just need to figure out how to do the rest of it. At this point, I don't care if it all happens in a single window, or if the search occurs in one window while the cancel button appears in a separate window.
Any ideas out there? Thanks for any help.