character « PrimeFaces « JSF Q&A





1. Arabic characters in PDF export    forum.primefaces.org

Hi, 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.org

hi, how can i specify the maximum number of characters a user can type into a . i want to restrict them to 400 characters. i mean like maxlength property ...

3.  some characters not picked up    forum.primefaces.org

Using: pf-3.0.M2 jsf-2.0 gf-3.1.1 Some characters, like '+' and '&' are ignored or replaced by blankspace when "injected" as parameters to the handleCommand() method bound to the component. I guess ...

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.org

I 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.org

For 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. ...

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.org

Highlighting 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.org

In 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.org

14 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.org

p: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.org

I 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.org

I'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.org

Hey , 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 ...





17. p:dataExporter Turkish character problem    forum.primefaces.org

I 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 ...