I'm trying to add another value to a an Array..
<%= ProductManager.getAddItems(new String[] {((String)pageContext.getAttribute("skuId"))}, (Order)pageContext.getAttribute("order"), request,response) %>
I want to add pageContext.getAttribute("qty") to the above String array but just can't seem to get it to work. Google the subject to death and not finding any examples of what I'm trying to accomplish.. any suggestions would be MUCH appreciated!