setMsgCode(new String[] { gridDeterminations.getMessageCode() });
If it's expecting an array, you'll have to give it one.mail wrote: >getMessageCode() returns a String. > >The error message I get is: > setMsgCode(java.lang.String[]) in com.coramhc.grid.ResponseProcessForm >cannot be applied to (java.lang.String) > >Any ideas? > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

