• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with struts page.

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
i have one ultimate problem. I have a jsp in struts. when I run that on tomcat server, only 3/4 part of that page is visible on IE. If I delete some part of that (from above) then I can see some more part. May you suggest some thing. My whole team have tried. there is no condtion in my JSP. there is simple from, contains form fields. If we delete any starting field, we can see a new field. I check also compiled jsp in work folder i.e. servlet born from that jsp. that servlet has all code. but that is not showing in html. i checked html -view-source also. sorce contains also incomplete code.
one importtant thing, if I change that page in JSP(not use any tag of struts) that is diplaying fine
thanks in advance.

sushil
 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds to me like you're getting non fatal errors in your JSP. Are all of your html tags closed and placed properly? Are you using a field that does not exist in a bean? Have you defined your tags in the JSP?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic