Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem witth using Spring MVC portlet in WeblogicPortal

844431Mar 31 2011 — edited Apr 1 2011
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2011
Added on Mar 31 2011
1 comment
213 views