[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strange JSP/tomcat problem



Sounds like the stream is not getting flushed.  I would be surprised if
Struts (by itself) would be doing this.

Did you write a custom (in-house) Servlet or custom tag library that's being
used here?

If you are using straight Action and ActionForm objects with standard Struts
tag libraries, then it's probably not a flush issue.


----- Original Message -----
From: "Poorav Chaudhari" <pooravc@yahoo.com>
To: <ajug-members@ajug.org>
Sent: Friday, February 21, 2003 2:19 PM
Subject: strange JSP/tomcat problem


> I have no idea where the problem is, so i am hoping someone experienced
this
> before and was able to find a solution.
>
> here is what is happening...
> For my web application I am using the struts (ver 1.0.2) framework,
> JSP-templates, on tomcat (ver. 4.0.3). On one particular page, the entire
page
> is not gettting displayed. I am using html tag library for the form
fields.
> When i pull up the page only half the form comes up. and what is stranger
is
> right where the form stops, only half a input "text" tag comes up. to
explain
> what i mean. In the code where the form seems to stop the code is as
follows.
> <html:select styleClass="dropdown"  name="resourceForm"
> property="sTargetLang_8" >
>   <html:options
>       collection="languageTag"
>       property="value"
>       labelProperty="label" />
> </html:select>
> Technical: $
> <html:text name="resourceForm" property="sTranslTechRate_8"
styleClass="txtbox"
> size="3"/>/word,
>
> now in the browser what I see is [the drop down] Technical $:<input
type="text"
> name="sTranslTechRate_8" size="
>
> and that's it. the page ends there. when i do a view source that is
exaclty
> where the source ends. As far as i can see i don't see any coding
syntactical
> errors, especially since i have a series of exactly same tags (except a
> different number) preceeding it and they are all displayed fine.
>
> Has ANYBODY experienced this before. I have been racking my brains on this
> since yesterday. I deleted the part where i the form cuts off, but the
form
> stops again after the same number of characters are displayed. (meaning,
if i
> delete the last tag which is displayed only half way, then form that is
now
> displayed adds the same amount of code to the end of the form as much as i
have
> deleted) i hope that makes some sense.
>
> thank you
>
> =====
> Poorav Chaudhari
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
>
>