I\'m trying to use primefaces
combined with
. In my .xhtml page I have a picklist and commandButton which i
You can try either of the following , I vote number one, it's a cleaner design IMO
Bring the
outside of the general
and put an
inside it instead
#{skillslevel.skill.umiejetnosc}
THIS BUTTON IS NOT FIRED
Add appendToBody="false"
to the
to ensure the dialog is rendered within the html form in the DOM instead of being auto-relocated to end of HTML body. But this may cause inconsistent rendering in various browsers.