aspose file tools
The moose likes Beginning Java and the fly likes legalist bean to drop down list Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "legalist bean to drop down list" Watch "legalist bean to drop down list" New topic
Author

legalist bean to drop down list

Chris Davies
Ranch Hand

Joined: Feb 26, 2003
Posts: 110
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

Joined: Jul 08, 2003
Posts: 24039
    
  13

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.


[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: legalist bean to drop down list
 
Similar Threads
Populating dropdown menu based on another
compiling in unix
java util package
problem with method
non compiling drop down list