On Tue, 10 Sep 2002, Hao Ding wrote:
> 1. In Chapter 2 of JSTL in action, it says most of standard JSP core
> tags , ,such as , are
> rarely needed when using JSTL. How can these functions be realized
> using JSTL tags?
is effectively replaced by ; and
scripting variables are, with a fe
1. In Chapter 2 of JSTL in action, it says most of standard JSP core
tags , ,such as , are
rarely needed when using JSTL. How can these functions be realized
using JSTL tags?
2. Are only "getting" methods in the bean cleasses can be called by EL ?
How can call general functions (non-getti