How can i apply a patch to my PrimeFaces dataTable. Here is the patch that i want to apply: http://code.google.com/p/primefaces/issues/detail?id=3608
0
votes
1 Answers
0
votes
You will find the PF sources here: http://code.google.com/p/primefaces/source/checkout. Check out the sources and apply your patch file (using patch. If you are new to patch you may find useful this quick guide: The Ten Minute Guide to diff and patch). Finally build and include the resulting jar within your project.