Bernard,

You should just be able to just call your id and name getters:

         <ww:iterator value="departmentList">
                <tr>    
                 <td><p><ww:property value="id" /></p></td>
                 <td><p><ww:property value="name" /></p></td>
            </tr>
         </ww:iterator>

and it should call getId() and getName()

/rick



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to