I'm working on a web application and I have a jsp portlet and a controller. The form in the portlet has two fields, one of type text while the other is a combo box. I only get an empty value in the...
Type: Posts; User: finbrein; Keyword(s):
I'm working on a web application and I have a jsp portlet and a controller. The form in the portlet has two fields, one of type text while the other is a combo box. I only get an empty value in the...
I can create a form for file upload separately and a form for uploading parameters like name, description, etc separately. But I want to combine file upload function and submitting parameters in one...
I have tried several options at uploading several parameters and files at the same time. So we can have parameter parts like name, description and file upload part all in one form to be handled by a...