Re: how do you Show data from sql query result using datagrid taglib

2005-08-04 Thread Ferindo Middleton Jr
I keep getting this error message saying: org.apache.jasper.JasperException: /web/registration_and_attendance_record_maintenance/find_and_list_registration.jsp(177,13) According to TLD or attribute directive in tag file, attribute items does not accept any expressions I'm calling the tag like th

Re: how do you Show data from sql query result using datagrid taglib

2005-08-03 Thread Ferindo Middleton Jr
I keep getting this error message saying: org.apache.jasper.JasperException: /web/registration_and_attendance_record_maintenance/find_and_list_registration.jsp(177,13) According to TLD or attribute directive in tag file, attribute items does not accept any expressions I'm calling the tag like

RE: how do you Show data from sql query result using datagrid taglib

2005-08-02 Thread Néstor Boscán
Hi Ferindo It depends on what you are using to query the database. For example if you're using the sql:query tag from the JSTL library you just set the query result in the "items" attribute like this: items="${result.rows}". If you're using JDBC directly you need to store each row in a java be