I have to convert the following ASP code to JSP can you please help me to do so.
dim OfficeIds : OfficeIds = Replace(Request(“OfficeIds”),”,”,”*”)
dim CategoryIds : CategoryIds = Replace(Request(“CategoryIds”),”,”,”*”)