One way of writing BaseAction

2003-01-13 Thread Chan, Charles
Hi, I just want to share with you my base action class implementation. I use reflection to avoid putting if../else logic in the execute() method. I am not sure if somone has done this before, so I want to share fragement of my codes here and ask for opinions. I have used it to implement a simple

RE: One way of writing BaseAction

2003-01-13 Thread Chan, Charles
- From: Chan, Charles [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:18 AM To: 'Struts Users Mailing List' Subject: One way of writing BaseAction Hi, I just want to share with you my base action class implementation. I use reflection to avoid putting if../else logic in the execute