Maybe instead of: <display:table name="${Form.map.runs}" ...>
You could try <display:table name="Form.map.runs" ...> I think that displaytag will handle the object evaluation itself. Also, since none of this stuff is actually JSTL, changing the JSTL lib shouldn't affect anything. Did you actually change JSP version from 2.4 to 2.3 (check the xml declaration at the top of your web.xml)? That would change the in-line EL evaluation, which WOULD affect how ${anything} is handled. fea jabi wrote: > thanks for your response. But that didn't help either. any other > suggessions??? Thanks. > > >>From: "Rajesh Kalluri" <[EMAIL PROTECTED]> >>Reply-To: displaytag-user@lists.sourceforge.net >>To: <displaytag-user@lists.sourceforge.net> >>Subject: Re: [displaytag-user] JSTL 1.1 to JSTL 1.0 and struts >>Date: Wed, 21 Jun 2006 14:01:17 -0500 >> >>try using uid instead of id >> >><display:table name="${Form.map.runs}" uid="runs" >>requestURI="PrepareAction.do" class="single-table" defaultsort="7" >>defaultorder="descending" pagesize="6"> >> >> >>> [EMAIL PROTECTED] 6/21/2006 1:20 pm >>> >>we were using JSTL 1.1 >> >><display:table name="${Form.map.runs}" id="runs" >>requestURI="PrepareAction.do" class="single-table" defaultsort="7" >>defaultorder="descending" pagesize="6"> >> >><display:column> >>................. >></display:column> >> >>.......................... >>......................... >></display:table> >> >>until now everything was working fine. >> >>Now we had to change to JSTL version 1.0 >> >>When I debug the "runs" as soon as I come to <display:column> I see >>the >>runs as null and also runs_rowNum is also null. >> >>I am using DynaActionForm of struts. >> >>not sure why the runs, runs_riwNum values are null. The session form >>bean >>does have the values. >> >>How to fix this? >> >>thanks. >> >>_________________________________________________________________ >>Don't just search. Find. Check out the new MSN Search! >>http://search.msn.click-url.com/go/onm00200636ave/direct/01/ >> >> >> >>"CONFIDENTIALITY NOTICE: This communication, including any attachments, >> may >>contain confidential information and is intended only for the individual >> or >>entity to whom it is addressed. Any review, dissemination, or copying of >>this communication by anyone other than the intended recipient is >> strictly >>prohibited. If you are not the intended recipient, please contact the >>sender by reply email and delete and destroy all copies of the original >>message." >> >>All the advantages of Linux Managed Hosting--Without the Cost and Risk! >>Fully trained technicians. The highest number of Red Hat certifications >> in >>the hosting industry. Fanatical Support. Click to learn more >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 >>_______________________________________________ >>displaytag-user mailing list >>displaytag-user@lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/displaytag-user > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today - it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > displaytag-user mailing list > displaytag-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/displaytag-user > -- Rick Herrick [EMAIL PROTECTED] I haven't got time for inner peace. "No reasonable definition of reality could be expected to permit this."--Albert Einstein, Boris Podolsky and Nathan Rosen in 1935 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user