[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-31 Thread javalau
I always get the error: Conversion Error setting value 'XXX1 XXX2 XXX3 XXX4' for '#{var[]}'. public class ArrayStringConverter implements Converter { private static final long serialVersionUID = 1L; public boolean supports(Object value) { if (value == null)

[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-28 Thread jcv
javalau wrote : Maybe the selectManyCheckbox value attribute must be a value-binding expression to a property of type List, but the object of list type can not persist in jbpm3.2. | | How to solve the problem ? The problem was that the value attribute was actually a list. To solve the

[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-28 Thread kukeltje
http://docs.jboss.com/jbpm/v3/userguide/context.html#customizingvariablepersistence View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049133#4049133 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049133

[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-26 Thread javalau
Maybe the selectManyCheckbox value attribute must be a value-binding expression to a property of type List, but the object of list type can not persist in jbpm3.2. How to solve the problem ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048827#4048827 Reply

[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-25 Thread kukeltje
- what conversion error - debug info? - example process and form? anonymous wrote : or change the value of the workflow variable without coupling the bean with the workflow code? What do you mean by this??? View the original post :