taglib-datagrid, IllegalArgumentException , org.apache.taglibs.datagrid.DataGridTag.setItems(DataGridTag.java:928)

2007-04-06 Thread mansour77
hello every one: I have spent long time trying to find out what's wrong with this tag. I am getting an error trying to set the items. here's my code. % request.setAttribute(invoices , bean.getInvoices() ); ui:dataGrid items=${invoices} var=i name=dg1 columns column

Re: taglib-datagrid, IllegalArgumentException , org.apache.taglibs.datagrid.DataGridTag.setItems(DataGridTag.java:928)

2007-04-07 Thread mansour77
Rashmi Rubdi wrote: Hi there, Someone else had a similar error: http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-user/200412.mbox/[EMAIL PROTECTED] SEVERE: Servlet.service() for servlet jsp threw exception java.lang.IllegalArgumentException at

Re: taglib-datagrid, IllegalArgumentException , org.apache.taglibs.datagrid.DataGridTag.setItems(DataGridTag.java:928)

2007-04-07 Thread mansour77
Before I go and report a bug, I need to ask you a question. I think you are about to solve the issue for me. I stepped through the source for this tag, and it's not evaluating my items as an Collection obj. I think I am having a problem with the syntax I am using. You adviced me to use