Linked Questions
33 questions linked to/from What is component binding in JSF? When it is preferred to be used?
0 votes
1 answer
449 views
How to change JSF tag attribute
I have a Primefaces datatable. <p:dataTable id="updateStaffTable" var="staff" value="#{staffBean.staffs}" selection="#{staffBean.selectedStaff}" selectionMode="single" ...
-1 votes
2 answers
905 views
Can I append HTML elements in current page from ManagedBean?
So I have a managed viewscope bean, and I have a html page with a container <div id="container>...</div> I want to go through a list of Strings in the managedBean and append a whole bunch ...
0 votes
3 answers
239 views
Bean method reading null property from xhtml
I have read a lot of posts at Stackoverflow but I didn't succeed in implementing the belowmentioned problem from my side. the problem is: I need to type some text in <p:inputTextarea> and when ...