Re: Method invocation in JSTL

2002-10-08 Thread Hans Bergsten
Donghyeok Kang wrote: > Hi, guys... > > Is there any way to invoke some method with parameters in JSTL? > > For example, "SomeClass.setProperty(String someParam, int otherParam) > " or "SomeClass.getProperty(String someParam, int otherParam)" > > Can the method invocation like this be replaced by

Re: Method invocation in JSTL

2002-10-08 Thread Karr, David
> -Original Message- > From: Donghyeok Kang [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 3:31 AM > To: [EMAIL PROTECTED] > Subject: Method invocation in JSTL > > Hi, guys... > > Is there any way to invoke some method with paramete

Method invocation in JSTL

2002-10-08 Thread Donghyeok Kang
Hi, guys... Is there any way to invoke some method with parameters in JSTL? For example, "SomeClass.setProperty(String someParam, int otherParam) " or "SomeClass.getProperty(String someParam, int otherParam)" Can the method invocation like this be replaced by JSTL? Thanks in advance..