hi i have an app which has a legalist bean that enables manipulation of predefined terms. i wont this to be out put and entered into a drop down list, here is the code -
why wont it compile ? cheers chris
One day all greenhorns will run free ...
Ernest Friedman-Hill
author and iconoclast
Marshal
Well, if this is an exact cut and paste, I see several little errors right off the bat: the "import" needs a semicolon at the end, and the constructor invocation (first line of main) needs a set of empty parens before the semicolon. The line after that needs both some parens and a semicolon. Since I haven't seen the "legalist" class, I can't tell if you're using it correctly, so there may be more errors.