ajax4jsf
Every time I make an Ajax request in JSF2 I am getting a new session bean,why?
Hi I am getting a new session bean for every ajax request made to this Bean... Can any of you tell me why ?[详细]
2023-04-11 16:41 分类:问答AJAX4JSF/AjaxStateHolder | Session Memory Leak
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[详细]
2023-04-09 23:30 分类:问答JSF. How to set a value of JavaScript function to a field of Bean?
Good morning! How to set a value of JavaScript function to a field of Enterprice Java Bean? I have the js function:[详细]
2023-04-08 22:54 分类:问答Passing parameters to a4j:ajax method
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}\">[详细]
2023-04-08 21:28 分类:问答How to use <a4j:jsFunction><a4j:actionparam>
I\'m trying to use: <script type=\"text/javascript\"> function myfunc() { var param = 4; alert(\"OK\");[详细]
2023-04-08 18:41 分类:问答edit rich:extendedDataTable using rich:modalPanel
I have a <code>rich:extendedDataTable</code>.Each row has a a4j:commandLinkas below. Table Page:[详细]
2023-04-06 18:28 分类:问答JSF: NUMBER_OF_VIEWS_IN_SESSION and the back button
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.[详细]
2023-04-06 13:20 分类:问答jsf focus inputtext field after form rerenders with values onblur
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[详细]
2023-04-05 22:43 分类:问答rich:pickList with Ajax updates
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[详细]
2023-04-04 22:19 分类:问答JSF - Richfaces, process submitted form data and then confirm to continue or cancel
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.[详细]
2023-04-04 20:33 分类:问答