Strange Error with html:select

2001-02-19 Thread Neal Kaiser
I am using Orion 1.4.7. I don't know if this is an Orion bug, or possibly Struts? I have a jsp which uses the include directive to read in a list of countries: The jsp looks like this: html:select property="addressBook_country" size="1" %@ include file="../util/countries.jsp" % /html:select

Re: Strange Error with html:select

2001-02-19 Thread Martin Cooper
ulti-threaded system.) - Original Message - From: "Neal Kaiser" mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] To: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Monday, February 19, 2001 9:45 AM Subject: Strange Error with html:select I am using Orion 1.4.7. I don'

RE: Strange Error with html:select

2001-02-19 Thread Neal Kaiser
Yep, same here. Increasing the heap didn't do it. I wish there was a better solution to this! -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 4:34 PM To: [EMAIL PROTECTED] Subject: Re: Strange Error with html:select In our case

RE: Strange Error with html:select

2001-02-19 Thread Neal Kaiser
]] Sent: Monday, February 19, 2001 4:34 PM To: [EMAIL PROTECTED] Subject: Re: Strange Error with html:select In our case, increasing the JVM's heap size didn't fix the problem. The only thing that fixed it was reducing the number of tags on the page, so I'm leaning towards believing t