Prevent using @ in parameter names
Prevent using @ as part of parameter name. If you use it in JSP, it works fine, but when sent to development server, is replaced by _, which breaks the code.@ is used in SQL Server, but should not be used in parameter names.When using Java Scriptl...