T
tim.enloe
Hi, I'm trying to output a random number using Math.random with JSTL
but it isn't working. Is there something wrong with this syntax?
<c
ut value="${Math.random}" />
The standard way works just fine
<%= Math.random() %>
Thank you,
Tim
but it isn't working. Is there something wrong with this syntax?
<c
The standard way works just fine
<%= Math.random() %>
Thank you,
Tim