I am trying to write a form with radio buttons, whos values source is a database, so I wrote this one, and it does not run:
---
<logic:iterate id="base_category" name="topCategories" property="categories"
type="tutim.general.beans.data.CategoriesTree.Category">
==> problem is here <html:radio property="baseCategory" value="${base_category.id}"/>
and so on
---
could SO perhaps tell me why (or rather, what is the reight expression to use, instead of ${...} ... )
Cheeers, Ron
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]