Re: refresh body only from JSP

2004-11-27 Thread Aidas Semezys
date only a section of the open browser's content, you will likely > >> need > >> either frames or "inline frames". For more information on frames, see the > >> HTML 4.01 spec. A brief tutorial on frames is available free from the W3C > >> (World Wide Web Conso

Re: refresh body only from JSP

2004-11-27 Thread Peter O'Reilly
s, see the >> HTML 4.01 spec. A brief tutorial on frames is available free from the W3C >> (World Wide Web Consortium) at: >> http://www.w3.org/TR/html401/present/frames.html >> >> One particular link at the bottom of that page can direct you to a section >> on "

Re: refresh body only from JSP

2004-11-27 Thread Aidas Semezys
Consortium) at: > http://www.w3.org/TR/html401/present/frames.html > > One particular link at the bottom of that page can direct you to a section > on "inline frames". > > Regards, > David > > > > -Original Message- > From: Peter O

RE: refresh body only from JSP

2004-11-26 Thread David G. Friedman
er O'Reilly [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 7:56 PM To: [EMAIL PROTECTED] Subject: refresh body only from JSP Hi, I am using tiles in my project using the classic layout This is my "tiles-defs.xml " How can I c

refresh body only from JSP

2004-11-26 Thread Peter O'Reilly
Hi, I am using tiles in my project using the classic layout This is my "tiles-defs.xml " How can I create a JSP that will keep the header, footer and menu while only refreshing the body? I keep getting the entire login.jsp page instead of it refeshin