I'd try: list="#session['objects']"
http://struts.apache.org/2.0.9/docs/ognl.html Matt On Thu, Jul 3, 2008 at 2:39 PM, ulypses73 <[EMAIL PROTECTED]> wrote: > > Hi everyone, > I'm new to Appfuse 2 and Struts 2 and I need some help. > I have a List named objects stored in the session and I have to put it in a > select tag: > <s:select key="candidato.statoCandidatura" > list="objects" > listKey="id" > listValue="value" > /> > What is the correct way to read the list directly from the session? > Do I have to put a list with the same name inside the action of the page? > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/session-list-in-select-tag-tp18267783s2369p18267783.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
