Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Apr 1999 12:46:46 +1000
From:      Joe Shevland <J_Shevland@TurnAround.com.au>
To:        Amancio Hasty <hasty@rah.star-gate.com>
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:  <370C1896.63E9EC0F@TurnAround.com.au>
References:  <199904080239.TAA05947@rah.star-gate.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?370C1896.63E9EC0F>