Hi I am getting a new session bean for every ajax request made to this Bean... Can any of you tell me why ?
I am working on the performance tuning of an enterprise web application with about 300 simultaneous user. I have noticed from the GC log that the application heap is always growing and objects are alw
Good morning! How to set a value of JavaScript function to a field of Enterprice Java Bean? I have the js function:
I am trying to use <a4j:ajax> to feed a method with a value just entered on the form; <h:selectOneMenu id=\"aa\" value=\"#{colorClass.color}\">
I\'m trying to use: <script type=\"text/javascript\"> function myfunc() { var param = 4; alert(\"OK\");
I have a <code>rich:extendedDataTable</code>.Each row has a a4j:commandLinkas below. Table Page:
I\'ve got a memory problem in my application because of AJAX4JSF high memory consumption. So we have decided to set the NUMBER_OF_VIEWS_IN_SESSION to 1 and compromise the back button functionality.
After onbluring an input text field inside my form , I\'m rerendering the form with the new values. In this case the field loses it\'s focus, I want the input that was after th开发者_高级运维e one I
I have a RichFaces pick开发者_JS百科List from which the user should be able to select multiple items and it should be directly reflected on the backing bean. Right now I have no way to reload selectio
I want to show a confirmation dialog to continiue or cancel a save operation when a form is submitted. I have a form with a save button which is calling an action methode to persist data in the form.