From owner-freebsd-questions Wed Apr 7 19:48:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id B780914E4A for ; Wed, 7 Apr 1999 19:48:26 -0700 (PDT) (envelope-from J_Shevland@TurnAround.com.au) Received: from TurnAround.com.au (dhcp68.turnaround.com.au [192.168.1.68]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with ESMTP id MAA26335; Thu, 8 Apr 1999 12:53:37 +1000 (EST) (envelope-from J_Shevland@TurnAround.com.au) Message-ID: <370C1896.63E9EC0F@TurnAround.com.au> Date: Thu, 08 Apr 1999 12:46:46 +1000 From: Joe Shevland Reply-To: J_Shevland@TurnAround.com.au Organization: Turnaround Solutions Pty. Ltd. X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Amancio Hasty Cc: Nate Williams , Josef Karthauser , questions@FreeBSD.ORG Subject: Re: Apache, Java servlet engine, and Java. References: <199904080239.TAA05947@rah.star-gate.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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