Hi everybody,   
Here is my code, the result isn't posted inside the "select list", but
outwards, why?

                <s:select label="Entite de gestion"
                          name="mySelection"
                          listKey="PK_AMC"
                          listValue="nomAMC">
                <s:property value="map" />
                        
                </s:select>

 Regards,

Nabil.


Le lundi 06 novembre 2006 à 11:05 -0500, Ed Griebel a écrit :
> You need to use either <logic:iterate> or <c:forEach> to iterate over your
> beans.
> 
> This deals with arrays but is useful for how to use the iterator and how to
> populate a select list: http://husted.com/struts/tips/006.html
> 
> HTH,
> -ed
> 
> On 11/6/06, nalimoussa <[EMAIL PROTECTED]> wrote:
> >
> > Hi everybody,
> >
> > I have to create a map in a bean which recovers the data of a table, I
> > would like post(integrate) these data in a "select list" of a JSP?
> >
> > Regards,
> >
> > Nabil.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >


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

Reply via email to