> -----Original Message-----
> From: Geissel, Adrian [mailto:[EMAIL PROTECTED]
> Unsure of the content of your login.xhtml file - check that it is well
> formed.
It looks well-formed (see below).
> What happens if you call-up content/login.xhtml from your
> browser (ie. go
> straight to the first matcher)?
It works then.
login.xhtml:
<html>
<head>
<title>Dialog Login</title>
</head>
<body>
<h1>Dialog Login</h1>
<form action="dologin" method="post">
<table>
<tr>
<td align="right">User:</td>
<td align="left"><input type="text" name="user"/></td>
</tr>
<tr>
<td align="right">Password:</td>
<td align="left"><input type="password" name="password"/></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit"
value="login"/></td> </tr>
</table>
</form>
<hr/>
<!-- Created: Thu May 22 14:59:37 CEST 2003 -->
<!-- hhmts start -->
Last modified: Tue May 27 11:59:21 CEST 2003
<!-- hhmts end -->
</body>
</html>