You can also map each method to a name in your struts.xml by using the method
attribute of the action tag.

<action name="test" class="mypackage.MyAction" method="test"/>




Ganebnyi Genadii wrote:
> 
> Requesting action like /web-path/someAction!someMethod.action, calls
> SomeAction.doSomeMethod().
> 
> 2007/9/21, michetag <[EMAIL PROTECTED]>:
>>
>>
>> Hi all!!..
>> I'm new with the framework and we are trying to develope a proyect with
>> Struts 2.
>> In the Analysys of the proyect we are trying to understand if it's
>> possible
>> to call different "process methods" ( or execution method ) in the same
>> Action class.
>> It is so or always when we call an action class have to execute the same
>> and
>> unic process method? Somebody can help me?..
>>
>> Thanks so much and sorry for my english
>> --
>> View this message in context:
>> http://www.nabble.com/Struts-Action-with-two-or-more-%22process-methods%22-tf4492646.html#a12813067
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts-Action-with-two-or-more-%22process-methods%22-tf4492646.html#a12823236
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to