Re: ck/OnEvent with Context

2009-08-12 Thread ppetrou
List list = new ArrayList(); >> list.add("code101XXX"); >> list.add(String.valueOf(0)); >> list.add("codeXXX"); >> return list; >>} >> *** >> The problem is that the values parameter

Re: ck/OnEvent with Context

2009-08-12 Thread Norman Franke
The problem is that the values parameter of onChangeEvent(List values) always returns one value which is the value of value="auxInvoicedItemUI?.code" Is there anyway I can have the values parameter also containing the values returned by getMyContext() method? Petros -- View this me

ck/OnEvent with Context

2009-08-12 Thread ppetrou
roblem is that the values parameter of onChangeEvent(List values) always returns one value which is the value of value="auxInvoicedItemUI?.code" Is there anyway I can have the values parameter also containing the values returned by getMyContext() method? Petros -- View this message in contex