Re: select problem

2009-03-12 Thread Paweł Wielgus
Hi Elyes, which html field should post that label? There is only a select which will post id. Also the name element of the optionsCollection is missing. Best greetings, Pawel Wielgus. 2009/3/11, elyes sallem : > Hello, > i have a select component associated with a property selectedProject > the p

select problem

2009-03-11 Thread elyes sallem
Hello, i have a select component associated with a property selectedProject the problem is after calling the action (with an onchange event), in the action i get the correct project id , but i lost the project label so , after the action call, it displays the wrong project (as i said but the projec

RE: select problem

2007-09-25 Thread Jiang, Jane (NIH/NCI) [C]
Is your currentProject in session? If so, try list="${#session.currentProject.projects}" -Original Message- From: Pablo Vázquez Blázquez [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 6:53 AM To: Struts Users Mailing List Subject: s:select problem Hi! How can I retrieve