> > <%! String thisTable = "win_counterset"; %> > <db:dbform ... tableName="<%= thisTable %>" ... > > > which is OK and should be, since the tableName attribute > allows runtime values. > > BUT if I then attempt to use the 'position_win_counterset' > variable I get a compile error. > That's not a bug - that's a feature! You can not use the fixed variable names if you use RTEXPRVALUE for tablename. The tablenames are unknown during compile time because you will calculate them during runtime.
Use the dbforms context to retrieve the data! Please look here: http://jdbforms.sourceforge.net/UsersGuide/html/ch17s02.html Cheers, Henner ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms