From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 10:14 PM Subject: [dbforms] db:select
> < db:select fieldName = "region_id" > > < db:tableData > name = "region_id" > foreignTable = "region" > visibleField = "name" > storeField = "id" / > > </db:select> > > /area_new_rb.jsp (40,4) According to the TLD attribute > visibleFields is mandatory for tag tableData > > at org.apache.jasper.compiler.TagBeginGenerator.validate > (TagBeginGenerator.java:159) > > What I do not correctly, whether it is possible to use some such elements > on one jsp and whether it is possible to use the dot notation for the tables? The error message is that you have to add the visibleFields element in the db:tableData tag. As I see, in your code, you wrote visibleField and not visibleFields. Check your code for correct spelling. Stratos Nikolaidis Thessaloniki, Greece ------------------------------------------------------------- http://www.mail.gr/ - Get Your Private Free Email Address! http://www.ringtone.gr/ - Ringtones & Logos for your mobile! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
