aspose file tools
The moose likes JSF and the fly likes Infinite Loop of action processing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Infinite Loop of action processing" Watch "Infinite Loop of action processing" New topic
Author

Infinite Loop of action processing

Jeremy Bryan
Greenhorn

Joined: Jun 22, 2005
Posts: 2
I have a jsp page in which I'm using h:commandButtons with the actin attributes set for navigation. I have a "reload" button that is congfigured to (via faces-config.xml) to go to a servlet, where some stuff is done to update data displayed in the original page, but then I get a request dispatcher and forward back to the original page. My problem is, the command is being, apparently, looped through infitely. Once I click the "reload" button, it continues to cycle through the jsp, servlet sequence. Any ideas?
Varun Khanna
Ranch Hand

Joined: May 30, 2002
Posts: 1400
Show some code so that we can help you.


- Varun
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Infinite Loop of action processing
 
Similar Threads
How to get random dropdownlist javascript value at the server site
response.sendRedirect(URL) Vs. RequestDispatcher
How to capture enter key?
Problem refreshing JSP with TOMCAT
IE doesn't retain form fields