I'm working on a
jsp page which contains several expressions like this:
@{bean.widgetProperty} [at brace bean dot widgetProperty]
Is the
@{bean... notation part of the JSP specification? Is that part of the JSTL?
We're also using Common Controls, a third-party library for interface design, but it's documentation is lacking, and I wasn't able to find reference to this kind of notation.
Thanks for any assitance.
-Colin Freas
[braced comments only for easy searching]