I found a problem when using the <h:commandLink> or <h:commandButton> in an include page, the action and actionlistener associated with the UICommand component is simply not being invoked. What are the possible causes and solutions for this?
|
|
||||
|
|
|
Whenever an
My bet that your particular problem is caused by point 2: nested forms. You probably already have a |
|||||||||||||||||||||
|
|
If your The underlying data-source which is bound to the So if the underlying data-source is request scoped, the |
|||||||||||||||||
|
|
While my answer isn't 100% applicable, but most search engines find this as the first hit, I decided to post it nontheless: If you're using PrimeFaces (or some similar API) As the PrimeFaces User's Guide states in section 3.18, the defaults for Just took me a looong time to find out. (... and I think it's rather unclever to use defaults that are different from JSF!) |
|||||||
|
|
Got stuck with this issue myself and found one more cause for this problem. If you don't have setter methods in your backing bean for the properties used in your *.xhtml , then the action is simply not invoked. |
|||||
|
protected by Community♦ Apr 9 '12 at 21:15
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.