Sorry guys, I found my problem. The syntax was correct the object sent to the
JSP page did not contains a req.reqItems property and that is the reason it bombed. I inserted a beginning and ending <c:choose...> <c:when...> tags and resolved my problem that way.
Thanks anyway. Regards.