From owner-freebsd-questions Wed Apr 7 19:59:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rah.star-gate.com (rah.star-gate.com [209.249.129.138]) by hub.freebsd.org (Postfix) with ESMTP id B5C9A1514B for ; Wed, 7 Apr 1999 19:59:07 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.9.1/8.8.8) with ESMTP id TAA06038; Wed, 7 Apr 1999 19:56:56 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199904080256.TAA06038@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: J_Shevland@TurnAround.com.au Cc: Nate Williams , Josef Karthauser , questions@FreeBSD.ORG Subject: Re: Apache, Java servlet engine, and Java. In-reply-to: Your message of "Thu, 08 Apr 1999 12:46:46 +1000." <370C1896.63E9EC0F@TurnAround.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 07 Apr 1999 19:56:56 -0700 From: Amancio Hasty Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops, you are right it does have conditionals and I have use them. Cheers, Amancio > Hi, > > Not sure I understand what you mean there... the below works OK. > > > > > <%@ method="doPost" %> > > > > > <% if ( condition == true ) { %> > >

Login succeeded.

> > <% } else { %> > >

Login failed.

> > <% } %> > > > > > Amancio Hasty wrote: > > > > The problem with JSP is that it does not have if , then, else, nor loop nor > > goto the later > > some may think that is a blessing. > > [snipped] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message