I have a datatable in my site and an export button on the bottom. Now I like to transfer the <List> of the datatable to the export-button bean. But the <List> ...
the queer problem i'm facing is that my setpropertyActionListener passes the value of the previous Item rather than the current one after doing a search my list.
here's my SSCCE :
Hello, I am trying to pass two parameters i.e. (nomComposantARejouer, typeFileARejouer) to an action method (gestionnaireMessagesController.rejouerMessage) using the setPropertyActionListener (we use jsf 1.2). Here is the relevant jsp code: However, I always get a NPE because both parameters are null when ...