Problem witth using Spring MVC portlet in WeblogicPortal
844431Mar 31 2011 — edited Apr 1 2011I wrote a simple application run Spring MVC portlet on Weblogic Portal. I use @Controller (annotation version) instead SimpleFromController (was deprecated). Every things are fine but with submit form use tag <form:form ... >. When I submit the form from JSP It is not bind data to Model. It mean that when I use @ModelAttribute (arguement level) to get data model from JSP, it always return null.
I have try a lot of solution but it's still not working
Note: Data model is Ok when binding to JSP using <form:form> tag
I have already set @SessionAttribute for Model
Any one have solution for this case ?
Edited by: user8502077 on 31-Mar-2011 05:03