I'm learning struts 1, yes, the old one.
Is it possible to use an Action (Dispatch Action for example) without a FormBean?
I know that is possible to use a FowardAction, but I want to use a DispatchAction because I need to use a Controller, but I don't need a FormBean, I'll get information from the query string.