Re: Determining an Action's class

2008-06-11 Thread Onur Idrisoglu
Onur Idrisoglu <[EMAIL PROTECTED]> >> Subject: Re: Determining an Action's class >> To: "Struts Users Mailing List" >> Date: Wednesday, June 11, 2008, 7:28 AM >> while calling the action in for, >> use this format : action!method >> >> >&

Re: Determining an Action's class

2008-06-11 Thread Dave Newton
Unless dynamic method invocation is turned off. --- On Wed, 6/11/08, Onur Idrisoglu <[EMAIL PROTECTED]> wrote: > From: Onur Idrisoglu <[EMAIL PROTECTED]> > Subject: Re: Determining an Action's class > To: "Struts Users Mailing List" > Date: Wednesday, Jun

Re: Determining an Action's class

2008-06-11 Thread Onur Idrisoglu
while calling the action in for, use this format : action!method On Wed, Jun 11, 2008 at 1:50 PM, Kiesewetter S., ITSC Bonn, RV, EF, extern <[EMAIL PROTECTED]> wrote: >> yes you can, >> >> you can even define different actions for each method in class > > Thx for the answer, but you didn't unde

Re: Determining an Action's class

2008-06-11 Thread Onur Idrisoglu
yes you can, you can even define different actions for each method in class On Wed, Jun 11, 2008 at 12:47 PM, Kiesewetter S., ITSC Bonn, RV, EF, extern <[EMAIL PROTECTED]> wrote: > Hello there, > > i want to determine an action's class and method using the action's > namespace and name. I found