Hi wouter,


I got the same error:

javax.servlet.jsp.el.ELException: Unable to find a value for "number" in 
object of class "java.lang.String" using operator "."



I'm using the 3.1-M1

The problem is from the dummy values. The generated code is:


Quote:
form.setFileList(java.util.Arrays.asList(new Object[] {"fileList-1", 
"fileList-2", "fileList-3", "fileList-4", "fileList-5"}));
(end of quote)


insteed of

form.setFileList(fileListDummyList);



Louis
--
Louis
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1864#1864
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to