You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ho...@netscape.net on 2000/11/17 13:37:58 UTC

mailing list accessable from web

Hello

I must admit that I'm not used to using mailing lists.
I prefer news groups, so that I can easily browse and search old
messages, for example using www.deja.com.

Is there any way as of today to browse and search the mailing list
for struts-user / struts-dev using my browser ?

If not, is there any plans for a news group / mailing list archive
on the web ?

Just asking
Alf Hogemark

How to combine option tag, iterate tag

Posted by Stefan Wesner <we...@rus.uni-stuttgart.de>.
Hi all,

I have a collection of "Institute" objects the have (beside others) the
properties "id" and "name" supposed to be used as value content within an
select element.

The question is how to expose the id property to the value attribute of the
option tag in  order to receive sth. like

<option value="17">An institute</option>


I try it this way but have no clue what to do with the value attribute:

<form:select size="5" property="instituteId">
   <logic:iterate id="element" name="instituteList">
        <form:option value="??" ><bean:write name="element" property="name"
/>
        </form:option>
   </logic:iterate>
</form:select>

I do not like the options tag as it require to my understanding separate
collections for the ids and the values.

Kind regards,
Stefan Wesner.


Re: mailing list accessable from web

Posted by Robert Leland <Ro...@freetocreate.org>.
David Noll wrote:

> http://www.mail-archive.com/struts-user%40jakarta.apache.org/

It only has 2 pages of mail.

--
Rob Leland Robert@freetocreate.org (+01-202-544-0533)
CGH Technologies
FAA ATA 200 Lab



Re: mailing list accessable from web

Posted by David Noll <li...@noll.org>.
http://www.mail-archive.com/struts-user%40jakarta.apache.org/

----- Original Message ----- 
From: <ho...@netscape.net>
To: <st...@jakarta.apache.org>
Sent: Friday, November 17, 2000 7:37 AM
Subject: mailing list accessable from web



Hello

I must admit that I'm not used to using mailing lists.
I prefer news groups, so that I can easily browse and search old
messages, for example using www.deja.com.

Is there any way as of today to browse and search the mailing list
for struts-user / struts-dev using my browser ?

If not, is there any plans for a news group / mailing list archive
on the web ?

Just asking
Alf Hogemark