RE: [OS-webwork] Help in example bank application

2003-03-05 Thread Jason Carreira
Title: Message In src/resources/web/WEB-INF/classes/views.properties there is this line:   bank.transfer.action="">   this tells Webwork that the bank.transfer.action is the class bank.Transfer   because of this line in webwork.properties:   webwork.action.packages=webwork.examples, webwor

Re: [OS-webwork] Help in example bank application

2003-03-05 Thread Hariharan
Jason Carreira wrote: Message It actually forwards control to the bank.transfer action and the !default tells it to execute the default command, so it will call doDefault(). -Original Message- From: Hariharan[mailto:[EMAIL PROTECTED]] S

RE: [OS-webwork] Help in example bank application

2003-03-05 Thread Jason Carreira
Title: Message It actually forwards control to the bank.transfer action and the !default tells it to execute the default command, so it will call doDefault(). -Original Message-From: Hariharan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 2:18 AMTo: [EMAIL PROTE