File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes HTML in a jsp never fully renders Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "HTML in a jsp never fully renders" Watch "HTML in a jsp never fully renders" New topic
Author

HTML in a jsp never fully renders

Anthony Smith
Ranch Hand

Joined: Sep 10, 2001
Posts: 285
I got a jsp page with some loops and all kinds of stuff. It takes in an id to know what to display. It seems as if on certain ids it never finished displaying the html? Why? I have no idea. Has anyone else ever had a problem like that?
It stops midway just like this:
//Alot of html before here These
//option values were in a loop
<option value="3"> 3</option>
<option value="4"> 4</option>
<option value="5"> 5</option>
<option value="6"> 6</opt

****
It justs stops liek that w/o completing the rest of the option tag. For other ids I do not have this problem.
I am using Tomcat.
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50691

Check your logs for any exceptions that may be thrown while the page is rendering -- most likely scenario.
hth,
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: HTML in a jsp never fully renders
 
Threads others viewed
Show the selected value in dropdown again
Indexed properties and Validation
html:options - having difficulty preselecting item
Question on select tag
Onchange problem
IntelliJ Java IDE