A better approach to to create a simple EL function such as stringToArray and
use it in the partialTriggers
e.g.
partialTriggers="#{ns:stringToArray(tableId)}"
and the function simply...
public static String[] toArray(String fieldId){
return new String[]{fieldId};
}
Paul Mander wrote:
>
> I can get around this my binding the partialtriggers attribute to a bean
> that returns a String array containing the table id.
>
--
View this message in context:
http://www.nabble.com/-Trinidad--autosubmit-of-row-selection-tf4487863.html#a12819082
Sent from the MyFaces - Users mailing list archive at Nabble.com.