Hello Tarun,

Tarun Reddy wrote:
Hi,
You can do this way,
<logic:iterate name="Portal" property="deaktserver" id="srv">
    <html:multibox property="inaktmachines">
          <bean:write name="srv" />
    </html:multibox>
</logic:iterate>

This should work.

This produces an Unterminated &lt;html:multibox tag.

Btw: the property deaktserver resolves to a
get/setDeaktserver() which gets or sets an ArrayList <String>.

Is there another way to do it?


Kind regards,
Andreas Hartmann



On 5/5/06, Andreas Hartmann <[EMAIL PROTECTED]> wrote:

Hello!

I've got in a jsp the following code:

<logic:iterate name="Portal" property="deaktserver" id="srv">
<html:multibox property="inaktmachines" value='<%= srv %>' />
</logic:iterate>

-> This does not work.


srv contains a string which I want to have as value of html:multibox. How
should it be written?


I would be glad to get a hint!
Kind regards,
Andreas Hartmann




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to