when I try to print the values using:
#foreach($workque in $workques)
<tr>
<td>$workque.wrkq_id</td>
<td>$workque.wrkq_wkgp_id</td>
<td>$workque.wrkq_wrkr_id</td>
</tr>
#end
I get:
$workque.wrkq_id $workque.wrkq_wkgp_id $workque.wrkq_wrkr_id
the values I am trying to access are referring back to the actual
database column names (workque.<COLUMN NAME>). Should I have a
corresponding Workque.java file with methods for getting this info or
can I access the data in this current form?
Brian Allen
Brian Allen
Software Engineer
Westpole,Inc.
(734)995-6390x19
[EMAIL PROTECTED]