cancel
Showing results for 
Search instead for 
Did you mean: 

Module access to POST data

clayton
Champ in-the-making
Champ in-the-making
How should one access the HTTPServletRequest object from a POST from an AMP module using the Java API?

In particular, which beans should be referenced in the Spring context file?

Thanks,

Clayton
1 REPLY 1

clayton
Champ in-the-making
Champ in-the-making
To be more specific here, to carry out some repository operations using data from an http form  governed by a SimpleFormController with a couple of view/success jsps, is it OK to use Alfresco's dispatcher servlet?  Or is it better for the app to have its own dispatcher?

Clayton