I have an object Student and which has a field Subjects which is of type private ArrayList<String>,
public class Student implements ... {.............................private ArrayList<String> subjects......................}
I need to add subjects (which is an arraylist of type String) under the Student object from a guided rule but all I get in a guided rule is a text box for literal value.I am trying to avoid free form DRL. I tried the change and modify options for the student object in the action part but they give the same text box to put a literal value which fails during compilation.Has anyone tried to add String values to an ArrayList of String type from a Guided rule?

--
You received this message because you are subscribed to the Google Groups "Drools Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-usage+unsubscribe@googlegroups.com.
To post to this group, send email to drools...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/drools-usage/2856f6e8-604b-4999-a379-d41cb84b3117%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to drools-usage...@googlegroups.com.