The <
jsp:useBean> is not necessary if the scoped variable
cmd has already been established on the request by a controller. Is that the case?
Actually, if you are seeing
${cmd}, including the delimiters, on the browser, it more likely means that the EL is not enabled, probably due to a misconfiguration of your application. See the JSP FAQ for information on properly configuring you web application.