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-dojo-tags with Struts 2.0.9

2007-09-07 Thread Genadii Ganebnyi
Is there any posibility to use struts-dojo-tags with Struts 2.0.9 or the only variant is to wait till 2.1 is released?

Enum in

2007-08-30 Thread Genadii Ganebnyi
How to use enum correctly in test statement. Currently I am doing: where SearchType is enum, but this does not work :(