The board somehow screwed my code. The line servletRequest.setAttribute(variableNames, request.substring(start, end));
should be servletRequest.setAttribute(variableNames[ i ], request.substring(start, end)); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988552#3988552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988552 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
