I use the oncomplete event from ato dynamically load a JSF page in a div by using a JQuery function. The idea is that when a user clicks on the edit button next to a row in a datatable the div is bein
I am wondering if it is possible to have a JSF handler and some of the backing beans in a war that is shared. I say war because 开发者_JAVA百科I have a jsp which has a handler and backing beans that a
In my application i need to add a row on a click of a button and this button will be in all the rows. Need help to do this?