Hey guys,

    VarMap bizdata = new VarMap();
    bizdata.put("user", user);

i'm doing something very silly here but can't figure it at all....

                        VarMap bizData = new VarMap()
                        .add("fname", model.lookupWidget("fname").getValue());
                        
                        ......
                        newUser.setFirstName(bizData.fname);

This gives me bizData.fname cannot be resolved or is not a field. What am I doing wrong?

many thanks

Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to