I have been looking at the help files for JRun and I am not clear about the
caching it does.  Certain pages of my site will need to be personalized to
the request (in which case, I need there to be no-cache right?) and other
pages will just be the result of a querry to a database ( getting an article
and presenting it) and every viewer will see the same thing.  How can I set
caching per page and how does the normal caching in JRun work?

Yt,

John Carbrey
----- Original Message -----
From: Nanavate Mahesh <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 26, 1999 11:42 AM
Subject: <% ....%> inside SELECT


> Hi,
>
> Consider the following piece of JSP page :
>
> <FORM ACTION="" METHOD="POST">
> <SELECT>
> <REPEAT index=myIndex start=0 end=3>
> <INSERT>
>
> <! - - This works as expected - - >
>  <OPTION VALUE=myIndex>$(bean=testBean property=screensList(myIndex))
>
>
> <!- -  This simply shows testBean.getScreensList(myIndex) - - >
> <OPTION VALUE=myIndex><% testBean.getScreensList(myIndex); %>
>
>
> </INSERT>
> </REPEAT>
> </SELECT>
> </FORM>
>
> Is this a bug or am I missing some point ?
>
> Thanks in advance,
> Mahesh.
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JSP-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to