Re: AW: Determining an Action's class

2008-06-11 Thread David Evans
If I understand your question correctly, what you are looking for is in the ActionProxy: http://struts.apache.org/2.0.11.1/struts2-core/apidocs/com/opensymphony/xwork2/ActionProxy.html It has getAction and getMethod methods. I'm not sure how to easily get ahold of the ActionProxy within a jsp. th

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: AW: Determining an Action's class

2008-06-11 Thread Joakim von Brandis
Kiesewetter S., ITSC Bonn, RV, EF, extern wrote: >> yes you can, >> >> you can even define different actions for each method in class >> > > Thx for the answer, but you didn't understand the question. I defined > several actions. Now i want to determine the class+method of an action > insid

Re: AW: Determining an Action's class

2008-06-11 Thread suprie
how about tag ?? you can define namespace, action , and the method also On Wed, 2008-06-11 at 12:50 +0200, Kiesewetter S., ITSC Bonn, RV, EF, extern wrote: > > yes you can, > > > > you can even define different actions for each method in class > > Thx for the answer, but you didn't underst

AW: Determining an Action's class

2008-06-11 Thread Kiesewetter S., ITSC Bonn, RV, EF, extern
> yes you can, > > you can even define different actions for each method in class Thx for the answer, but you didn't understand the question. I defined several actions. Now i want to determine the class+method of an action inside of a jsp page or inside of one of the tags of my own taglib. ---

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

Determining an Action's class

2008-06-11 Thread Kiesewetter S., ITSC Bonn, RV, EF, extern
Hello there, i want to determine an action's class and method using the action's namespace and name. I found nothing using the documentation :-( How may i to this? Thx, Sven - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit