Re: can i call a java class in jstl?

2004-08-09 Thread Helios Alonso
In the first case, the code must be in "myMethod", in the second the code must be in the constructor (or in a static block inside the class ;-) but constructor would be nicer) At 15:32 09/08/2004 +0800, you wrote: if i use ${myUseBean.myMethod} or ,is the code in class will execute automaticly w

Re: can i call a java class in jstl?

2004-08-09 Thread ?fffffffffb8?fffffffffdf ?fffffffffb5?fffffffffc f?=
if i use ${myUseBean.myMethod} or ,is the code in class will execute automaticly when i open the page? --- Steve Lewis <[EMAIL PROTECTED]> 的正文: > > I thing the modern approach is a custom tag - > Custum functions are OK but are restricted to static > methods. It is not > easy to give these fun