data grid

2007-08-07 Thread Venu Madhav
Hi, Can anybody tell me if jstl1.1 can be used in apache datagrid. Earlier I used this grid with jstl1.0. Now I wanna no if the grid was improved to use jstl1.1 or not. -- Regards, Venu madhav.Yelamanchili Developer, WCS Team, Miracle Software Systems, [EMAIL PROTECTED]

Please solve

2007-05-03 Thread venu madhav
Hi rashmi, Earlier you gave me a solution for using datagrid with Apache taglib. The datagrid was designed to use with old servlet spec and JSTL spec. Am trying to use the code fragment shown below * c:out value='${sessionScope.data[pid]}'/* here data is a map object

Re: Bug

2007-04-29 Thread venu madhav
Rashmi Rubdi wrote: On 4/29/07, Martin Cooper [EMAIL PROTECTED] wrote: Like I said before, make sure your web.xml file is referencing Servlets 2.4or later. You can have all the latest software, but if your web.xml file is referencing an earlier version of the spec, it won't make any

Re: Bug

2007-04-29 Thread venu madhav
Rashmi Rubdi wrote: On 4/29/07, venu madhav [EMAIL PROTECTED] wrote: Rashmi, I understood what you are saying. I want to make clear that there is no wrong in my web.xml . Hi Venu, Just to be clear, please elaborate on what you mean by there is no wrong in my web.xml

Re: Bug

2007-04-29 Thread venu madhav
Rashmi Rubdi wrote: Hi Venu, I was able to solve this error, please see the explanation below. I too got this error: org.apache.jasper.JasperException: /p/datagrid/index.jsp(475,0) According to TLD or attribute directive in tag file, attribute items does not accept any expressions when I

Re: Bug

2007-04-29 Thread venu madhav
Rashmi Rubdi wrote: On 4/29/07, venu madhav [EMAIL PROTECTED] wrote: Hi Rashmi, Thank you very much for providing me the solution. So , we can conclude that the taglib was written using old spec and it was not updated isn't it. Any way thanks once again for solving my