How to set the file attachement field manadatory
Hi All,
Good morning!
I have used like below
| String fileattach = pageContext.getParameter("Attachments"); | |
| fileattach.setRequired("yes"); | 
but getting method setRequired ( java.lang.String) not found.
Can you please let me know which package need to put in my code?
Many thanks,
Surya.
0