optional « Parameter « JSP-Servlet Q&A





1. Servlet: Handling many optional parameters    stackoverflow.com

Just wondering if there is a more elegant or standard way to handle the optional parameters or if you have to check if every one is null. I have 10+ ...

2. Optional parameters in jsp...    coderanch.com

If we want to make some of the parameters optional to my jsp page then i have set the required element attribute of that optional parameter in my ".tld" file to false right. If i have this set up to false then i can still have this parameter in my jsp page right. This set up doesn't work. How to make ...