From roxspring at yahoo.com Sun Jun 2 02:46:03 2002 From: roxspring at yahoo.com (roxspring) Date: Mon Jan 17 14:29:35 2005 Subject: [TCLUG-DEVEL] Spice girls' vocal concert Message-ID: <200206020746.g527k1O01891@sprite.real-time.com> An HTML attachment was scrubbed... URL: http://shadowknight.real-time.com/pipermail/tclug-devel/attachments/20020602/685d92f1/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: audio/x-midi Size: 87654 bytes Desc: not available Url : http://shadowknight.real-time.com/pipermail/tclug-devel/attachments/20020602/685d92f1/attachment.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/octet-stream Size: 1034 bytes Desc: not available Url : http://shadowknight.real-time.com/pipermail/tclug-devel/attachments/20020602/685d92f1/attachment.obj From evisuale2 at covad.net Tue Jun 11 15:57:52 2002 From: evisuale2 at covad.net (Erick Stohr) Date: Mon Jan 17 14:29:35 2005 Subject: [TCLUG-DEVEL] java section refresh Message-ID: <3D066450.CEAF405F@covad.net> Hello all, I am contracted to develop a Java web application and need to demo something that I am told Java can do and I would assume it can. I just cannot find information about it because I am not sure exactly what to call it, I have searched google and breifly looked through Wrox's servelt 2.3 book but have had no luck. What I need to do is have a basic HTML or JSP page that after the FORM is submitted only reloads a section of the page with new information, not the whole page. Any ideas what is this called for a search on google, or has anyone done this and can point me in the right direction. Thanks, Erick From lamfada at lugh.net Tue Jun 11 17:55:19 2002 From: lamfada at lugh.net (Chris McKinley) Date: Mon Jan 17 14:29:35 2005 Subject: [TCLUG-DEVEL] java section refresh In-Reply-To: <3D066450.CEAF405F@covad.net> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 11 Jun 2002, Erick Stohr wrote: > What I need to do is have a basic HTML or JSP page that after the FORM > is submitted only reloads a section of the page with new information, > not the whole page. Any ideas what is this called for a search on > google, or has anyone done this and can point me in the right direction. That isn't a Java specific technique, in fact there is no way to do it with just servlets ... you would need some kind of client side code, probably JavaScript, to add/change information already on the page ... additionally a form submit will be a new request. If you are looking to reduce the amount of bandwidth used, you might want to look under 'bandwidth reduction', you may find something there, but there is no partial page reloading unless you use JavaScript to modify the DOM, which is pretty hairy stuff if you want portability. - -Chris McKinley finger lamfada@lugh.net for GPG key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (OpenBSD) Comment: For info see http://www.gnupg.org iD8DBQE9Bn/fWH4VG2ePhs0RAhjuAJ9Jxr7Dp0H2irnAlBl2PBXgS3tJywCfY/k4 KowYgWnFA1KouVvkuRJgUpQ= =wg/9 -----END PGP SIGNATURE-----