Date: Wed, 07 Apr 1999 19:56:56 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: J_Shevland@TurnAround.com.au Cc: Nate Williams <nate@mt.sri.com>, Josef Karthauser <joe@pavilion.net>, questions@FreeBSD.ORG Subject: Re: Apache, Java servlet engine, and Java. Message-ID: <199904080256.TAA06038@rah.star-gate.com> In-Reply-To: Your message of "Thu, 08 Apr 1999 12:46:46 %2B1000." <370C1896.63E9EC0F@TurnAround.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > > <html> > > <head> > <%@ method="doPost" %> > </head> > > <body> > > <% if ( condition == true ) { %> > > <p>Login succeeded.</p> > > <% } else { %> > > <p>Login failed.</p> > > <% } %> > > </body> > </html> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904080256.TAA06038>