Re: How to call a method with params ?

2003-03-05 Thread George Coles
I think you can use c:set to set a vallue on a specified var in some scope. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to call a method with params ?

2003-03-05 Thread Ivonne Barrantes
I need to define use a collection with the months of the year, I'm sure it will take just a few lines, but i don't get it to work. This is what i've being trying to do: select c:forEach begin=1 end=12 var=month fmt:formatDate value=${month} pattern=/br

Tag libraries that use ExpressionEvaluator depend on Jakarta implementation

2003-03-05 Thread David M. Karr
This is probably obvious, but it is the case that any tag libraries that use the ExpressionEvaluator class in the Jakarta JSTL implementation are actually dependent on the Jakarta implementation, as opposed to the specification, correct? Since only the JSP api is described in the specification,