سؤال

I have a @ModelAttribute someString in my Controller. How can I access the value in my JSP? I tried this:

<form:input path=""/>

but it doesn't work

Please help.

هل كانت مفيدة؟

المحلول

Have you tried to define it in the jsp form? Something like this..?

<form:form id="form" action="${formAction}" method="post" modelAttribute="someString" enctype="multipart/form-data">
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top