Michael, thanks for your help. Using </form:html> under Tomcat 3.1 made no
difference. However when I switched from Tomcat 3.1 to Tomcat 3.2, just in
case, the JSP Compiler complained about exactly this same point. So ending
the page with </form:html> made the compiler happy.
Sadly with Tomcat 3.2, after the struts controller servlet has returned a
valid ActionForward but before I actually get any output from the first line
of my JSP, I get a runtime error "java.lang.InternalError: internal error:
SeedGenerator thread generated an exception". I am guessing this is to do
with some combination of my mistake/bug interacting with Tomcat 3.2 and
Structs. So I don't yet know if the original <form:text> problem has gone
away.
Cheers
Andris
# -----Original Message-----
# From: Michael Gerdau [mailto:[EMAIL PROTECTED]]
# Sent: Tuesday, December 05, 2000 11:37 AM
# To: '[EMAIL PROTECTED]'; NESTORS Andris (AC-Creation)
# Subject: Re: <form:text> hangs, cpu-busy ...
#
#
# Hi Andris !
#
# A bit late (read: you may have found the solution yourself) but
# I'll write it anyway.
#
# After looking at your code I realize you use
# ><form:html>
#
# and end it with
# ></html>
#
# I'm pretty sure that's not correct.
#
# HTH, best,
# Michael
#