P.S. I cannot use the "<db:select " construct in lists since I do not want it to be editable, but I would like to show some attribute, like name, from the referenced table though... ho to do this ?
Did you see dataLabel in the tagLibrary info?
The dataLabel tag contains an EmbeddedData tag (TableData, QueryData, or StaticData) The fieldName (defined in dataLabel) is used as a lookup for an element in the embeddedData collection.
Example:
<!We have an ID, we want to display the Description -look it up in the Priorities table -->
<db:dataLabel fieldName="ID_Priority"> <db:queryData name="aQuery" query="SELECT ID_Priority, Description from Priorities"/>
</db:dataLabel>
-- Shawn
Happily using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ DbForms Mailing List
http://www.wap-force.net/dbforms
