richfaces
Why my changes into rich:datatable are not available in my home?
I have a rich:Datatable with dynamic columns... Till here its ok... I get all data from the database and my code shows all checkboxs with the correctly values... But when i change them and click in \"[详细]
2023-03-30 00:19 分类:问答jsf table repeats itself
another weird jsf problem. my code looks something like this: Java Bean: class Bean { private ArrayList<OutageTableHeader> outageTableHeaderData;[详细]
2023-03-29 23:29 分类:问答How to refresh parent jsf page from richfaces popup
I have a JSF page with a few fields. I followed this tutorial from BalusC and all is good. I then added RichFaces support to it, which is working fine. I can see popups etc working.[详细]
2023-03-29 18:20 分类:问答validation of multiple fields in jsf 1.x
i need to va开发者_开发技巧lidate multiple fields in the form, individual field validations are working fine.[详细]
2023-03-29 12:50 分类:问答JSF entity conversion error: rich suggestionbox Conversion Error setting value '*' for 'null Converter'
I am using rich:suggestionbox. Select a suggestion from the suggestion box Then save my form It raises the validation error saying rich suggestionbox Conversion Error setting value \'568-UNIMED-2005[详细]
2023-03-29 08:32 分类:问答javax.el.ELException: Function 'rich:component' not found
I am creating the model in backing bean. My java lines of code are like this UIColumn column = new HtmlColumn();[详细]
2023-03-29 03:28 分类:问答Richfaces popup disappearing when clicked on the dropdown menu item
I need to display the context menu when clicked on a rich:dataTable column,and开发者_运维技巧 need to show a rich:popupPanel when clicked on a menu item. I could able to get the popup but it is disapp[详细]
2023-03-28 23:28 分类:问答Rich Faces Calendar/ css html
This should be an easy question! But I\'m not so familiar with styling/css and html. So therefore Is there anyway to shorten the text boxes that come with rich:faces calendar?[详细]
2023-03-28 22:45 分类:问答Need to submit forms twice to be processed?
Recently I notice that all action for submitting forms need to be executed twice to actually submit the values. Before this worked fine when I hard coded the resulting action path from my backing bean[详细]
2023-03-28 11:00 分类:问答JSF <ui:composition> is not working on destination page
I am making a simple JSF application which is uses templatingIt\'s very basic stuff but taking a lot of time to find the fix.[详细]
2023-03-28 09:30 分类:问答