Skip to content

Tag: struts2

Content-Type not allowed: fileUpload in Struts 2

I am new to Struts 2 and trying to do use fileUpload interceptor. I am attaching all my code layers Action Class (FileUploadAction): error.jsp: Success.jsp: fileUpload.jsp: I am not understanding why I am getting this error Although my uploading file format is .jpg. Answer You are getting this error probably …

Add one more option field in the Struts2 select tag

i have one struts 2 select tag like below. it rendered as below i want to add one more option field with null value to the Option field with modification in the list. In struts 1 it is possible like below like that is it possible in the struts 2 note:i couldn’t able to modifiy the list before the page