richfaces
Dynamic Columns into ui:define
I have a data table in an开发者_开发知识库 xhtml with \"ui:insert\" space... In another xhtml i use ui:define to add some columns... the problem is that i have dynamic columns to insert..[详细]
2023-04-09 16:02 分类:问答deleting Rows in rich:extendedDataTable
I have a rich:extendedDataTable. I have a a4j:commandLink for each row, on click of this the row should get deleted. The problem what I am facing is, if I go on deleting the first rows the (firstRow+1[详细]
2023-04-09 14:17 分类:问答Is there anyway to add a loading message to rich:dataTable?
H开发者_Go百科as anyone found a way of display a loading message while rich:dataTable loads? I\'ve found that if the load operations backing DataModel takes along time it results in the request taki[详细]
2023-04-09 11:28 分类:问答JSF2 error [org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage] Error Rendering View[//WEB-INF/*.xhtml]: java.lang.NullPointerException
I have an error in Jboss 7.0.2 Arc, JSP 2.1(Myfaces), Richfaces 4, this is my web.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-09 09:48 分类:问答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 分类:问答Adding a clickable button or text to rich:suggestionbox suggestions [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-04-08 22:32 分类:问答Is there any difference between f:ajax and a4j:ajax?
Is there any significant difference between f:ajax and a4j:ajax tags? I know about a4j:ajax from Richfaces 4 is based on native f:ajax J开发者_如何学PythonSF2 tag adding some attributes not found in[详细]
2023-04-08 22:25 分类:问答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 分类:问答Richfaces poupPanel is shown before action execution
I have JSF 2.0 form that looks like this <h:form id=\"formId\"> . . . <a4j:commandButton action=\"#{bean.myAction}\" value=\"foo\"oncomplete=\"#{rich:component(\'popup\')}.show();\" />[详细]
2023-04-08 10:08 分类:问答Highlighting entire table row if validation fails
I am working on JSF2.0 and Richfaces.I am having an requirement where I need to change the style of the form field(entire row) if the validation fails.I am using the following code to display field la[详细]
2023-04-08 01:14 分类:问答