I think there are some taglibs that let you call functions on objects,
but you could also considering wrapping Hits in something that is JSTL
friendly, perhaps a List that JSTL knows how to handle.

Otis


--- Omar Didi <[EMAIL PROTECTED]> wrote:
> I have the following expression : 
> 
> <c:set var="result" value="${searchForm.results}"/>
> 
> results is of type Hits, i want to know if there is a way using
> Expression language or jstl to access for example: result.doc(i).
> 
>  
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to