Hi friends,
In a jsp file I have used <html:file > property it looks something like this
<html:file property="attachments"/>
and in the form bean it has getters and setters like
public FormFile getAttachments() {
return attachments;
}
public void setAttachments(FormFile attachments) {