Index: [thread] [date] [subject] [author]
  From: Luke Palmer <lop@duke.edu>
  To  : 
  Date: Thu, 8 Apr 1999 01:53:02 -0400

Re: console input

never mind, i found it, but that's the least of my problems right now.....

for anyone that wants to, add ~ola to your CLASSPATH, then you can use
tapestry.util.ConsoleInput and others.  keep in mind that this is a
singleton class, and you have to do the getInstance thing.....

i did this:

String instr = tapestry.util.ConsoleInput.getInstance().readString();

slightly cheezy on my part, but it works.
-luke




Index: [thread] [date] [subject] [author]