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

Reply via email to