Hi,
i have a BIG problem.

i load a xml file by JSTL:


<c:import url="data.xml" var="xml" />

<x:parse doc="${xml}" var="doc"/>

i want display these data but i have vary problems in this.

I have many Item tags. Every Item tag has vary childs.

Mainly i have do this code:

       <x:set select="$doc//Item" var="myItem"/>
<display:table name="${myItem}" pagesize="10">
           <display:column property="Name" />
           <display:column property="Email" />
           <display:column property="Address" />
</display:table>

unfortunaly this code non works. Tomcat return me this exception:

Exception: [.LookupUtil] Error looking up property "Name" in object type "org.apache.xerces.dom.DeferredElementNSImpl". Cause: Unknown property 'Name'

The exceprion is for all property :(

please, i am very confused. I lost a lot of my time on this. Help me :((


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to