Hi,
is there some way I can add some value to the list in *one screen*, for
example:
<set field="myList[]" value="1" global="true" to-scope="user"/>
and when I add second value in *another screen*, for example:
<set field="myList[]" value="2" global="true" to-scope="user"/>
I want to have myList in context with elements {1, 2}.
All I succeeded to do was second screen overwriting the first value, so i
would get context.myList = {2}
tnx
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Sharing-context-between-screens-tp4369333p4369333.html
Sent from the OFBiz - User mailing list archive at Nabble.com.