> I guess the "image" contained in
> pagedImageList.getPageList() doesn't 
> implement List.

Should it really? Isn't image merely the scoped
variable for the current item of the iteration, and
can't it be of any type? pagedImageList.getPageList()
returns a List, it's items are assignes one-by-one to
the var variable.
 
> And you can try ${image.class} or
> ${image.class.name} to see if it's the 
> appropiate object.

This gives the same exception:

javax.servlet.ServletException: An error occurred
while evaluating custom action attribute "value" with
value "${image.class}": The "." operator was supplied
with an index value of type "java.lang.String" to be
applied to a List or array, but that value cannot be
converted to an integer. (null)

-- Thomas


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

Reply via email to