With Spring 2.5, is there a reason why not using annotations for managed
beans except for the lack of possibility to inject request parameter? I
tried with something like this:
@Controller
@Scope("request")
public class ClientForm extends BasePage implements Serializable {
/**
*
*/
private static final long serialVersionUID = 3157623575918409233L;
@Resource
private GenericManager<Client, Long> clientManager;
And used getParameter("id") in the edit method of ClientForm.
Rene
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]