Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: BEGINNER: Asking user input from java/class to jsp

    Pretty much, but again it can get complex and tough to demonstrate without a concrete example. I'd suggest reading up on Object Oriented Programming concepts as well as design pattern concepts (in...
  2. Re: BEGINNER: Asking user input from java/class to jsp

    You don't, that's the beauty of it. Lets say your program deals with organizing employees for a company. Your model could consist of, amongst other things, a class named Employee. This class can...
  3. Re: BEGINNER: Asking user input from java/class to jsp

    Thanks for the explanation. If it were me I would refactor the code of the underlying 'class' (class in quote to distinguish it from any class in the web container) as the current route seems to be...
  4. Re: BEGINNER: Asking user input from java/class to jsp

    Just to make sure I understand your question correctly, you are having trouble persisting data from one page to the next (or 'n' pages forward)? If this is correct, I might suggest to either a) keep...
Results 1 to 4 of 4