Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Struts and the fly likes Blank 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 "Blank Struts Page" Watch "Blank Struts Page" New topic
Author

Blank Struts Page

Simionu Ursache
Greenhorn

Joined: Jan 28, 2007
Posts: 20
Hi !

I am learning to work with struts, after i click on submit button (in a form) i get a blank page. This thing is annoying me because i can't find the solution for a week !

The page has 2 hmtl list option. The first list loads info about a company compartiments, and after hitting "Refresh Employees", the second list should shouw data about all the employees from the selected department.

What is happening ? After hitting "Refresh Employees" i get a blank selectAngajat.do page. If i go Back and Refresh(F5) the second list option shows all the employees from that department.

Does anyone have any idea about this ? I posted some code down:

PersonalBody.jsp


struts-config.xml


SelectAngajatAction.class
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Blank Struts Page
 
Similar Threads
Exception creating bean of class
Sending collection to Action
Passing values in a form with multiple actions
NoSuchFieldException & IllegalArgumentException
NoSuchFieldException & IllegalArgumentException