Ger Gleeson

Greenhorn
+ Follow
since Dec 14, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ger Gleeson

I seem to be having a big problem with eclipse, i cant run anything inside it.
I have no problem in compiling .java files using javac in command prompt which allows me then to run it inside eclipse.
This is ok except, i need use of api's that are not in my jdk and eclipse provides a simple way of adding these jars to the classpath. Any suggestions
17 years ago
Currently using web tool platform, and having problems exposing my ejb as a web service.
Do i try to expose the actual bean, or the remote interface.
Are there any good tutorials on this.
17 years ago
How do you show more than one field of a drop down list eg. I have a flight collection and i want to be able to select the flightID from a drop down list while also being able to see the destination and departure airports.
I am currently using a <html:select> and <html ptions> but cant seem to figure it out, please help
18 years ago