RE: How to Pre-fill a formbean - correction

2002-03-15 Thread Jay sissom
Without seeing the source code to mainForm, we can't help much. It looks like you don't have a method in mainForm with a signature like this: public void setProperty1(String value) { ... } On Fri, 15 Mar 2002, HERSHKOWITZ,PHIL (A-Sonoma,ex1) wrote: > I mistyped the compiler output. It shoul

RE: How to Pre-fill a formbean - correction

2002-03-15 Thread HERSHKOWITZ,PHIL (A-Sonoma,ex1)
I mistyped the compiler output. It should read: [javac] Found 2 syntax errors in ...: [javac] [javac] 36. mainForm.setProperty1("Dog"); [javac] <> [javac] [javac] *** Syntax: misplaced construct(s) [javac] [javac] [java