I have a nested from which I would like to call a method on my bean, passing the current object in iteration.
This method would turn that object into a HTML representation of that complex object. How do I call it?
|
I have a nested from which I would like to call a method on my bean, passing the current object in iteration. This method would turn that object into a HTML representation of that complex object. How do I call it? |
|||
|
|
|
I ended up creating a function in facelets-taglib with signature:
then called it in my facelet:
|
|||
|
|