ajax4jsf
How to maintain/save row values when generating a new row?
i have the following bean: public class MyBean { public ArrayList<ReportRow> getReportRows() { return reportRows;[详细]
2023-04-04 11:44 分类:问答Using JSF AJAX methods to keep JavaScript module scope
I am working with the application, which has JSF2 framework. The idea of that framework is to manage connection between Backend (Java) and Frontend.[详细]
2023-04-02 18:04 分类:问答JSF field highlighting with ajax posts?
I\'m building on BalusC\'s solution to highlight and focus fields in JSF. My plan is to output a JSON array with ids and then have a method be called which will process this array. This works fine whe[详细]
2023-04-02 10:51 分类:问答JSF: JS redirection doesn't work for h:commandButton onclick event
Migrating from a4j:commandLink to h:commandButton problem. this working case: <a4j:commandLinkevent=\"onclick\" onclick=\"if (!confirm(\'#{resourceBundle.agreement_cancel_message}\')) return fals[详细]
2023-04-01 04:55 分类:问答Richfaces a4j:loadScript clears jQuery plugins on ajax calls
I\'m loading jQuery embedded into RichFaces with: <a4j:loadScript src=\"resource://jquery.js\"/>[详细]
2023-03-31 14:52 分类:问答a4j:jsFunction actionListener not listening
The listener is: public void renderer(ActionEvent event) { System.out.println(\"here=========================\");[详细]
2023-03-31 03:13 分类:问答Two instantiations of the managed-bean
When I access 开发者_StackOverflow中文版to my page for the fist time, the managed bean used by the page is instantiate two times (I pass two times in the contructor, with the same stack trace) :[详细]
2023-03-29 15:45 分类:问答Passing selected item to ajax function
<a4j:jsFunction name=\"addTag\" action=\"#{serverBean.irrelevantMethod(_tagId)}\"> <a4j:param name=\"param1\" assignTo=\"#{_tagId}\"/>[详细]
2023-03-27 23:06 分类:问答h:selectBooleanCheckbox valueChangeListener is not working
I am facing trouble with the valueChangeListener of h:selectBooleanC开发者_开发知识库heckbox. I have the following code block:[详细]
2023-03-25 14:41 分类:问答Focus disappears when a4j:support is used
I use JSF and I have 2 input texts on the page. <h:inputText id=\"xxx\" value=\"#{file.xxx}\" maxlength=\"12\" >[详细]
2023-03-25 08:12 分类:问答