How can I extend a jsf primeface link? I want to use the actionListener attribute with the link and overwrite the encodeAll method.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
You could create a composite component as a wrapper and use a backing class:
Overwrite the encodeChildren method in the backing Class. Please note: This is rather a hack than a clean solution. Depending on what you want to do a custom renderer would be appropriate. |
|||
|
|