Re: Struts Action with two or more "process methods"

2007-09-24 Thread michetag
OK..thanks so much cilquirm wrote: > > You can also map each method to a name in your struts.xml by using the > method attribute of the action tag. > > > > > > > Ganebnyi Genadii wrote: >> >> Requesting action like /web-path/someAction!someMethod.action, calls >> SomeAction.doSomeMethod()

Re: Struts Action with two or more "process methods"

2007-09-21 Thread cilquirm
You can also map each method to a name in your struts.xml by using the method attribute of the action tag. Ganebnyi Genadii wrote: > > Requesting action like /web-path/someAction!someMethod.action, calls > SomeAction.doSomeMethod(). > > 2007/9/21, michetag <[EMAIL PROTECTED]>: >> >> >> Hi

Re: Struts Action with two or more "process methods"

2007-09-21 Thread Genadii Ganebnyi
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 understa

Struts Action with two or more "process methods"

2007-09-21 Thread michetag
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 actio