1. Arabic characters in PDF export forum.primefaces.orgHi, I am using p:dataExporter to export datatable to excel and pdf. in excel all data is displayed including arabic words, but in PDF only english words are shown while arabic ... |
2. How to specify maximum number of characters in p:editor forum.primefaces.orghi, how can i specify the maximum number of characters a user can type into a |
3. |
4. Spinner not accepting "." character forum.primefaces.org//only allow number this.input.keypress(function (e){ var charCode = (e.which) ? e.which : e.keyCode; if(charCode > ... |
5. hide character in p:password forum.primefaces.orgI finally found the problem ... It is in css, with jquery-ui-1.8.14.custom. I got this line : .ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 0.7em; } I have ... |
6. The growl message forces to escape some special characters forum.primefaces.orgFor instance, when a growl message coming from a FacesMessage contains a "\n", it is not displayed and some components of the current view (like some commandButtons) don't work any more. ... |
7. Bug with Datatable selection and special characters ? forum.primefaces.org |
8. p:terminal do not escape characters PF 3.0.RC1 forum.primefaces.org |
9. p:autoComplete highlights wrong characters 3.0.RC2 forum.primefaces.orgHighlighting in p:autcomplete component doesn't really care what I enter. For example if I try to find value "ABCDEFG" and I enter: - "E" it highlights the character "A" instead of ... |
10. growl message is not displayed when using special characters forum.primefaces.orgIn my resource bundle I have: COULD_NOT_PLAN_ORDERS = Some or all of the orders could not be planned:\r\n{0} But the growl message is not displayed. Only when I remove the special ... |
11. datatable issue with Character () forum.primefaces.org14 Jul 2010, 03:46 by gs.percept datatable issue with Character () Hi, In version 2.02 datatable pagination gives an error if the data in datatable column has characters ( ) in ... |
12. p:pickList rendering error with special characters forum.primefaces.orgp:pickList has a rendering bug in case the lists contain characters that are special in XML, like the ampersand &. The error displayed is: xmlParseEntityRef: no name. In standard JSF there ... |
13. growl throws javascript error for newline characters forum.primefaces.orgI tried to display an exception and it's stacktrace with growl. To be sure that the problem is with the newline char I put one in the exception message wich looked ... |
14. p:pickList and items with & character forum.primefaces.orgI'm using p:pickList and my list of items has the lines with the & character. When generating the xhtml markup such characters must be encoded as & to avoid the xml ... |
15. inputtext allows only characters?? forum.primefaces.orgHey , i need a component or smth to allow only letters (lowercase - uppercase or special) i use masked input , but you have to give it a pattern. But ... |
16. PDFexporter with umlaut, arabic or chinese characters forum.primefaces.org |
17. p:dataExporter Turkish character problem forum.primefaces.orgI m new to primefaces. And i want to use p:dataExporter so i downloaded and put itext.jar into project. When i create any pdf turkish characters like '',"","","" are not shown ... |