You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ingo Villnow <in...@googlemail.com> on 2007/11/08 15:05:06 UTC

dynamic use of and struts

Hello,

i want to use the swapper with dynamic filled values, like this:

<uiwidgets:swapper id="swapper" boxWidth="150" divStyle="border:2 solid
#017fff;" boxStyle="color:#ff0000;">
    <logic:iterate id="element" name="databean" property="employeevector">
        <option value="TEST"><bean:write name="element"
property="value"/></option>
     </logic:iterate>
</uiwidgets:swapper>

Now i want to fill the "TEST"-value dynamically from a JavaBean. Is
there any way, for example: <option value="<%..... %>">....</option>??

Any ideas?

Thank you very much.

Ingo from Berlin