Re: Display records like google, HOW ??

2001-03-28 Thread Julia Reynolds

Sufi,

Check out this jsp tag at jsptags.com which does exactly what you are describing:

http://jsptags.com/tags/navigation/pager/

Julia

sufi malak wrote:

> I am trying to display records like the way done in google.com, with the
> Next and Previous buttons, and pages numbers link, has anybody done is using
> jsp or servlet, could you please explain do they do it ?
>
> Thanks lot
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
In a time of drastic change it is the learners who inherit the future. The learned
find themselves equipped to live in a world that no longer exists. - Eric Hoffer



  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: MVC Framework and JSP Engines

2001-02-21 Thread Julia Reynolds

Sunil,

Struts is an open-source framework for JSP applications.  You can find out more
about it
at http://jakarta.apache.org/struts.  There is a Struts mailing list with a lot of
great advice and information about Struts, and you can find out about joining
it at the link above.

Julia

Sunil Roy wrote:

> Hi Everybody,
> an anybody tell me what is Jakarta Struts framework ?
>
> Thanks
> Bye
> Sunil
> - Original Message -
> From: "Sudheendra Hebbagilu" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 01, 2001 1:44 AM
> Subject: MVC Framework and JSP Engines
>
> > Hi,
> > Did anybody used MVC framework with JSP Engines such as
> > JRun/Orion/Resin/WebSphere ?
> >
> > If yes, did anybody used Jakarta Struts framework with any of these
> Engines
> > ? Is it a good approach to use Struts with these JSP Engines ?
> >
> > Thanks in advance
> > Sudhi
> >
> >
> ===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Row Color

2001-02-09 Thread Julia Reynolds

Here's an old post from the Struts JSP framework mailing list.  The user is using
the Struts
iterate tag from the Struts tag library to loop through records from a bean
and a ternary if to alternate colors based on odd or even number of row:

<% int count=0; %>

  
 <%= count %> 
  
 <%=(item).toString() %> 
  



Struts home page:  http://jakarta.apache.org/struts/index.html


Dan Lopez wrote:

> I want to alternate row color.  I have seen it...how
> is it done?  Need help asap!
>
> Thanks
>
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
In a time of drastic change it is the learners who inherit the future. The learned
find themselves equipped to live in a world that no longer exists. - Eric Hoffer



  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



JRUN, Persistence Power Tier, and an ORB error

2001-02-09 Thread Julia Reynolds

Don't let this happen to you everyone!

We are using Persistence Power Tier 653, JRUN 3.0 with Service Pack 2.  We've been
struggling with an ORB failure for the past week, and just discovered that if you
install the JRUN Service Pack 2, it somehow overwrites the Persistence ORB classes
in the JRUN classpath.  We uninstalled Service Pack 2, and now everything works -
we just wasted a week of our lives!

Just wanted to get this tidbit on the list so some poor Power Tier developer
somewhere can avoid our fate.

Cheers!

Julia

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Taglibs and JavaBeans ???

2001-02-07 Thread Julia Reynolds

Plus, it's much harder for the UI people to break your code.

J

Tony Einarsson wrote:

> And from a different perspective, think about the HTML designer, the person that is 
>primarily responsible for layout.  Consider what they know about HTML tags.  Now 
>imagine being able to add to that any kind of tags you want.  That's the capability 
>you get from custom tags.  Suddenly your layout people are more productive since they 
>can use these new tags to build common functionalities more quickly, or their 
>capabilities are simply expanded since now they can easily write loops and conditions 
>( etc), access datasets, or turn out internationalized pages, etc. etc.
>
> The possibilities are endless.
>
> T.
>
> > -Original Message-
> > From: Julia Reynolds [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, February 07, 2001 4:53 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Taglibs and JavaBeans ???
> >
> >
> > It's not either Taglibs or JavaBeans.  Java Beans are great
> > for accessing
> > the db or the ejb tier.  Taglibs are good for encapsulating
> > logic that affects
> > presentation or for forcing a standard format for html elements.
> >
> > For example,we use a bean to return a collection of records
> > to be displayed, but we
> > use
> > custom tags to iterate through the bean's collection.  We use
> > a custom tag to
> > present a drop down box pre-filled with alternate usernames
> > for new users who want
> > to register with a username that is already in use.
> >
> > We also use a custom tag for the username text box.  It
> > forces all username text
> > boxes to have a maxlength of 20.  This way developers don't
> > forget the max size of
> > the username in the
> > database and accidentally allow 100 character usernames to be
> > input on the
> > registration page.  They just always use the username tag.
> >
> > JJR
> >
> > Ganesh MohanRao wrote:
> >
> > > Hi All,
> > >
> > > Since i didn't get any response, I am reposting it.
> > >
> > > Can anyone tell me the Advantatges of Taglib in JSP?
> > >
> > > Separating Business logic from Presentation is already done
> > using Java
> > > Beans.
> > >
> > > In what way it is advantageous than Java Bean.
> > >
> > > Can you tell something which can be done using
> > Taglib(Custom Tags) and not
> > > possible using JavaBean?
> > >
> > > If possible give me some lights on Taglibs.
> > >
> > > Thanx in Advance.
> > >
> > > Ganesh
> > >
> > >
> > ==
> > =
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> > ==
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
In a time of drastic change it is the learners who inherit the future. The learned 
find themselves equipped to live in a world that no longer exists. - Eric Hoffer

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Taglibs and JavaBeans ???

2001-02-07 Thread Julia Reynolds

It's not either Taglibs or JavaBeans.  Java Beans are great for accessing
the db or the ejb tier.  Taglibs are good for encapsulating logic that affects
presentation or for forcing a standard format for html elements.

For example,we use a bean to return a collection of records to be displayed, but we
use
custom tags to iterate through the bean's collection.  We use a custom tag to
present a drop down box pre-filled with alternate usernames for new users who want
to register with a username that is already in use.

We also use a custom tag for the username text box.  It forces all username text
boxes to have a maxlength of 20.  This way developers don't forget the max size of
the username in the
database and accidentally allow 100 character usernames to be input on the
registration page.  They just always use the username tag.

JJR

Ganesh MohanRao wrote:

> Hi All,
>
> Since i didn't get any response, I am reposting it.
>
> Can anyone tell me the Advantatges of Taglib in JSP?
>
> Separating Business logic from Presentation is already done using Java
> Beans.
>
> In what way it is advantageous than Java Bean.
>
> Can you tell something which can be done using Taglib(Custom Tags) and not
> possible using JavaBean?
>
> If possible give me some lights on Taglibs.
>
> Thanx in Advance.
>
> Ganesh
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: How do I get a QueryString out of POST parameters?

2001-02-07 Thread Julia Reynolds

Here is something you might want to look at:
http://jsptags.com/tags/navigation/pager/
It's a taglibrary that allows you to "page" through search results.


ZHU Jia wrote:

> Hi,
>
> I'm doing a project using JSP and JDBC right now. I'm trying to show only 5
> search result entries on a single page, then have a link which reads "The Next
> 5 Entries" or something like that. But the problem is that I get my search
> parameters from a HTML form, with POST method, I think there must be an easy
> way to construct a link using the parameters in the request object without the
> knowledge of the exact name of each parameter.
> But I searched long and hard, found nothing:-( Now I'm a little bit confused,
> I thought what I'm trying to do is quite standard stuff, am I missing
> something essential here?
> Any hints or tips will be highly appreciated, and many thanks in advance!
>
> best regards
> ZHU Jia
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
In a time of drastic change it is the learners who inherit the future. The learned
find themselves equipped to live in a world that no longer exists. - Eric Hoffer



  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: connecting to mssql

2001-02-06 Thread Julia Reynolds
ound at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> >===
> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >JSP-INTEREST".
> >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> >DIGEST".
> >Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
In a time of drastic change it is the learners who inherit the future. The learned
find themselves equipped to live in a world that no longer exists. - Eric Hoffer



  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Fetching Data from Bean

2001-01-19 Thread Julia Reynolds

We are using the Struts JSP framework, and our strategy for this sort of thing is
to put the data in a collection in the bean, and then use one of the tags from the
Struts custom tag library,  to loop through the collection and
output to
the page.  Here is an example:



 
  
"

   
 


"Puneet Kathuria, Gurgaon" wrote:

> Hello All:
>
> I have a jsp page that displays data in tabular format.
> I have written a bean that performs the database queries & creates a long
> string (html) and it's returned back to display on the page.
>
> Can i bring the whole resultset in any form to jsp page & then display
> (maybe as arrays)
>
> Any suggestions as to how / in what form to bring data to jsp page apart
> from the strategy am following ?
>
> regards
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Good JSP Engines

2000-12-19 Thread Julia Reynolds

We are developing on Win 2K, but might end up on Linux when we go live.
Another shop I know of is also having trouble getting connection pooling
to work well between JRUN and Oracle 8i.

Julia

Dave Feltenberger wrote:

> What platform are you using JRun on?  We're starting a new project soon, and
> we're debating between JRun and Tomcat on a Solaris Sparc Box.
>
> - Dave
>
> > -Original Message-
> > From: A mailing list about Java Server Pages specification
> > and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Julia Reynolds
> > Sent: Monday, December 18, 2000 4:14 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Good JSP Engines
> >
> >
> > I've heard Resin is the fastest.  Make sure you test whatever
> > engine you are
> > looking
> > at thoroughly.  We are having a problem now with getting JRUN
> > to connect to
> > both the built in datasource AND the EJB Container
> > environment variables via JNDI.
> > We can hit one or the other, but never both in the same web
> > application.
> >
> > JJR
> >
> > Sudheendra Hebbagilu wrote:
> >
> > > Hi Everybody,
> > > May be people have asked this question before. I didn't
> > find a very good
> > > answer in archive and FAQ's.
> > >
> > > We are starting a new project and planning to use JSP
> > technology. I am
> > > looking into a JSP Engine. I want to know whats the "cheap
> > and best" JSP
> > > engine out there. I would really appreciate if you could
> > provide me the
> > > information regarding most popular engines that everyone
> > using. Whats their
> > > advantages and disadvantages ? I have to decide which
> > engine to use for this
> > > project. I would really appreciate your inputs on this.
> > > Thanks in advance
> > > Sudhi
> > >
> > >
> > ==
> > =
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> > --
> >   H e a l t h S t r e a m,   I n c.
> >   Julia Reynolds - Systems Developer
> >   209 10th Ave. South Ste. 450 - Nashville, TN 37203
> >   phone: (615) 301-3220 - fax: (615) 301-3200
> >
> >   email: [EMAIL PROTECTED]
> >   Web Site: http://www.cmecourses.com
> >
> > ==
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Good JSP Engines

2000-12-18 Thread Julia Reynolds

Jrun is easy to configure, has an OK GUI interface.  Tech support has not been
very helpful for this particular problem.

Sudheendra Hebbagilu wrote:

> Hi Julia,
> Thanks for the inputs.
> How easy is configuring JRUN ? and How is their tech support ?
> R they helping u solve ur problem ?
> TIA
> ~S
>
> > -Original Message-----
> > From: Julia Reynolds [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, December 18, 2000 4:14 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Good JSP Engines
> >
> >
> > I've heard Resin is the fastest.  Make sure you test whatever
> > engine you are
> > looking
> > at thoroughly.  We are having a problem now with getting JRUN
> > to connect to
> > both the built in datasource AND the EJB Container
> > environment variables via JNDI.
> > We can hit one or the other, but never both in the same web
> > application.
> >
> > JJR
> >
> > Sudheendra Hebbagilu wrote:
> >
> > > Hi Everybody,
> > > May be people have asked this question before. I didn't
> > find a very good
> > > answer in archive and FAQ's.
> > >
> > > We are starting a new project and planning to use JSP
> > technology. I am
> > > looking into a JSP Engine. I want to know whats the "cheap
> > and best" JSP
> > > engine out there. I would really appreciate if you could
> > provide me the
> > > information regarding most popular engines that everyone
> > using. Whats their
> > > advantages and disadvantages ? I have to decide which
> > engine to use for this
> > > project. I would really appreciate your inputs on this.
> > > Thanks in advance
> > > Sudhi
> > >
> > >
> > ==
> > =
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> > --
> >   H e a l t h S t r e a m,   I n c.
> >   Julia Reynolds - Systems Developer
> >   209 10th Ave. South Ste. 450 - Nashville, TN 37203
> >   phone: (615) 301-3220 - fax: (615) 301-3200
> >
> >   email: [EMAIL PROTECTED]
> >   Web Site: http://www.cmecourses.com
> >
> > ==
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body:
> > "signoff JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set
> > JSP-INTEREST DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Good JSP Engines

2000-12-18 Thread Julia Reynolds

I've heard Resin is the fastest.  Make sure you test whatever engine you are
looking
at thoroughly.  We are having a problem now with getting JRUN to connect to
both the built in datasource AND the EJB Container environment variables via JNDI.
We can hit one or the other, but never both in the same web application.

JJR

Sudheendra Hebbagilu wrote:

> Hi Everybody,
> May be people have asked this question before. I didn't find a very good
> answer in archive and FAQ's.
>
> We are starting a new project and planning to use JSP technology. I am
> looking into a JSP Engine. I want to know whats the "cheap and best" JSP
> engine out there. I would really appreciate if you could provide me the
> information regarding most popular engines that everyone using. Whats their
> advantages and disadvantages ? I have to decide which engine to use for this
> project. I would really appreciate your inputs on this.
> Thanks in advance
> Sudhi
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Help wih EJB

2000-11-27 Thread Julia Reynolds


Sanjay,
Did you try to increase the default environment memory in use by the
dos prompt you are using?
Try this:
 


Close the DOS window (the error can corrupt its CLASSPATH variable).


Open a new DOS window.


Click on the MS-DOS icon at the top left of the window.


Select the Properties option.


Click on the Memory tab.


Adjust the Initial Environment drop-down box from Auto to 2816.


Click OK.


Start the server.


Julia
Sanjay Gomes wrote:
Hello Guys
I installed EJB n then tried running j2ee -verbose
but it comes out with error like
 OUT OF ENVIRONMENT SPACE
 OUT OF ENVIRONMENT SPACE
 OUT OF ENVIRONMENT SPACE
 OUT OF ENVIRONMENT SPACE
 OUT OF ENVIRONMENT SPACE
 BAD COMMAND OR FILENAME
 I set the J2EE_HOME and JAVA_HOME variables also
 There is lots of memory since I am running it on 128 MB RAM
 Or is it that it requires Windows NT server
 P.S. I am using Win98 at the moment
 TIA
Sanjay
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200
  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com
 

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


Re: Content from external websites.

2000-09-20 Thread Julia Reynolds

Check out www.isyndicate.com for a legal news/content feed.

Rogério Saran wrote:

> I am doing the same as you want. There are several ways to do it, but
> most of then are not suited to commercial usage.
>
> a) Take a look at WebL, Compaq's Web Language. It is java1 based and
> unsupported, but works wonderfully. The license forbid you to use WebL
> as component of a public Internet site, but is the best tool I saw to date.
>
> b) Several XML parsers can extract content from HTML pages. Look at
> Quick and Apache group products.
>
> c) You may also write your own code. I am considering write it to use on
> my web site.
>
> By the way: a good lawyer would be helpful.
>
> Rogério Saran
>
> Krishna Srinivasan wrote:
> >
> > I'm trying to incorporate newsfeed from an external site say CNN.com and
> > show the headlines on my site.
> > As news gets updated in CNN.com,my site should also
> > show the latest news.
> >
> > How do i accomplish this?Do i need to open a socket connection with the
> > external site or is there any other way to do it?
> > Any information will be of great help to me.
> >
> > Thanks in advance,
> >
> > - Original Message -
> > From: "C.V.S.Brahammananda Rao" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, September 20, 2000 7:16 PM
> > Subject: How to run servlets in JRun3.0
> >
> > > Hello friends,
> > >
> > > can anyone help me how to run sevlets in JRun3.0.
> > >
> > > I created a simple class file (hello.class)and put in the JRun/servlets
> > > directory.
> > > I tried to access by using http://localhost:8000/servlets/hello.
> > >
> > > It says the following
> > > 404 Not Found
> > > /servlets/Hello
> > > allaire.jrun.JRunServletException: not found
> > > at allaire.jrun.file.FileServlet.service(FileServlet.java,
> > > Compiled Code)
> > > at java.lang.Exception.(Unknown Source)
> > > at javax.servlet.ServletException.(ServletException.java, Compiled
> > > Code)
> > > at allaire.jrun.JRunServletException.(JRunServletException.java,
> > > Compiled Code)
> > > at allaire.jrun.JRunServletException.(JRunServletException.java,
> > > Compiled Code)
> > > at allaire.jrun.file.FileServlet.service(FileServlet.java,
> > > Compiled Code)
> > > at
> > > allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java,
> > > Compiled Code)
> > > at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
> > > at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled
> > > Code)
> > > at
> > >
> > allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
> > a,
> > > Compiled Code)
> > > at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled Code)
> > > at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java,
> > > Compiled Code)
> > > at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java, Compiled
> > > Code)
> > > at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
> > > at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
> > >
> > >
> > > Where have i gone wrong.
> > > Thanks in advance.
> > > Bye
> > > Brahmananda Rao
> > >
> > >
> > ===
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> > ===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ===
&

Internationalization and TagLibs

2000-09-16 Thread Julia Reynolds

Hi,

Is there a taglibrary available somewhere that includes
tags for Internationalization using the resource bundles
in the java.util package?

Julia

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: JavaScript and dhtml

2000-09-12 Thread Julia Reynolds

Here is how you do this:

First a script block at the top of the page:


if (document.images)
{
 Links_over  = new Image(); Links_over.src  = 'Images/links_over.GIF';  Links_off =
new Image(); Links_off.src  = 'Images/links_off.gif';
 Code_over  = new Image(); Code_over.src  = 'Images/Code_over.GIF';  Code_off = new
Image(); Code_off.src  = 'Images/Code_off.gif';
 CS_over  = new Image(); CS_over.src  = 'Images/CS_over.GIF';  CS_off = new
Image(); CS_off.src  = 'Images/CS_off.gif';
 Forums_over  = new Image(); Forums_over.src  = 'Images/Forums_over.GIF';
Forums_off = new Image(); Forums_off.src  = 'Images/Forums_off.gif';
 Home_over = new Image();Home_over.src = 'Images/Home_over.GIF';Home_off = new
Image();Home_off.src = 'Images/Home_off.gif';
 News_over  = new Image(); News_over.src  = 'images/News_over.GIF';  News_off = new
Image(); News_off.src  = 'images/News_off.gif';


}

function locswapOver(name)
{
if (document.images)
document.images[name].src = eval(name + '_over.src');
}

function locswapOff(name)
{
if (document.images)
document.images[name].src = eval(name + '_off.src');
}



Then, wrap the image/link in code which uses the mouseover event like this:

 

  

Julia

Jorge Barrera wrote:

> No need for dhtml here.  Simple JavaScript.  Toggle the image.src property
> of the desired image.  Steal the code of a page that has the functionality
> you want.
> Regards
> Jorge
>
> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of sumit shah
> Sent: Tuesday, September 12, 2000 12:20 PM
> To: [EMAIL PROTECTED]
> Subject: javascript and dhtml
>
> hi all,
>this is more of a javascript /dhtml question. I want some good things on
> my home page.
>i have four images in four coulumns side by side and i want that
> onMouseOver on one image a different image be shown in the corresponding
> column below the main image, also that it should stay there till i go to the
> other image.is it possible anyhow.
>
> is it possible,
> please help,
> thanks.
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Cybercash

2000-08-18 Thread Julia Reynolds

Is there a way to use the cybercash credit card payment system in JSP?

JJR

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



newbie seeks wisdom

2000-08-04 Thread Julia Reynolds

I know this is a basic question: I'm new, have mercy!

I want to include jsp files with different url variables.  I want to do
this:

String barFile = "catalogBar.jsp?catPg=" +
request.getParameter("catPg");

<%@ include file= "<%= barFile %>" %>

However, of course jsp is having none of this.  Here's my error:

500 internal server error (fast becoming my new motto, by the way)
javax.servlet.ServletException: Parse Error in JSP page: The include
directive on line 23 The JSP page null's depedency '1' could not be
found.
allaire.jrun.jsp.ParseException: The include directive on line 23 The
JSP page null's depedency '1' could not be found.

How can I variabalize the url of the file to be included?

Julia
-

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Expiring page

2000-07-21 Thread Julia Reynolds

What's the point of this post, Jim?  You haven't had a chance to be snide today, so

you're taking it out on this mailing list?  Perhaps it would be more useful to the
original poster to suggest that he check out Javascript options like removing the
toolbar altogether, and providing his own navigation buttons.

  I've subscribed to a number of mailing lists, and I have never seen such a
large number of rude and arrogant responses to beginner's questions.  If you are
too good or too important to be civil, then unsubscribe to this list.  With
responses like this one, you aren't helping anyone, anyway.


Julia


Jim Preston wrote:

> There are some things in life that you just can't control and can't have the
> way you want, period, no matter how much you may want it. This rule applies
> to most subsets of life, including software engineering. This is one of
> those things. You just don't have that much control over the browser. Live
> with it. (One is tempted to ask why you so adamantly want to force a blank
> page on your users, especially when all they would have to do is hit the
> Reload button anyway, but I've learned that asking such questions is as
> pointless as trying to get total control of the browser.)
>
> --Jim Preston
>
> 
> Personally, if I put on my user hat, I don't want "those engineers" to have
> that kind of control over my browser. Who the heck are you to tell me that I
> can't go back and view a previous page when I want to?
> 
>
> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mahesh Kuklani
> Sent: Thursday, July 20, 2000 10:18 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Expiring page
>
> With this i get my page refreshed ,i do not want the page to get reloaded i
> want it to do nothing i.e. show a blank page if i go back.
>
> Mahesh.
>
> -Original Message-
> From: Manisha Sharma [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 20, 2000 11:51 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Expiring page
>
> Some one had posted this in the forum before. Try it.
>
> Set these headers:
> response.setHeader("Cache-Control", "no-cache");
> response.setHeader("Pragma", "no-cache");
> response.setHeader("Expires", "-1");
>
> And put this in the  tag of your page
> 
>
> -Original Message-
> From: Mahesh Kuklani [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 20, 2000 3:46 PM
> To: [EMAIL PROTECTED]
> Subject: Expiring page
>
> Hi all,
>How do i expire a page i.e. if the user clicks on back button he
> shouldn't be able to see anything. I am using
>
> 
> 
> 
> 
>
> in jsp but it's not working.
>
> Thanks in advance.
>
> Mahesh.
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> =======
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashvill

Expiring a page

2000-07-20 Thread Julia Reynolds

How do you expire a page in JSP?  In cold fusion you just put

at the top of the page.  How in jsp?

Julia

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



escaping single quotes in JSP embedded SQL

2000-07-19 Thread Julia Reynolds

This is a basic question!  When you have a SQL INSERT statement embedded
directly in a page, and some of the insert values include single quotes,
how in JSP
do we handle the need to escape (double up) the single quotes to avoid
an ODBC
error.  In VB we just replace the single quotes with two single quotes.
Is it the same
in JSP?  Should I just append in another single quote?

Julia

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



JRun JR Studio

2000-07-14 Thread Julia Reynolds

JR Studio is pretty cool, even if you aren't using JRUN as your Java App
server.

Get the beta at http://www.allaire.com/Products/JRun/

--
  H e a l t h S t r e a m,   I n c.
  Julia Reynolds - Systems Developer
  209 10th Ave. South Ste. 450 - Nashville, TN 37203
  phone: (615) 301-3220 - fax: (615) 301-3200

  email: [EMAIL PROTECTED]
  Web Site: http://www.cmecourses.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets