primefaces - Info dialog is not shown for an ajax button/link -
i using p:commandlink save top panel in m =y page. since ajax call not getting info dialog confirming save. can suggest solution.
i know if possible call dialog backing bean class..
you can call dialog backing bean. set widgetvar attributte dialog in backing bean method can call: requestcontext.getcurrentinstance().execute("widgetname.show()")
.
for problem commandlink must add code in post.
Comments
Post a Comment