Re: is this bug or normal situation?

2002-07-08 Thread Adrian Janssen
This is normal as the query part of the url (the bits after the '?') is considered part of the url when uniquely identifying cached pages. In fact if you fetch the index.jsp?param=some twice (with the same param=some), the second fetch will be pulled out of the cache. To avoid caching, you need

Re: is this bug or normal situation?

2002-07-08 Thread 崔 建偉
L PROTECTED] Sent: Monday, July 08, 2002 3:46 PM Subject: Re: is this bug or normal situation? This is normal as the query part of the url (the bits after the '?') is considered part of the url when uniquely identifying cached pages. In fact if you fetch the "index.jsp?param=some"

is this bug or normal situation?

2002-07-05 Thread Dragan Lj
When I made link on page index.jsp browser cache this page, and when I pass parameter index.jsp?param=some no cache in browser. If is this normal how to avoid caching without adding parameters. === To unsubscribe: mailto

Re: Taglib and normal class in jsp/servlet

2001-12-11 Thread Joe Cheng
I prefer the second method. Taglibs tie your business logic too closely with JSP. Might I suggest a third possibility, to have normal Java classes for your business logic and then taglibs to call those classes from JSP

Taglib and normal class in jsp/servlet

2001-12-09 Thread Eunum Listener
Can anyone tell me which is better, i encapsulte all the business logic into tablibs and re-use these taglibs in each jsp; or create normal java class and call all these classes in jsp/servlet? This message was posted using eunumTo interact with a real-time, threaded interface to this e

Taglib and normal class in jsp/servlet

2001-12-06 Thread Eunum Listener
Can anyone tell me which is better, i encapsulte all the business logic into tablibs and re-use these taglibs in each jsp; or create normal java class and call all these classes in jsp/servlet? === To unsubscribe: mailto

Re: Diff. between usebean tag and normal class instantiation

2000-12-04 Thread Ravi
[EMAIL PROTECTED] Date:Mon, 4 Dec 2000 08:26:02 +0530 Subject: Diff. between usebean tag and normal class instantiation Can any body explain difference between Usebean tag and instantiation of normal class, is there any difference by using usebean tag. Thnx in aadvanc

Diff. between usebean tag and normal class instantiation

2000-12-03 Thread [EMAIL PROTECTED]
Can any body explain difference between Usebean tag and instantiation of normal class, is there any difference by using usebean tag. Thnx in aadvance Srinivas Gandhari === To unsubscribe: mailto [EMAIL PROTECTED

is it normal

2000-08-02 Thread Erwan TROEL
I have the jswdk-1.0.1 and JDK 1.3 in the startserver bat the paths of jsp.jar, jakarta.jar,\webpages\WEB-inf\servlets and moo.jar do not correspond : none of them exist on my C: Does jswdk-1.0.1 and JDK 1.3 runs with each other?

Re: is it normal

2000-08-02 Thread Luc Saint-Elie
Erwan I have the jswdk-1.0.1 and JDK 1.3 in the startserver bat the paths of jsp.jar, jakarta.jar,webpagesWEB-infservlets and moo.jar do not correspond : none of them exist on my C: Does jswdk-1.0.1 and JDK 1.3 runs with each other? As you are a big boy if a path is not correct you can manage