On Sun, Nov 14, 2010 at 11:49 AM, Paolo <[email protected]> wrote: > It is all right. > I have very small know about java bases. > I don't know differents between Array.AsList and ArrayList. > > However, please help me about this error, or what I have to study or check: > Multiple markers at this line > - Syntax error on token "add", = expected after this token > - Syntax error on token(s), misplaced construct(s) > > On thi part of code: > > public class MainApplication extends WebApplication { > private List<C> cheeses = new ArrayList<C>(); > cheeses.add (new > C("BBTAA","001","","","","","","","","","","Portafotografia > argento","","","","","","","","","19.00","","","1000","ard","verif","","","","","","0")); >
This list isn't the correct forum for folks to ask questions on how to solve compiler errors. That's a "core" Java question. I don't mind helping you (I don't like turning away folks that ask for help), but let's do it off-list. The folks on this list are concerned with Wicket-related questions, which this is not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
