| 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
|
 |
 |
|
|
subject: Infinite Loop of action processing
|
|
|