You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ron piterman <ro...@gmx.net> on 2004/07/14 14:51:13 UTC

How to use dynamic values in html:radio

Hi,
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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How to use dynamic values in html:radio

Posted by Michael McGrady <mi...@michaelmcgrady.com>.
Look at my last answer to you.

At 05:51 AM 7/14/2004, you wrote:
>could SO perhaps  tell me why (or rather, what is the reight expression to 
>use, instead of ${...} ... )



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org