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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]