aspose file tools
The moose likes JSF and the fly likes <h:commandButton> not consistently invoking action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "<h:commandButton> not consistently invoking action" Watch "<h:commandButton> not consistently invoking action" New topic
Author

<h:commandButton> not consistently invoking action

Anthony Castillon
Greenhorn

Joined: Nov 30, 2001
Posts: 18
I have a form built using JSF and RichFaces. Here's a snippet of the code:




......

I'm also using Spring WebFlow and here's the addPerson action in my flow xml:



I noticed that the addPerson action on the commandButton does not get called consistently when it is clicked. I've been reading forums and it seems that there is a problem with the h:commandButton not invoking the action bound to it. However, I don't see any post explaining why the problem is happening and what to do to resolve it.

I need help.

Thanks.
 
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: <h:commandButton> not consistently invoking action
 
Similar Threads
Problem with Spring Web Flow
"h:selectOneMenu" with Ajax4JSF passing selection to backing bean on the "fly"
radio button not working with panelgrid
problem in using richfaces
Selectmanylistbox disables submit button