Is EL working in other JSPs in the same context? Do you have a servlet
2.4 web.xml? As an aside, its a good idea to use lowercase for the
first (and second ;-) letter in a bean or property id/name.

-Rahul

On 4/29/05, Poornima V Camblay <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I am a newbie to JSTL-EL and writing custom tags. I have a problem, where
> i have a custom tag with one attribute and the attribute value is an
> ArrayList       .
> So, in my JSP, when i write the following code, it gives me and error
> which says:
> 
> Error:
> 
> [ServletException in:search.jsp] Unable to convert string
> '${requestScope.SrchViewBean.srchLabels}' to class java.util.ArrayList for
> attribute name: java.lang.IllegalArgumentException: Property Editor not
> registered with the PropertyEditorManager'
> 
> My Code Snippet:
> 
> <mylib:PopulateSearchDirs name="${requestScope.SrchViewBean.srchLabels}"
> />
> 
> I am sorry if this sounds like a silly problem. Can anyone please help me
> on this.
> 
> Regards,
> Poornima.
>

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

Reply via email to