In
jsp, we can use jsp:useBean to create a bean object.
Can we create other type of object with standard action or jstl than scripting e.g. <% request.setAttribute("name", new Object()) %>?
Probably we have to write our own custom tag "tag:useObject" for it, do we? :roll: