Attribute indexed invalid according to the specified TLD

2003-02-17 Thread MarwanSalam [EMAIL PROTECTED]
Hi, I am getting Attribute indexed invalid according to the specified TLD in my JSP. Here is part of my ActionForm: private List parameterList = new ArrayList(); public List getParameterList() { logger.debug(List size is: + this.parameterList.size()); return

Re: Attribute indexed invalid according to the specified TLD

2003-02-17 Thread Kris Schneider
Try: http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#text You're looking at the 1.1 stuff... MarwanSalam wrote: Hi, I am getting Attribute indexed invalid according to the specified TLD in my JSP. Here is part of my ActionForm: private List parameterList = new ArrayList