This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Problem with struts page. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Problem with struts page." Watch "Problem with struts page." New topic
Author

Problem with struts page.

vaibhav anubhav
Greenhorn

Joined: Mar 24, 2006
Posts: 5
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
Chris Boldon
Ranch Hand

Joined: Aug 10, 2006
Posts: 190
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?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem with struts page.
 
Similar Threads
struts Action for asynchronous HTTP processing
<html:link> with Struts
Cannot pass parameter to Servlet?
What's the best way to handle multiple Java bean instance in Jsp?
about struts