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]

Reply via email to