Changes between Version 19 and Version 20 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/04/07 19:27:33 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v19 v20 29 29 == Automatic Data Binding to Request Handler == 30 30 31 Hello.java class has serveral parameter valuesname and year:31 Your RequestHandler implemnatation (say Hello.java) can have serveral parameter values, e.g., name and year: 32 32 {{{ 33 33