I've got a page called "Login" (first char is uppercase).  There's a
form on it.  When it posts back it takes me to "login" (lowercase) which
Tapestry treats as the same being case-insensitive.  That's fine for
now, but I want to preserve case for the end user.  How do I tell
Tapestry to send the user to "Login" and not "login"?

Reply via email to