How can I call a constructor in a EL expression?

Viewed 23

Is there a way to do something like:

<c:set var="date" scope="page" value="${new Date()}"/>

Notice that Date is just an example.

0 Answers
Related